Forum Discussion
MK_086
Occasional Contributor
3 years agoAGFB014R24B2E2EV : Evaluation board not booting with eMMC memory
Dear Experts,
We received the new AGFB014R24B2E2EV Eval board when we switched on the board the HPS Linux running was noticed on UART when Out of box experience daughter card was plugged in. No...
EBERLAZARE_I_Intel
Regular Contributor
3 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_0863 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