To get the current 006 branch running one will need to change the serial port to from ttyS0 to ttyAMA0, I did that in the LE S905 project kernel config (CONFIG_CMDLINE). Perhaps it would be sufficient to do that change in initramfs/platform_init -> cmdline
Serial Console is "read-only", I presume LE does not know about ttyAMA0 and thus wont start a shell here. (root-fs and/or ramdisk)
Serial port ttyS0 is serial console and this is a parameter passed by bootloader. Kernel tells to run console on tty0 which is screen. I don't think there's ttyAMA0 on Amlogic. If you want to have system console on serial port, you need to add a service: serial-debug.service
Wired Network does not work (DHCP or fixed IP). Cable / media sensing works though. (kernel, PHY driver?)
To make Ethernet work you can try unsetting CONFIG_AM_PHY and changing CONFIG_AMLOGIC_PHY to "y" from "m" in kernel config.
opengl-es implementation not compatible? using gxbb, not aware of gxl specific impl?
There is no gxl-specific opengl implementation, driver is the same. The name is "gxbb" as it was first used for S905.
kszaq - can you post some details about your build-environment / steps?
I only run PROJECT=S905 ARCH=aarch64 make amlpkg. No issues here in building from scratch.
Where does "opengl-meson-gxbb-r6p1" come from?
These are libraries from Amlogic buildroot repacked. You can find buildroot here: Index of /download/ARM/filesystem