superna9999 / meta-meson

Upstream Linux Amlogic Meson Yocto/OpenEmbedded Layer
https://github.com/superna9999/meta-meson/wiki
MIT License
100 stars 67 forks source link

Support radxa-zero using mainline u-boot (kirkstone) #144

Closed doesnotexist closed 1 year ago

doesnotexist commented 1 year ago

Haven't tested this just yet, but will shortly, submitting PR in the meantime to track here.

Addresses https://github.com/superna9999/meta-meson/issues/146 on kirkstone branch

Also brings the radxa-zero device tree patch in from lkml for kernels version 5.15.x https://lkml.org/lkml/2021/9/9/250

doesnotexist commented 1 year ago

So far, I'm unable to boot either uboot or legacy boot images on my radxa zero. Both build fine, but no luck booting. According to their wiki ( https://wiki.radxa.com/Zero/dev/u-boot ) "If your Zero has built-in eMMC, we recommend erase it so the microSD's U-Boot will be used." Will retest after making sure eMMC is erased.

doesnotexist commented 1 year ago

Successfully booted the mainline uboot version after erasing the eMMC. The legacy boot version didn't seem to work even after erasing the eMMC, so I reverted that last commit.

superna9999 commented 1 year ago

Looks fine, thanks !