T2080 board bring up code

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

T2080 board bring up code

1,200 Views
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

Labels (1)
Tags (2)
0 Kudos
3 Replies

1,183 Views
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 Kudos

322 Views
ChristinaK
Contributor II
Can someone guide on the steps to be carried out in WIndows environment ?

Thanks
0 Kudos

648 Views
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 Kudos