Writing a T1040 Bootloader

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Writing a T1040 Bootloader

615 次查看
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 回复数

534 次查看
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 项奖励

534 次查看
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 项奖励

534 次查看
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 项奖励