USB1 on LS1046ARDB problem.

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

USB1 on LS1046ARDB problem.

506 Views
chhsu0229
Contributor II

USB1 on LS1046ARDB problem.

I have two the same LS1046ARDB EVKs and I get a strange problem.

I use a kernel (SD card) to test them and the same USB device ( Transcend Information USB2.0)

I plug USB storage device in USB 1 on LS1046ARDB,

One could detect this USB device 

Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 8564:1000 Transcend Information, Inc. JetFlash
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Howerever, the other could not

Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

And, I check the board, the jump setting is the same.

So, what's happen ??

0 Kudos
3 Replies

419 Views
yipingwang
NXP TechSupport
NXP TechSupport

Hello Andy Hsu,

Please use the latest LSDK images from LSDK 19.09 on your target boards.

Please refer to the following.

$ wget https://www.nxp.com/lgfiles/sdk/lsdk1909/firmware_ls1046ardb_uboot_qspiboot.img

Under u-boot

=> load mmc 0:2 a0000000 firmware_ls1046ardb_uboot_qspiboot.img
=> sf probe 0:1
=> sf erase 0 +$filesize && sf write 0xa0000000 0 $filesize

=>cpld reset altbank

=>run qspi_bootcmd


Have a great day,
TIC

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

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos

419 Views
chhsu0229
Contributor II

Hello Yiping Wang,

  I use LSDK 19.09 on LS1046ARDB. I test two LS1046ARDB EVKs on the same conduction. Probably,  it is hardware issue, because one is work, the other does not.

0 Kudos

419 Views
yipingwang
NXP TechSupport
NXP TechSupport

Hello Andy Hsu,

Please use firmware_ls1046ardb_uboot_qspiboot.img to make sure that the same u-boot and RCW are used on both LS1046ARDB boards.

Thanks,

Yiping

0 Kudos