I was successfully able to get an SD card to boot Debian's ARM64 netboot image. If there is any interest in this, let me know and I'll document the voodoo that eventually worked.
After installation, it creates /dev/tty1 on the hdmi, but it's still throwing all of the boot screens (console, lsb, etc) to the UART. I haven't figured out how to change the default output to hdmi.
Any suggestions?
thanks,
EDIT: figured it out... required an edit to the console= line in the uEnv.txt
console=tty1
After installation, it creates /dev/tty1 on the hdmi, but it's still throwing all of the boot screens (console, lsb, etc) to the UART. I haven't figured out how to change the default output to hdmi.
Any suggestions?
thanks,
EDIT: figured it out... required an edit to the console= line in the uEnv.txt
console=tty1