Forum Discussion
EBERLAZARE_I_Intel
Regular Contributor
2 years agoHi,
So is the eMMC flash is now booting using all default settings?
I guess, may I know the steps that you run to build the customer RFS?
- MK_0862 years ago
Occasional Contributor
Hi,
Yes, eMMC flash image is booting.
We are trying to follow the instructions for custom RFS:
Customizing/modify the Rootfs recipe in: recipes-images/poky/gsrd-console-image.bb
- add your c file in recipes-images/poky/files (mkdir)
- In recipes-images/poky/gsrd-console-image.bb, add the followings
- FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
- SRC_URI:append="<CFILE>"
- Add this under nfs_rootfs() function:
- cp ${WORKDIR}/<CFILE> ${IMAGE_ROOTFS}/home/root
- Run bitbake_build and see if the c program in present in the compiled rfs by launching it on the board
Not seen the 'recipes-images/poky/gsrd-console-image.bb' files in the GSRD setup. Is it possible to share full path of it?
Also,
As per the website - https://www.rocketboards.org/foswiki/Projects/AgilexSoCWithEMMCStorageOnHPS#Writing_the_eMMC_Image there is a seperate option to Build Rootfs:
-Any steps available to add our files to this rootfs compilation?
Thanks