Forum Discussion
EBERLAZARE_I_Intel
Regular Contributor
3 years agoHi,
Additionally, you can follow these steps:
https://github.com/altera-opensource/gsrd-socfpga
On the customization, you can modify the 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
If you need help or have any questions regarding the GSRD let me know.
p/s: If any answer from the community or Intel Support are helpful, please feel free to give best answer or rate 4/5 survey.
MK_086
Occasional Contributor
3 years agoHi @EBERLAZARE_I_Intel ,
The above-listed steps of GSRD help.
Does it require compiling using the bitbake_image command or is it possible to compile rfs alone? Any supported command lists would help.
Thanks