Burrow Raspberry Pi Image
 
 
 
Go to file
Charles Cross 4dc06c7f7c Added boot tweak substage to stage2. Having the init_resize at the end of cmdline.txt causes boot failure after first boot for some reason. Changed some default network details. Disabled bluetooth for normal UART operation and serial console 2016-05-02 12:31:43 -07:00
scripts Added alternate chroot function that uses systemd-nspawn instead of chroot, for host systems that use systemd. Haven't tested yet. 2016-05-02 12:16:03 -07:00
stage0 Added comments 2016-05-02 12:16:52 -07:00
stage1 Elaborated on original fstab file 2016-05-02 12:21:01 -07:00
stage2 Added boot tweak substage to stage2. Having the init_resize at the end of cmdline.txt causes boot failure after first boot for some reason. Changed some default network details. Disabled bluetooth for normal UART operation and serial console 2016-05-02 12:31:43 -07:00
stage3 Add Raspbian stages 2016-04-11 07:34:01 +01:00
stage4 Add Raspbian stages 2016-04-11 07:34:01 +01:00
.gitignore Setup initial layout 2016-04-08 03:32:06 +01:00
README.md Updated readme with example usage 2016-05-02 12:29:36 -07:00
build.sh Addede comments and default image name 2016-05-02 12:14:23 -07:00
create-image.sh Created an initial script that builds an image from a generated stage rootfs 2016-05-02 12:15:13 -07:00

README.md

#TODO

  1. Image export
  2. NOOBS export
  3. Simplify running a single stage
  4. Documentation

#Dependencies

quilt kpartx realpath qemu-user-static debootstrap zerofree

Example usage to build a bootable raspbian lite image:

sudo ./build.sh sudo ./create-image.sh --path=./work/2016-05-02-raspbian/stage3 --name="raspbian-lite"