Forum Discussion
16 Replies
- KennyT_altera
Super Contributor
Kindly note that there will be some slowness on the first reply due to the public holiday, we will get back to you as soon as possible.
- EBERLAZARE_I_Intel
Regular Contributor
Hi,
I will have the test this week on our board, might take some time, I already finish the build.
I will let you know the result after, thanks for your patience.
- EBERLAZARE_I_Intel
Regular Contributor
Hi,
My apologies for the very late responds I was able to locate the "files" folder in Linux.
Are you able to run bitbake and build package from your side?
- MK_086
Occasional Contributor
Hi,
Glad to hear about this. No, our trails didn't work much as shared in my thread.
Could you please share the steps and solution for this?
Thanks
- EBERLAZARE_I_Intel
Regular Contributor
Hi,
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_086
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
- EBERLAZARE_I_Intel
Regular Contributor
Hi,
Did you manage to bitbake yet? I did the previous and it did worked for me.
- EBERLAZARE_I_Intel
Regular Contributor
Hi,
Do you have any update for this week?
- MK_086
Occasional Contributor
Hi,
While following these commands, we are facing problem to download the files from git as,
ubuntu@Precision-3650:~$ git clone -b langdale git://git.yoctoproject.org/poky.git Cloning into 'poky'... fatal: unable to connect to git.yoctoproject.org: git.yoctoproject.org[0: 52.88.119.210]: errno=Connection timed out git.yoctoproject.org[1: 44.232.17.94]: errno=Connection timed out git.yoctoproject.org[2: 54.214.149.138]: errno=Connection timed out
Can you help us to get through this?
Also, have a question that we are looking for help to autorun a Linux application from rootFS on Linux power on. Can you share us these steps as well please?
Thanks - EBERLAZARE_I_Intel
Regular Contributor
Hi,
Yeah, I can check that as well, it should be in the config of the kernel somewhere.
Also, regarding the connection error, it seems to be your VPN, can you try a different machine? Or you may need to set up proxy to bypass it.
- EBERLAZARE_I_Intel
Regular Contributor
Hi Kumar,
Can you check my previous comments?:
https://www.simplified.guide/linux/automatically-run-program-on-startup
You can refer this to auto start an application, it can be in any code e.g C, python.
- EBERLAZARE_I_Intel
Regular Contributor
Hi,
Any latest update for your testing?