2016-08-04-Armbian_5.17_Lamobo-r1_Debian_jessie_4.6.5_desktop-build-by-bpi-r1.img.zip
- based on debian debootstrap (based on armbian’s work)
- BPI-R1 u-boot-2016.07, kernel 4.6.5
- username & password: root/1234
- support HDMI 720P & 1080P(default)
- support GMAC
- support WIFI
- support SATA
- support boot.scr (boot.cmd) to ext4load fdtfile & zImage & uInitrd
- support boot.scr to set video 1080P & 720P …
- based on armbian’s build env. & rootfs, thanks for armbian (http://www.armbian.com)
- github from GitHub - armbian/build: Armbian Linux build framework generates custom Debian or Ubuntu image for x86, aarch64, riscv64 & armhf by armbian’s work
- special thanks for linux-sunxi’s work (https://linux-sunxi.org)
- support overlayfs (modprobe overlay)
- 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