Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 1.6 KB

Limitation.md

File metadata and controls

15 lines (9 loc) · 1.6 KB

Introduction | Setup | Backup | Restore | Switch firmware | Other options | Screenshots | Build | FAQs | Changelog | Limitation

  • thingino kernel, rootfs and rootfs_data partitions can't be detected to proper backup/restore them due to the limitation of hard-coded partition size and offset.

  • There is no way to read/write/format UBI partitions on NAND flash yet, same with bad block management.

  • Currently, creating new profiles with flash configuration on .json or .yaml files has not been implemented.

  • Partition image verification limitation:

    • For restore: each partition image is verified. If one succeeds, it is written. If the second partition image verification fails, the first partition image is already written, this might cause a soft-bricked camera.
    • For switch firmware: The verification progress stops immediately if one partition image verificaion fails. It doesn't tell if the remaining unverified partition images fail or not.
  • Wi-Fi vendor ID file at /sys/bus/mmc/devices/mmc1:0001/mmc1:0001:1/vendor might randomly(?) change to /sys/bus/mmc/devices/mmc1:0002/mmc1:0002:1/vendor or /sys/bus/mmc/devices/mmc1:0003/mmc1:0003:1/vendor for unknown reasons, a temporary fix for this is using wildcard(already implemented).

  • Current code for LEDs blinking currently only work with cameras with 2 LEDs, to support more cameras that have one or no LED some minor changes are needed.