Hi everyone,
Since switching to the Unified BSP from BSP6.15.00, I am no longer able to have a USB RNDIS connection between Platform Builder and my custom board to download the image. My board does not have the Ethernet port so I am using the OTG USB port on the TPS65930 for the USB RNDIS connection.
In the project with the new BSP, I added all the catalogue items that I did for the one with the old BSP. It failed regardless whether I included USB OTG item from the catalogue menu or not.
Booting with XLDR/EBBOT created from the Unified BSP, I got the following outputs on the HyperTerminal:
HostMiniInit:: !!
Rndis:: Address static map to addr=B60AB000
Rndis:: initialization!
Rndis:: PDDInit Success!
Rndis:: Get MAC address 200,902F,B5D
Rndis:: initialization: Fail!
ERROR: Boot device driver Init call failed
Booting with XLDR/EBOOT from BSP6.15.00, the outputs are as below:
HostMiniInit:: !!
Rndis:: initialization: with addr=480AB000
Rndis:: Address static map to addr=480AB000
Rndis:: initialization!
Rndis:: PDDInit Success!
Rndis:: Get MAC address 200,902F,B5D
RndisMdd:: PDD's max RX buffer = [8192] bytes.
Rndis:: initialization: Success
HostMini:: New filter set: [0x0] --> [0xB]
+EbootSendBootmeAndWaitForTftp
Sent BOOTME to 255.255.255.255
Sent BOOTME to 255.255.255.255
I see that the static map addresses are different between the versions but don't know whether this causes any problem.
I have had this issue for a week now and don't know how to resolve it so I am desperate and would appreciate any tips / suggestions that you can give me on how to debug it.
Thanks,
Luan