This is an old revision of the document!
It comes pre-installed with OrangePi branded Ubuntu on the emmc. Unfortunately you cannot boot from the tf card if the emmc has uboot installed on it. You have to use dd an zero out the first 30 meg or so of the emmc in order to boot from tf. This means if you want to dual boot you are going to be swapping tf cards and the emmc cannot be used for any OS which is a bummer as its slightly faster access. I wiped the emmc and have it mounted to /home.
Item | Contents | SD location |
---|---|---|
idbloader.img | TPL & SPL | LBA 64 |
u_boot.itb | U-Boot & ATF | LBA 16384 |
openssl passwd -1 vim etc/shadow
wget https://distfiles.gentoo.org/snapshots/portage-latest.tar.bz2
tar -xf portage-latest.tar.bz2
cd /etc/portage ln -s ../../var/db/repos/gentoo/profiles/default/linux/arm64/17.0 make.profile
COMMON_FLAGS="-march=armv8-a+crc+crypto -mtune=cortex-a72.cortex-a53 -mfix-cortex-a53-835769 -mfix-cortex-a53-843419"
emerge --ask app-misc/wireless-regdb
modprobe sprdwl_ng
fallocate -l 4G /swapfile chmod 600 /swapfile mkswap /swapfile swapon /swafile
blkid >> /etc/fstab vim /etc/fstab UUID=blahblah / ext4 /defaults 0 1 /swapfile swap swap sw 0 0
useradd -m -G users,wheel,audio -s /bin/bash foobar passwd foobar