Skip to content

Commit

Permalink
update to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mingzhangqun committed Jun 24, 2024
1 parent def1583 commit 7e33601
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 7 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
## 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 funcitons(Overview/Security/Newwork/Terminal/Setting)
- APP: complete basic functions(Overview/Security/Newwork/Terminal/Setting)
20 changes: 15 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
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 \
device-tree-compiler libssl-dev ssh cpio squashfs-tools fakeroot libncurses5 flex bison
device-tree-compiler libssl-dev ssh cpio squashfs-tools fakeroot libncurses5 flex bison mtools
```

### 2.2 Checkout code
Expand Down Expand Up @@ -79,14 +79,24 @@

### 2.4 Flashing

- Flashing to eMMC
- Booting from eMMC (Example: sg2002_reCamera_0.0.1_emmc.zip)

- Unzip the [CviBurn_v2.0_cli_windows.zip](./external/tools/CviBurn_v2.0_cli_windows.zip) package.
- Unzip the package generated by [Section 2.3](#23-build), for example:
./output/sg2002_recamera_emmc/install/soc_sg2002_recamera_emmc/sg2002_reCamera_0.0.1_emmc.zip
- Execute the following command in Windows (use [-m xx:xx:xx:xx:xx:xx] to configure the Ethernet MAC address):
> usb_dl.exe -c cv181x -s linux -i ..\sg2002_reCamera_0.0.1_emmc [-m xx:xx:xx:xx:xx:xx]
`usb_dl.exe -c cv181x -s linux -i ..\sg2002_reCamera_0.0.1_emmc [-m xx:xx:xx:xx:xx:xx]`

- Flashing to SD Card
- SD Card recovery (Example: sg2002_reCamera_0.0.1_emmc_recovery.zip)

Refer to this [README.md](./build/README.md) for more details.
- Use [balenaEtcher](https://etcher.balena.io/#download-etcher) to flash the `sg2002_reCamera_0.0.1_emmc_recovery.zip` file into the SD card.
- Then insert the SD card into the board, and power on. It will automatically burn image into emmc.

- Booting from SD Card (Example: sg2002_reCamera_0.0.1_emmc_sd_compat.zip)

- Use [balenaEtcher](https://etcher.balena.io/#download-etcher) to flash the `sg2002_reCamera_0.0.1_emmc_sd_compat.zip` file into the SD card.
- Then insert the SD card into the board, and power on. The board will booting from SD card.

- OTA (Example: sg2002_reCamera_0.0.1_emmc_ota.zip)

- This image is specifically designed for OTA updates via the WebUI.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
reCamera 0.0.1
reCamera 0.0.2

0 comments on commit 7e33601

Please sign in to comment.