View previous topic :: View next topic |
Author |
Message |
filbar n00b

Joined: 23 Nov 2005 Posts: 11
|
Posted: Thu Jan 03, 2019 8:45 am Post subject: Compiling uImage |
|
|
Hello I have probem with compiling uImage for arm.
The error is
Code: | multiple (or no) load addresses:
This is incompatible with uImages
Specify LOADADDR on the commandline to build an uImage
make[1]: *** [arch/arm/boot/Makefile:90: arch/arm/boot/uImage] Error 1
make: *** [arch/arm/Makefile:327: uImage] Error 2
|
What I could ad as LOADADDR? I'm going by https://wiki.gentoo.org/wiki/Banana_Pi_the_Gentoo_Way
Thank's
Filip Bartmann |
|
Back to top |
|
 |
erm67 l33t


Joined: 01 Nov 2005 Posts: 653 Location: EU
|
Posted: Sun Jan 06, 2019 6:39 pm Post subject: |
|
|
I don't own the board but probably it is not important since uBoot will use the load address specified in uEnv.txt (see https://wiki.gentoo.org/wiki/Banana_Pi_the_Gentoo_Way) and doesn't care about the load address specified in the header of the uImage ....
Copy the addrerss from a working uEnv.txt if you want to set it to the real address in the header as well. _________________ Ok boomer
True ignorance is not the absence of knowledge, but the refusal to acquire it.
Ab esse ad posse valet, a posse ad esse non valet consequentia
My fediverse account: @erm67@erm67.dynu.net |
|
Back to top |
|
 |
|