Part Number: AM3358
Other Parts Discussed in Thread: UNIFLASH,
Is there any way to get the ROM code for the USB booting option to run with Windows 10 current version (1909)? It seems like the ROM code is waiting for Windows to recognize it as an RNDIS device, but the ROM code is not announcing itself in a Windows-recognized way.
I've tried several approaches using a Beaglebone Black. The board is working correctly (tested with a SD Card) and the ROM always sends its USB descriptor.
With the current version of Uniflash (6.1.0), the command line detect-devices command does not detect the AM3358. Is Uniflash supposed to work with USB?
I've tried modifying the BBBlfs project (https://github.com/ungureanuvladvictor/BBBlfs) which works correctly with a Linux host. With Windows 10 I can see it sending a bulk transfer, but the AM3358 never acknowledges the transfer.
Is there documentation about the ROM steps required to initiate RNDIS, that might allow a manual workaround with a series of USB commands?