Forum Discussion
21 Replies
- sgannava
Occasional Contributor
Hi Aik,
Yes, the .its file is present in the path.
Anyway, I have resoved the issue by installing device-tree-compiler.
I have followup question. Currently, I am following the steps mentioned in the documentation to get familiarized with things to some extent and build is in progress after I run the command bitbake-core-image-minimal . But where can I include my custom dts files?
Thanks,
Sai
- sgannava
Occasional Contributor
Hi Aik,
I am following the same documentation to build my custom Linux image for Arria10 SoC development kit. While building Yocto Rootfs, I am facing oe_runmake error. I have attached the log as well.
This is happening in the build process while compiling linux-socfpga-6.6+git package.
I tried below steps as well
step-1: bitbake -c cleanall linux-socfpga
step-2: bitbake linux-socfpga
But at step-2, again same issues.
Any help would be appreciated.
Thanks,
Sai
- aikeu
Regular Contributor
Hi sgannava,
I rarely build the yocto part as normally I use the pre-built one from Rocketboards GSRD pre-built release:
https://releases.rocketboards.org/2024.04/gsrd/a10_gsrd/rootfs/
Anyway do check if your build environment meet the requirements:
Thanks.
Regards,
Aik Eu
- aikeu
Regular Contributor
- sgannava
Occasional Contributor
Hi Aik,
I am able to build the image successfully by removing the linux-socfpga_6.6bb (which is causing the error) blindly following the steps mentioned in the documentation. But I have below questions
1. Where can I include my custom device tree source files and re-build the image?
2. Where can I make changes so that the image mounts to /mnt folder instead of /dev/mmcblk02
Thanks,
Sai
- aikeu
Regular Contributor
Hi sgannava,
You can change the device tree based on your board following the GSRD you have gitclone from Rocketboards. Search using "Socfpga_arria10" in the go to file and can see a list of board related device tree being use. Make the changes to the device tree and try to recompile again if it takes effect.
For Uboot:
https://github.com/altera-opensource/u-boot-socfpga
For Linux Kernel:
https://github.com/altera-opensource/linux-socfpga
As for the mount image to different location. I am not so sure how.
Anyway can consider open a new forum case for the question since the original question to your issue has been resolved.
Thanks.
Regards,
Aik Eu
- sgannava
Occasional Contributor
Thanks Aik.
- aikeu
Regular Contributor
Hi sgannava,
I’m glad that your question has been addressed, I now transition this thread to community support. If you have a new question, feel free to open a new thread to get the support from Intel experts. Otherwise, the community users will continue to help you on this thread. Thank you.
Thanks.
Regards,
Aik Eu