superna9999 / meta-meson

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

Add eMMC board variants OR make medium independant images (sd, eMMC, USB, NVME, SATA, ...) #111

Closed superna9999 closed 2 years ago

superna9999 commented 3 years ago

Today, images are for SDCard (except the S400 board without an SDCard port).

Either add a -emmc variant and make boot=UUID= work somehow, with or without an initramfs.

superna9999 commented 2 years ago

Dev started on master-dev-114

superna9999 commented 2 years ago

Trying to use the WIC generated extlinux with root=PARTUUID= but it doesn't work, kernel gets stuck :-/

superna9999 commented 2 years ago

Fixed: the first FIP dd did overwritte the MSDOS table identifier located at 440

superna9999 commented 2 years ago

Tested on Libretech-CC, Khadas VIM3L, Odroid C4/HC4/N2, merged on master