Skip to content

Very bare bones script to make a raspberry pi chroot for development. Anyone else WILL need to modify it.

Notifications You must be signed in to change notification settings

bavery22/mkRaspberryPiChroot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

mkRaspberryPiChroot

Very bare bones script to make a raspberry pi chroot for development. Anyone else WILL need to modify it.

Assumed Vars: IMAGE_FILE="2014-01-07-wheezy-raspbian.working.img" CHROOT_DIR="/mnt/rPI" WORK_DIR="/home/bavery/src/rPi-workspace" LOOP="/dev/mapper/loop0p2"

dependencies sudo apt-get install kpartx wget http://downloads.raspberrypi.org/raspbian_latest -O raspian-latest.zip unzip raspian-latest.zip cp 2014-01-07-wheezy-raspbian.img 2014-01-07-wheezy-raspbian.working.img

Note: the 2014-01-07-wheezy-raspbian.working.img file will change each time you enter, do stuff and exit. The stuff in the working directory won't affect it but anything installed will.

About

Very bare bones script to make a raspberry pi chroot for development. Anyone else WILL need to modify it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages