gtxaspec / wz_mini_hacks

wz camera mods... make your camera better.
1.31k stars 113 forks source link

V2 compatibility #34

Closed gtxaspec closed 2 years ago

gtxaspec commented 2 years ago

uboot sources support loading kernel factory file, but is disabled on production models.

also, compiling uboot from source doesn't boot on camera, need to reflash via spi programmer.

hmm... has anyone compiled uboot successfully for the v2?

endertable commented 2 years ago

You may have already seen this and it might not offer you anything but I just want to make sure since he dealt mostly with the V2:

https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks/blob/master/hacks/flashinguboot.md

gtxaspec commented 2 years ago

yep thats the one I tried, and the one that bricked my camera. Luckily I have the tools and know how to repair =D

endertable commented 2 years ago

I remember you asking @BiatuAutMiahn or was his project specific to the V3 only?

gtxaspec commented 2 years ago

v3 only, still looking for someone that has a working v2 bootloader from dafang

gtxaspec commented 2 years ago

kernel compiled OK, tested good. right now installation would have to reflash the camera, so not as easy as the V3s. If we had a working u-boot, flash once and then boot from the sd card.

gtxaspec commented 2 years ago

latest release includes v2 support.

FiveLeavesLeft commented 2 years ago

Wow. This is huge. Wonderful!

endertable commented 2 years ago

Fantastic work!! Thanks for all your efforts!