Forum Discussion
27 Replies
- EBERLAZARE_I_Intel
Regular Contributor
Hi,
Just to check again, when you mention select eMMC as boot option do you mean setting the jumper on the daughter card?
Check the jumper Settings (for eMMC):
https://www.rocketboards.org/foswiki/Projects/AgilexSoCWithEMMCStorageOnHPS#Prerequisites
Can you confirm that the eMMC is active with above pins setup? And that still no prints?
- MK_086
Occasional Contributor
Hi,
We verified the jumper settings as per manual but still no prints observed on the UART.Thanks
- EBERLAZARE_I_Intel
Regular Contributor
Hi,
Okay with the jumper settings set to eMMC, are you able to do the same steps as you did with the NAND using ARM DS debugger? And run the following steps:
https://www.rocketboards.org/foswiki/Projects/AgilexSoCWithEMMCStorageOnHPS#Writing_the_eMMC_Image
- MK_086
Occasional Contributor
Hi,
eMMC U-Boot, Linux is working when we program through ARM DS. However, custom RFS is not getting generated & program.
Thanks
- EBERLAZARE_I_Intel
Regular Contributor
Hi,
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_086
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
- EBERLAZARE_I_Intel
Regular Contributor
Hi,
Thanks for the update, let me check this. Might take a few days, I need to validate the steps on my side.
- EBERLAZARE_I_Intel
Regular Contributor
Hi,
Just an update, I am still working on it.
- EBERLAZARE_I_Intel
Regular Contributor
Hi,
What is your Linux environment and version used?
- EBERLAZARE_I_Intel
Regular Contributor
Hi,
Yea, I am having issues as well with the git clone repo, let me check on our side on this issue. By default, before you run bitbake, you may change/set your settings/configs in then run the bitbake to take affect.
- EBERLAZARE_I_Intel
Regular Contributor
- EBERLAZARE_I_Intel
Regular Contributor
Hi,
Are you still having issues? Any update from your side?
- EBERLAZARE_I_Intel
Regular Contributor
Hi,
After doing the git clone, could you locate this?:
yocto\gsrd-socfpga\meta-intel-fpga-refdes\recipes-images\poky
- MK_086
Occasional Contributor
Hi, yes after download bitbake
and default generation these files are getting generated.