mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-12 14:37:06 +03:00
Update Changelog.md
This commit is contained in:
49
Changelog.md
49
Changelog.md
@@ -2,45 +2,50 @@
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
The release breaks a few things in ota update. So **read the update from version 11.3.1 carefully**.
|
||||
:bangbang: The release breaks a few things in ota update :bangbang:
|
||||
|
||||
**Make sure to read the instructions below carfully!**.
|
||||
|
||||
1. You should update to `11.3.1` before you update to `12.0.0` or later!. All other migration paths are not tested and might need re-installation through USB!
|
||||
2. Upload the `firmware.bin` from this release.
|
||||
3. Flash the firmware
|
||||
4. **Do NOT reboot**
|
||||
5. Upload the `html-from-11.3.1.zip`
|
||||
6. Update the Web Interface.
|
||||
7. Now you can reboot.
|
||||
|
||||
1.) You should update to 11.3.1 before you update to this release. All other are not tested.
|
||||
2.) Upload and update the firmware.bin file from this release. **but do not reboot**
|
||||
3.) Upload the html-from-11.3.1.zip in html upload and update the web interface.
|
||||
4.) Now you can reboot.
|
||||
### Added
|
||||
|
||||
- automatic release creation
|
||||
- newest firmware of rolling branch now uploaded to <https://github.com/jomjol/AI-on-the-edge-device/actions> (developers only)
|
||||
- \#1068 New update mechanism:
|
||||
- handling of all files (zip, tfl, tflite, bin) within in one updload
|
||||
- using the update.zip from release page <https://github.com/jomjol/AI-on-the-edge-device/releases>
|
||||
- status (upload, processing, ...) displayed
|
||||
- auto suggestion for reboot (or not in case of web ui update only)
|
||||
- Best for OTA use Firefox. Chrome works with warnings. Safari stuck in upload.
|
||||
- Automatic release creation
|
||||
- Newest firmware of rolling branch now automatically build and provided in [Github Actions Output](https://github.com/jomjol/AI-on-the-edge-device/actions) (developers only)
|
||||
- New update mechanism:
|
||||
- Handling of all files (`zip`, `tfl`, `tflite`, `bin`) within in one common update interface
|
||||
- Using the `update.zip` from the [Release page](https://github.com/jomjol/AI-on-the-edge-device/releases)
|
||||
- Status (`upload`, `processing`, ...) displayed on Web Interface
|
||||
- Automatical detection and suggestion for reboot where needed (Web Interface uupdates only need a page refresh)
|
||||
- :bangbang: Best for OTA use Firefox. Chrome works with warnings. Safari stuck in upload.
|
||||
|
||||
### Changed
|
||||
- Integrated version info better into the html (main page, logfile)
|
||||
- Updated menue
|
||||
- Update tflite, esp32-cam-master, esp-nn (as of today 20220924)
|
||||
- Integrated version info better shown on the Info page and in the log
|
||||
- Updated menu
|
||||
- Update used libraries (`tflite`, `esp32-cam`, `esp-nn`, as of 20220924)
|
||||
### Fixed
|
||||
|
||||
- \#1029 wrong change of checkDigitConsistency now working like releases before 11.3.1
|
||||
- [\#1029](https://github.com/jomjol/AI-on-the-edge-device/issues/1029) wrong change of `checkDigitConsistency` now working like releases before `11.3.1`
|
||||
- Spelling corrections (**[cristianmitran](https://github.com/cristianmitran)**)
|
||||
- Integrated version info better into the html (main page, logfile)
|
||||
|
||||
|
||||
### Removed
|
||||
- Remove `/firmware` from GitHub.
|
||||
- If you want to get the latest firmware and html files, please download from the automated [build action](https://github.com/jomjol/AI-on-the-edge-device/actions) or [release page](https://github.com/jomjol/AI-on-the-edge-device/releases)
|
||||
- Remove the folder `/firmware` from GitHub repository.
|
||||
If you want to get the latest `firmware.bin` and `html.zip` files, please download from the automated [build action](https://github.com/jomjol/AI-on-the-edge-device/actions) or [release page](https://github.com/jomjol/AI-on-the-edge-device/releases)
|
||||
|
||||
## [11.3.1] - (2022-09-17)
|
||||
Intermediate Digits
|
||||
|
||||
- **ATTENTION**:
|
||||
- first update the 'firmware.bin' and ensure that the new version is running
|
||||
- first update the `firmware.bin` and ensure that the new version is running
|
||||
|
||||
- Only afterwards update the 'html.zip'
|
||||
- Only afterwards update the `html.zip`
|
||||
|
||||
- Otherwise the downwards compatibility of the new counter clockwise feature is not given and you end in a reboot loop, that needs manual flashing!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user