ls2088ardb not booting

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

ls2088ardb not booting

692 Views
sivareddycn46
Contributor I

Hi,

I tried to flash tinydistro from u-boot prompt. During flash I got the below error and after that  board not booting.


=>
=> setenv ethact DPMAC5@xgmii
=> setenv ethprime DPMAC5@xgmii
=> setenv ipaddr 10.205.35.133
=> setenv serverip 10.205.35.180
=> saveenv
Saving Environment to Flash... Un-Protected 1 sectors
Erasing Flash...
. done
Erased 1 sectors
Writing to Flash... 9....8....7....69....8....7....6....5....4....3....2....1....done
Protected 1 sectors
OK
=> tftp a0000000 firmware_ls2088ardb_uboot_norboot.img
Using DPMAC5@xgmii device
TFTP from server 10.205.35.180; our IP address is 10.205.35.133
Filename 'firmware_ls2088ardb_uboot_norboot.img'.
Load address: 0xa0000000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#########################################
8.1 MiB/s
done
Bytes transferred = 36859560 (2326ea8 hex)
=> protect off 580000000 +2326ea8 && erase 580000000 +2326ea8 && cp.b a0000000 580000000 +2326ea8
Un-Protected 282 sectors

.......................................................................................................................................................................................................................................................................................... done
Erased 282 sectors
Zero length ???
=>
=>

Please help me to recover ls2088ardb board.

Regards,

Siva.

Tags (2)
0 Kudos
3 Replies

591 Views
Pavel
NXP Employee
NXP Employee

The LS2088ARDB was booting from bank0 (SW9 - off off off).

The following command sequence was used:

1.

tftp 0xa0000000 firmware_ls2088ardb_uboot_norboot.img

2.

erase 0x584000000 +0x2f00000

3.

cp.b 0xa0000000 0x584000000 0x2f00000

4.

qixis_reset altbank

 

There is correct booting of the LS2088ARDB board.

Have a great day,
Pavel Chubakov

0 Kudos

591 Views
sivareddycn46
Contributor I

Hi Pavel,

Thanks for your reply.

My setup not booting and even uboot prompt also not coming, no console messages.  

(I verified serial cable also)

LS2088ARDB front panel power light becomes orange(previously it was green).

Please help me to recover uboot.

Regards,

Siva

0 Kudos

591 Views
Pavel
NXP Employee
NXP Employee

The Last command is incorrect.

Use the following command:

cp.b a0000000 580000000 2326ea8

Have a great day,
Pavel Chubakov

 

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

 

0 Kudos