BPI-R1 new image:Armbian_5.17_bpi-r1_Debian_jessie_4.6.5_desktop-build-by-bpi-r1.img

2016-08-04-Armbian_5.17_Lamobo-r1_Debian_jessie_4.6.5_desktop-build-by-bpi-r1.img.zip

  1. based on debian debootstrap (based on armbian’s work)
  2. BPI-R1 u-boot-2016.07, kernel 4.6.5
  3. username & password: root/1234
  4. support HDMI 720P & 1080P(default)
  5. support GMAC
  6. support WIFI
  7. support SATA
  8. support boot.scr (boot.cmd) to ext4load fdtfile & zImage & uInitrd
  9. support boot.scr to set video 1080P & 720P …
  10. based on armbian’s build env. & rootfs, thanks for armbian (http://www.armbian.com)
  11. github from https://github.com/igorpecovnik/lib by armbian’s work
  12. special thanks for linux-sunxi’s work (https://linux-sunxi.org)
  13. support overlayfs (modprobe overlay)
  14. support squashfs (modprobe squashfs)

how to mount berryboot’s image

DATADIR=data
SHAREDDIR=shared
#mount -t aufs -o br:${DATADIR}:${SHAREDDIR}:/squashfs none /aufs
cd data ; mkdir .ro .work .aufs
mount -o loop ../images/squashfs.img .ro
mount -t overlay -o lowerdir=../shared:.ro,upperdir=squashfs.img,workdir=.work overlay .aufs

Google Drive:

MD5: f6952fc265ba26c953eb929d23d1ac95

support overlayfs function:

aufs:

#mount -t aufs -o br:${DATADIR}:${SHAREDDIR}:/squashfs none /aufs

overlayfs:

#mount -t overlay -o lowerdir=../shared:.ro,upperdir=squashfs.img,workdir=.work overlay .aufs
1 Like