LTIB m shell

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

LTIB m shell

1,122件の閲覧回数
garimella
Contributor I

Trying to build standalone applications outside of uboot environment using ./ltib -m shell.

How do I specify the entry point of my application? Can my application start with main()?

0 件の賞賛
返信
1 返信

997件の閲覧回数
Pavel
NXP Employee
NXP Employee

If loads command of the u-boot is used for loading .elf file, u-boot reports star address.

See message dump  below:

=> loads
## Ready for S-Record download ...
 
## First Load Addr = 0x00003000
## Last  Load Addr = 0x000031E3
## Total Size      = 0x000001E4 = 484 Bytes
## Start Addr      = 0x00003020
=> go 0x3020
## Starting application at 0x00003020 ...


Have a great day,
Pavel Chubakov

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

0 件の賞賛
返信