u-boot relocate text base

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

u-boot relocate text base

1,783件の閲覧回数
xianwu_luo
Contributor I

 Current u-boot is running in RAM at 0x4020,0000 .   it is defined by

#define CONFIG_SYS_TEXT_BASE                0x40200000

I try to  relocate it to 0x6020,0000 by change

#define CONFIG_SYS_TEXT_BASE                0x60200000

 

Use uuu to burn image to flash, seems it does not work.

it refused to write to flash

this is such a simple change. what could I missed?

thanks

Xian

ラベル(1)
0 件の賞賛
3 返答(返信)

1,541件の閲覧回数
xianwu_luo
Contributor I

Hi, Igor

thanks for reply. but I did not get you. my question is about uboot relocate text base. don't understand your point. would you look at my question again?

0 件の賞賛

1,541件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

what uboot (link) and processor used in the case.

One can consider Table 49. Board-specific default values in attached Linux Guide.

Best regards
igor

0 件の賞賛

1,541件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Xian

one can try to run uuu in shell mode : uuu -s .
Then one can input commands and run them at a shell prompt.

What is about burning image to flash without modifications, just recompiling it.

Please try uboot from source.codeaurora.org/external/imx repository

uboot-imx - i.MX U-Boot 

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

0 件の賞賛