Skip to content

Commit

Permalink
Merge pull request #3 from Seeed-Studio/sg200x-reCamera
Browse files Browse the repository at this point in the history
update
  • Loading branch information
raphaelscholle authored Sep 26, 2024
2 parents dc6885d + 567def0 commit ddfec16
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 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
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@

- Recommended OS: Ubuntu 20.04.6 LTS
- Recommended C/C++: GCC/G++ 9.4.0
- Recommended minimum free space: 30 GB
- Install dependencies

```bash
sudo apt-get update
sudo apt-get install libbz2-dev
sudo apt-get install -y build-essential ninja-build automake autoconf libtool wget curl git gcc \
libssl-dev bc slib squashfs-tools android-sdk-libsparse-utils android-sdk-ext4-utils jq \
cmake python3-distutils tclsh scons parallel ssh-client tree python3-dev python3-pip \
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ddfec16

Please sign in to comment.