Skip to content

Latest commit

 

History

History
181 lines (133 loc) · 4.31 KB

CHANGELOG.md

File metadata and controls

181 lines (133 loc) · 4.31 KB

0.1.4 (2024-12-23)

sg2002_recamera_emmc

  • New features:

    • support fip and boot partition auto update
    • support /mnt/system/upgrade.sh start *ota.zip
    • support gimbal (spi-can mcp2518fd)
    • add cvi_pinmux tool
    • use udev instead of mdev
    • udev rules for sd auto mount
  • Fix bugs:

    • factory reset failed (if sg2002_recamera_emmc_md5sum.txt is not exist)
    • solve the problem that the pc cannot access the Internet when connected via usb
    • dnsmasq fails to run without wifi

0.1.3 (2024-11-08)

sg2002_recamera_emmc

  • New features:
    • support 64G emmc

0.1.2 (2024-11-01)

sg2002_recamera_emmc

  • New features:

    • support global.gc operation
    • built-in model files
  • Fix bugs:

    • solve some supervisor bugs
    • solve some sscma-node bugs

0.1.1 (2024-10-30)

sg2002_recamera_emmc

  • New features:

    • limit node-red to version 3.1.14
  • Fix bugs:

    • solve some supervisor bugs
    • fix sd_gen_recovery_image.sh script bugs

0.1.0 (2024-10-28)

sg2002_recamera_emmc

  • New features:
    • update ov5647 isp params (denoise)
    • optimize ota

0.0.9 (2024-10-26)

sg2002_recamera_emmc

  • New features:

    • enable nodejs --v8-lite-mode (disable WebAssembly)
    • optimize system upgrade operations
  • Fix bugs:

    • remove node-red-dashboard from node-red
    • solve some sscma-node bug

0.0.8 (2024-10-22)

sg2002_recamera_emmc

  • New features:

    • auto swapon /userdata/.swapfile
    • reduce node-red startup time (skip npm -v)
    • supervior
      • add the operation that AP will automatically turn on or off according to the status of WiFi
      • split the wifi scan into two operations: scan wifi and get scan results
      • add a judgement that an upgrade is in progress
  • Fix bugs:

    • solve some supervisor bug
    • solve some sscma-node bug

0.0.7 (2024-10-16)

sg2002_recamera_emmc

  • New features:

    • reduce ION_SIZE to 50M
    • kernel support swap
    • kernel support advise syscalls
    • update c-ares to 1.32.2
    • update libuv to 1.48.0
    • update nodejs to 22.8.0
    • update node-red to 4.0.0
    • sd supports hotplug
    • close swupdate auto start (sudo /usr/lib/swupdate/swupdate.sh)
  • Fix bugs:

    • solve some supervisor bug
    • solve some sscma-node bug

0.0.6 (2024-10-12)

sg2002_recamera_emmc

  • New features:

    • sensor auto detection (ov5647/sc530ai)
    • supports restore to factory
    • get mac & sn from efuse
    • add sscma-node program
    • supervisor
      • support https service
      • add service status detection
      • add a feature for file management
      • add wifi password verification operation
  • Fix bugs:

    • solve some compilation issues
    • solve some supervisor bugs

0.0.5 (2024-09-25)

sg2002_recamera_emmc

  • New features:

    • update node-red interface style
    • supervisor
      • add APIs for uploading models and getting model information
      • allow CORS
  • Fix bugs:

    • fix the problem that some configuration files did not exist
    • node-red start failed when reset system
    • solve some supervisor bugs
  • Docs:

    • add compilation notes

0.0.4 (2024-09-12)

sg2002_recamera_emmc

  • New features:

    • buildin supervisor
    • buildin npm@8.11.0 and node-red@v3.1.11
    • update ov5647 isp params
    • supports rootfs overlay (/bin /etc /lib /home /root /usr /var)
    • add recamera as default user
    • supports sudo
    • upgrade icu to 73-2
  • Fix bugs:

    • upgrade.sh checksum failed
    • fixed ov5647 mirror

0.0.3 (2024-08-30)

sg2002_recamera_emmc

  • update sdk upstream (6cd7a5b)
  • support more buildroot packages (mosquitto/avahi/opkg/live555)
  • remove reCamera app
  • change ota (not compatible with last version) and supports swupdate
  • use ncm replace of rndis
  • expand rootfs size to 512M, rootfs default readonly (rootfs_rw (on|off))
  • auto mount /dev/mmcblk0p6 to /userdata
  • update nodejs to 17.9.1

0.0.2 (2024-06-24)

sg2002_recamera_emmc

  • update sdk upstream
  • support booting from sd (sg2002_reCamera_0.0.2_emmc_sd_compat.zip)
  • support sd recovery (sg2002_reCamera_0.0.2_emmc_recovery.zip)

0.0.1 (2024-06-21)

sg2002_recamera_emmc

  • First beta release
  • SDK: supported emmc/sdcard/leds/wifi/uart/ethernet/ov5647 sensor
  • APP: complete basic functions(Overview/Security/Newwork/Terminal/Setting)