Hurricos / openwrt

This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins or for reporting issues. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. All issues should be reported at: https://bugs.openwrt.org
Other
0 stars 1 forks source link

ws-ap3825i: Test sysupgrade; closely examine, in particular, the automatic runtime MTD split for `kernel` vs `rootfs` vs `rootfs_data` #15

Closed Hurricos closed 2 years ago

Hurricos commented 2 years ago

Also, probably want to do something cleaner than

  IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | append-metadata

... i.e., I should pad to a BLOCK_SIZE boundary to make erasing less weird.

Hurricos commented 2 years ago

No longer relevant. The final solution was indeed:

  IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | append-metadata