TriForceX / MiyooCFW

Custom firmware source code and resources for BittBoy, PocketGo, PowKiddy V90-Q90-Q20 and third party handheld consoles
GNU General Public License v2.0
1.11k stars 113 forks source link

Use uboot from source #427

Closed nfriedly closed 2 years ago

nfriedly commented 2 years ago

This re-enables building images with u-boot compiled from source now that it's working properly.

Currently only the pockegto/v90/q90 uboot binary is compiled, we'll want to build all of them in the future.

Also enabled using all of the various boot.scr files that are now being compiled. (Although I'm not sure if they're getting used in the boot process?)

nfriedly commented 2 years ago

I tested this build on my v90 and my pocket go and, for the most part, it works!

The first boot on the v90 was upside down, and went from the u-boot logo to a black screen. I waited a minute or so, then rebooted it. Then:

On the v90:

IMG_20220916_091205219_HDR

On the pocket go:

IMG_20220916_091245532 IMG_20220916_091252710_HDR

So, there's a bit more work to do, but compared to not working at all, I think this is a huge improvement.