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/ca-certificates
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
To enable serial console in gentoo edit inittab:
f0:12345:respawn:/sbin/agetty 1500000 ttyS2 vt100
DTECH UART Cable | |
---|---|
White | RXD |
Green | TXD |
Black | GND |
Red | VCC +5V |
su - screen /dev/ttyUSB0 1500000
New kernel existing one doesn't have required settings for GPU!!! Really this is the kernel from vendor supplied image. It's really old, 5.10 so working on a 6.6 kernel for this.
# CONFIG_DRM_PANFROST is not set