|
|
|
|
|
by packetlost
1259 days ago
|
|
I'm not sure you could flash over USB either without significant work. There's no UART <-> USB device on the Ox64, so you need to use an external one connected to some GPIO pins. You could maybe build a DFU mode yourself, but I'm somewhat skeptical it would work (though it might be possible, there's 3 cores in the thing). Despite there being not one, but TWO USB ports on the Ox64, neither are used for flashing. The micro USB type B connector is only used for power delivery and the USB-c is primarily intended for being a host device, ie. for plugging in a camera module. Edit: to clarify, there's a bug in the bootrom that prevents the initialization of the USB device. Newer revisions of the Ox64 may fix this. |
|
- how do you run anything with that board if you cannot flash anything, I don't understand?
- I cannot use it as usb keyboard controller because of a bootrom bug? (power/data via usb-c)
Now I am confused.