How to flash lsdk to ls2088ardb?

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

How to flash lsdk to ls2088ardb?

676 Views
karthimohanraj_
Contributor I

Hi, 

I'm using LS2088A-RDB and this comes with QorIQ SDK 2.0. I need to flash this with latest LSDK and i have used USB to flash this using LSDK document. 

Created a LSDK USB boot stick using Flexbuilder and used the same to flash the alternate bank by following below steps. 

Booting U-Boot on LS2088ARDB Storage media Command in U-Boot USB

=> usb start

=> load usb 0:2 a0000000 firmware_ls2088ardb_uboot_norboot_secure.img

but in the above load command gives error as not found. 

Execute the commands below to program the alternate bank:

=> protect off 584000000 +$filesize && erase 584000000 +$filesize && cp.b a0000000 584000000 $filesize

=> qixis_reset altbank

Can someone give insight on this issue? 

Thanks,

Karthi 

0 Kudos
1 Reply

502 Views
Pavel
NXP Employee
NXP Employee

LSDK puts boot scripts into a file system on the second partition of a mass storage device. U-Boot can display files in a file system. Continuing the example, the following U-Boot commands list the files in the second partition of USB device 0 (do a usb start first):

Check your USB mass storage device using the following commad:

=> ls usb 0:2

 

See the Section 5.2.1 of LSDK documentation:

https://www.nxp.com/docs/en/supporting-information/LSDK_REV18.09.pdf

Have a great day,
Pavel Chubakov

 

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

0 Kudos