Forum Discussion
EBERLAZARE_I_Intel
Regular Contributor
2 years agoHi,
First step for the gitclone you do this instead of the mentioned step:
$ git clone -b kirkstone https://github.com/altera-opensource/gsrd-socfpga
Then continue as normal including this:
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
Then continue step 4. (build_setup) and until bitbake and package in the Custom GSRD steps :
https://github.com/altera-opensource/gsrd-socfpga
- MK_0862 years ago
Occasional Contributor
Hi,
Thanks for the detailed steps.
We will get access to this compilation setup after a week. Will share the results after that, thanks for your patience.
Regards