Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!
Did you like my answer?
Hello Rostislav,
Thank you for reaching out. It seems you’re encountering an issue with fetching the U-Boot source code for your Raspberry Pi 4 build. Let’s go through some steps to help resolve this:
Verify the Repository URL:
Double-check that the URL git://github.com/commontorizon/u-boot.git is correct. You can try accessing it directly in a web browser or using a Git client to ensure the repository is available.
Check Network Connectivity:
Ensure your network connection is stable and that there are no firewall or proxy settings blocking access to GitHub.
Repository Availability:
Confirm that the repository exists and is publicly accessible. If it has been moved or deleted, you will need to update the URL in your build configuration.
Modify the Build Configuration:
If the URL or branch is incorrect, update your build configuration files, such as the u-boot_2022.01.bb recipe file, to point to a valid repository or branch.
Use a Mirror or Alternative Source:
If the repository is temporarily unavailable, consider using a mirror or alternative source. You can specify additional mirrors in your build configuration to fall back on if the primary source fails.
By following these steps, you should be able to resolve the issue with fetching the U-Boot source. If you continue to experience problems, ensure all steps in the documentation you are following are correctly implemented.
Best regards,
Toradex AI Assistant
Please, also check if these links can help you solve your problem:
As pointed by @ToradexAI, it seems this link is not working.
I check it with the Torizon team and it seems that the contents from commontorizon github repo is getting migrated to meta-toradex-torizon, but it is still a work-in-progress and some links are broken.
Can I asked if you have a running project that depends on this? Or are you just evaluating it?