T2080 board bring up code

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

T2080 board bring up code

2,140 次查看
Faizanbaig
Contributor IV

Hi experts,

I am trying to bring up T2080RDB Board and checked  "The steps to prepare a T2080RDB board" in T2080RDBPCQS.pdf . My query was --> How to get the U-Boot.bin that gets printed as the Uboot log on console after you First power on the board and the board boots up.  where can I download the Uboot that is printed on first power on.

Waiting for the response and suggestions.

Thanks,
Faizan

标签 (1)
标记 (2)
0 项奖励
回复
3 回复数

2,122 次查看
yipingwang
NXP TechSupport
NXP TechSupport

Please refer to the attached u-boot.bin image which I got from QorIQ SDK 2.0 release.

u-boot on the current bank of NOR flash is at 0xeff40000, on the alternate bank of NOR flash is at 0xebf40000.

You could program u-boot image to the alternate bank at bank0 with the following u-boot commands.

=>tftp 1000000 u-boot.bin
=>protect off 0xebf40000 +$filesize
=>erase 0xebf40000 +$filesize
=>cp.b 1000000 0xebf40000 $filesize
=>protect on 0xebf40000 +$filesize
=>cpld reset altbank

0 项奖励
回复

1,261 次查看
ChristinaK
Contributor II
Can someone guide on the steps to be carried out in WIndows environment ?

Thanks
0 项奖励
回复

1,587 次查看
Faizanbaig
Contributor IV

Thanks for the response.

Isnt there a similar "firmware_T2080rdb_uboot.img" as described in 

Re: Where can I get the image of U-boot that comes pre-loaded on the LS1046ARDB?https://community.nxp.com/t5/QorIQ/Where-can-I-get-the-image-of-U-boot-that-comes-pre-loaded-on-the/...


Please help me in this.

0 项奖励
回复