Skip to content

Commit

Permalink
Merge branch 'release/13.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Daisuke Baba committed Jan 15, 2021
2 parents 5285597 + addcbe6 commit 102d20b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Revision History
* 13.0.0
- CANDY Pi Lite Board Service 10.2.1
- CANDY RED 9.9.2
- Update Base Raspbian Buster version to `2020-12-02-raspbian-buster`
- Raspberry Pi OS Firmware v[1.20210108](https://github.com/raspberrypi/firmware/tree/1.20210108)
- Linux Kernel 5.4

* 12.0.0
- CANDY Pi Lite Board Service 10.2.1
- CANDY RED 9.9.0
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,11 @@ GITHUB_OAUTH_TOKEN=YOUR_GITHUB_OAUTH_TOKEN \
TAG_NAME=${RELEASE_VERSION} \
./scripts/deploy_zip.sh
```

# Trouble Shooting

```
Previous stage rootfs not found
******** Failed to build image files... ********
```
Remove empty directories under `pi-gen` directory.
4 changes: 2 additions & 2 deletions scripts/before_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ DEPS_DIR=$(pwd)/deps
PIGEN_DIR=${DEPS_DIR}/pi-gen
MOVIDIUS=${MOVIDIUS:-0}
CANDY_PI_LITE_VERSION=${CANDY_PI_LITE_VERSION:-"10.2.1"}
CANDY_RED_HASH=${CANDY_RED_HASH:-"9.9.0"}
RPI_FIRMWARE_VERSION=${RPI_FIRMWARE_VERSION:-"1.20201022"}
CANDY_RED_HASH=${CANDY_RED_HASH:-"9.9.2"}
RPI_FIRMWARE_VERSION=${RPI_FIRMWARE_VERSION:-"1.20210108"}
BOOT_APN=${BOOT_APN:-""}
BUTTON_EXT=${BUTTON_EXT:-""}
BASE_ROOT_MARGIN=${BASE_ROOT_MARGIN:-"400"}
Expand Down

0 comments on commit 102d20b

Please sign in to comment.