Uboot

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Uboot

1,764 Views
ailtonlopes
Contributor III

Hi,
Id Like to change the u-boot load address because i want to run my program and from my program jump to u-boot and load linux, i've tried loading the .bin but i didnt work so id like to know how can i change the load address of the u-boot.

Im using the imx6qSD board.

Kind regards, 

Ailton Lopes

Labels (1)
Tags (2)
3 Replies

1,523 Views
igorpadykov
NXP Employee
NXP Employee

Hi Ailton

one can check #define CONFIG_LOADADDR  in

uboot/include/configs/mx6_common.h

mx6_common.h\configs\include - uboot-imx - i.MX U-Boot 

Also may be helpful attached Porting Guide.

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

1,523 Views
ailtonlopes
Contributor III

Thanks for the quick response, also i wanted to ask if you know that its possible to run linux on imx6 boards without uboot by creating a bin with the zimage and the .dtb file?

0 Kudos

1,523 Views
igorpadykov
NXP Employee
NXP Employee

seems it may be possible, but nxp does not support that option in its bsps.

Best regards
igor

0 Kudos