How to flash a T1024RDB without uboot ?

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

How to flash a T1024RDB without uboot ?

Jump to solution
945 Views
premsampath
Contributor I

Is Codewarrior and Codewarrior TAP required for flashing a bare T1024 RDB (i am using v1.8 SDK)?

1 Solution
683 Views
alexander_yakov
NXP Employee
NXP Employee

T1024RDB is not "bare" when it comes from factory, it comes pre-programmed. If you occasionally bricked it by erasing U-boot or RCW, than yes - using Codewarrior and Codewarrior TAP is recommended way to unbrick the board. If your U-boot is alive, and you need only to reprogram Linux, than it can be done from the U-boot.

Note the board supports booting from SD card. Our Linux SDK generates several U-boot versions for this board, including a version of U-boot for SD card. You can place this U-boot to SD card on your Linux PC using "dd" command.

Please refer the following document, Section 4.4.4.7 "Programming a New U-Boot and RCW"

http://www.nxp.com/docs/en/supporting-information/QORIQ-SDK-2.0-IC-REV0.pdf 


Have a great day,
Alexander
TIC

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

View solution in original post

2 Replies
684 Views
alexander_yakov
NXP Employee
NXP Employee

T1024RDB is not "bare" when it comes from factory, it comes pre-programmed. If you occasionally bricked it by erasing U-boot or RCW, than yes - using Codewarrior and Codewarrior TAP is recommended way to unbrick the board. If your U-boot is alive, and you need only to reprogram Linux, than it can be done from the U-boot.

Note the board supports booting from SD card. Our Linux SDK generates several U-boot versions for this board, including a version of U-boot for SD card. You can place this U-boot to SD card on your Linux PC using "dd" command.

Please refer the following document, Section 4.4.4.7 "Programming a New U-Boot and RCW"

http://www.nxp.com/docs/en/supporting-information/QORIQ-SDK-2.0-IC-REV0.pdf 


Have a great day,
Alexander
TIC

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

683 Views
premsampath
Contributor I

Thanks Alex for your reply.

0 Kudos