LS1028ardb uboot not run

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

LS1028ardb uboot not run

Jump to solution
708 Views
DKJUNG
Contributor I

I was upload tinyboot image on xspi

at that, my board shut down

after, SYSTEM READY LED is on, there is no response at putty

please help me

 

=> tftp a0000000 firmware_ls1028ardb_uboot_xspiboot.img
=> sf probe 0:0
=> sf erase 0 +$filesize && sf write 0xa0000000 0 $filesize <= shut out at this point
=> reset

0 Kudos
1 Solution
693 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please prepare SD firmware image.

$ wget https://www.nxp.com/lgfiles/sdk/lsdk2012/firmware_ls1028ardb_uboot_sdboot.img

$ dd if=firmware_ls1028ardb_uboot_sdboot.img of=/dev/sdb seek=8 bs=512

note: /dev/sdb is device name of SD card.

 

After plugin in SD to the target board, please refer to the following switch setting to configure the target board as SD boot.

yipingwang_0-1616478131138.png

Under u-boot prompt, please program xspi image to the target board.

=> tftp a0000000 firmware_ls1028ardb_uboot_xspiboot.img
=> sf probe 0:0
=> sf erase 0 +$filesize && sf write 0xa0000000 0x0 $filesize

 

View solution in original post

2 Replies
694 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please prepare SD firmware image.

$ wget https://www.nxp.com/lgfiles/sdk/lsdk2012/firmware_ls1028ardb_uboot_sdboot.img

$ dd if=firmware_ls1028ardb_uboot_sdboot.img of=/dev/sdb seek=8 bs=512

note: /dev/sdb is device name of SD card.

 

After plugin in SD to the target board, please refer to the following switch setting to configure the target board as SD boot.

yipingwang_0-1616478131138.png

Under u-boot prompt, please program xspi image to the target board.

=> tftp a0000000 firmware_ls1028ardb_uboot_xspiboot.img
=> sf probe 0:0
=> sf erase 0 +$filesize && sf write 0xa0000000 0x0 $filesize

 

689 Views
DKJUNG
Contributor I

Oh, I really thanks to you

It works very well!

0 Kudos