Writing a T1040 Bootloader

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

Writing a T1040 Bootloader

637件の閲覧回数
john_truscott2
Contributor I

Hello,

We have a T1040R4RDM dev board and need to write our own bootloader to replace u-boot. and subsequently run our application. The ultimate target will be a bespoke board.

Does anyone have any guides or tutorials on how to do this?

We are working our way through the data sheets and reference manuals but any help in this area would be much appreciated.

Many thanks

John

タグ(2)
0 件の賞賛
3 返答(返信)

556件の閲覧回数
ufedor
NXP Employee
NXP Employee

The only software solution for T1040 provided by NXP is Linux SDK.

There are no guide or tutorial concerning bootloader development because the SDK uses U-Boot.

General U-Boot initialization flow is as follows:

U-Boot Initialization Flow.jpg

For all processor- and board-specific initializations it is possible to refer to the U-Boot sources in the Linux SDK v2.0:

Linux® SDK for QorIQ® Processors | NXP 

0 件の賞賛

556件の閲覧回数
john_truscott2
Contributor I

Hi Ufedor,

Thanks for the reply, I've started looking at the U-Boot code. Is the document you extracted that page from included in the SDK download or can you supply a link to it please?

Cheers

John

0 件の賞賛

556件の閲覧回数
ufedor
NXP Employee
NXP Employee

Excuse me, this is a single overview picture - there is no complete document describing U-Boot operation in detail.

0 件の賞賛