Last edited 7 months ago

System build troubleshooting grid: Difference between revisions

Registered User
mNo edit summary
Registered User
No edit summary
 
Line 1: Line 1:
<noinclude>{{ApplicableFor
{{ApplicableFor
|MPUs list=STM32MP13x, STM32MP15x
|MPUs list=STM32MP13x, STM32MP15x, STM32MP25x
|MPUs checklist=STM32MP13x, STM32MP15x
|MPUs checklist=STM32MP13x, STM32MP15x, STM32MP25x
}}</noinclude>
}}
<noinclude></noinclude>
Some typical troubles related to the '''system build''' are listed below. Solutions or ways of debugging are proposed for these troubles.
Some typical troubles related to the '''system build''' are listed below. Solutions or ways of debugging are proposed for these troubles.



Latest revision as of 14:12, 27 September 2024

Applicable for STM32MP13x lines, STM32MP15x lines, STM32MP25x lines

Some typical troubles related to the system build are listed below. Solutions or ways of debugging are proposed for these troubles.

If your trouble is not listed, it's recommended to go through the articles of the system build category.


Symptom Resolution
Distribution Package
repo init ...<br>
repo sync

"The requested URL returned error: 404 Not Found" is displayed

This error has no impact on the process. You can avoid this error by adding the option --no-clone-bundle to your command repo init or repo sync
repo init ...

Some github projects are not accessible

It is convenient to indicate in your $HOME/.netrc your github credentials like below:
 machine github.com
 login "github login"
 password "github password"
Developer Package
make ...

Any build command fails

Check that the SDK is started