Hi joeks, are you here around

First of all I've discovered where are the switches to transform the triforce type 3 from gdrom to net bootable. But I'm sure you already know it, but I didn't ! Argh...
Anyway, now I've tested NaoPi with my Triforce type 3 and it works

First of all yes, if you switch the triforce on and off without waiting too much time (who knows, minutes... ?) it can happens the game is being loaded without displaying anything apart the triforce logo. I've seen it. You can still know it's loading looking at the fast blinking led on the ethernet socket of the triforce.
So, the only modification to do to the actual NaoPi version (I'll release a new one later after your test

) is to put a delay between the dhcp server and the game loading. If I give the address to the triforce and then immediately start to load, sometimes the loader can't see the triforce and crash.
So, if you've still a little time to test it you can restore the original image you downloaded and then edit the naopi.py
Log in with root and no password - cd naopi - vi naopi.py
Here you've to add at the beginning of the file a new import: "import time"
then between the line "logger.debug("(dummy) dhcp server ended")" and the line "# game upload" add this new line: "time.sleep(5)"
Save and quit and reboot everything as usual.
By the way, I've left the export region
Hope to hear you soon, thanks
Paolo