gtxaspec / wz_mini_hacks

wz camera mods... make your camera better.
1.33k stars 114 forks source link

Feature Request: Add option to install to device without sd card #530

Open gtxaspec opened 1 year ago

gtxaspec commented 1 year ago

one time install, modify the fw on the camera. minimal root.

endertable commented 1 year ago

Hi. Does this mean modify the actual FW on the cam?

gtxaspec commented 1 year ago

yes

archandanime commented 1 year ago

@gtxaspec I created a Proof of concept with my code: w2s.zip. The idea is to use unused aback partition to hold the external packages and mount it at boot. The partition is only 4MB, there is also a 2MB kback which is used by stock firmware for device-specific info backup. If we modify the kernel to "merge" 2 partitions we would have 6MB. I'm not sure how far we can go with that small amount of storage. I'm not sure if this helps but really hope it does!