Re: How can I create a truly minimal distribution that runs entirely from RAM?
Zoran
BBB example:
https://www.yoctoproject.org/pipermail/yocto/2018-July/041696.html The line: DISTRO_FEATURES_append = " ram" Should be: DISTRO_FEATURES_append = " nfs" BSP Traces for BBB (YOCTO Warrior): https://github.com/ZoranStojsavljevic/bbb-yocto/blob/master/bbb-releases/bbb-warrior/target-bbb-platform-traces.txt And the ash script in the U-Boot supporting above written: https://github.com/ZoranStojsavljevic/bbb-yocto/blob/master/custom/u-boot.ash#L3 Line 3 to 10. Please, pay attention to line 1 as well! Zee _______ On Thu, Mar 11, 2021 at 12:32 AM p32 via lists.yoctoproject.org <p32=tuta.io@...> wrote:
|
|