The device is a mini console, PC Engine mini.
It is apparently possible to trigger FEL mode from USB right at boot of the device, by sending the following bytes to it over USB (OTG port) :
[0x55, 0x53, 0x42, 0x43, 0x4A, 0x53, 0x48, 0x4B, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xF8, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00];
This is done is this program & library :
Also look at :
I successfully reproduced it, it works, as soon as the device boots, the "handshake" happens and the device is in FEL mode, responsive du sunxi-fel.exe
The device doesn't have an SD card slot, and using UART it's the letter "s" that needs to be spammed on this device.
So that's where I am now, I wanted to know more on those bytes that need to be sent, what they mean, there is a signature, a tag, some SCSI command .. I'm not sure what this all means.
Now I am also trying to produce a valide u-boot file but with no luck, compilation errors all the time.
The SoC is a Zuiki z7213, R16/A33 based, 256MB RAM and 4GB NAND.
It would be nice to add this board to the list, as is it commonly used for many mini consoles (PC Engine/Turbografx16, Astro City, Egret II)
Thanks
Vincent