Skip to content

Commit

Permalink
prerelease 3: linux 6
Browse files Browse the repository at this point in the history
Signed-off-by: John Clark <[email protected]>
  • Loading branch information
inindev committed Oct 30, 2022
1 parent c0096da commit 5448bf3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ stock debian arm64 linux for the rockpi 4c+

**1. download image:**
```
wget https://github.com/inindev/rockpi-4c-plus/releases/download/v12-prerelease.2/bookworm-prerelease.img.xz
wget https://github.com/inindev/rockpi-4c-plus/releases/download/v12-prerelease.3/bookworm-prerelease.img.xz
```

<br/>
Expand Down
6 changes: 3 additions & 3 deletions debian/make_debian_img.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ main() {
local bfw=$(download "$cache" 'https://github.com/murata-wireless/cyw-bt-patch/raw/master/BCM4345C0_003.001.025.0187.0366.1MW.hcd')
local bfwsha='c903509c43baf812283fbd10c65faab3b0735e09bd57c5a9e9aa97cf3f274d3b'
# device tree & uboot
local dtb=$(download "$cache" 'https://github.com/inindev/rockpi-4c-plus/releases/download/v12-prerelease.2/rk3399-rock-pi-4c-plus.dtb')
local dtb=$(download "$cache" 'https://github.com/inindev/rockpi-4c-plus/releases/download/v12-prerelease.3/rk3399-rock-pi-4c-plus.dtb')
# local dtb='../dtb/rk3399-rock-pi-4c-plus.dtb'
local uboot_spl=$(download "$cache" 'https://github.com/inindev/rockpi-4c-plus/releases/download/v12-prerelease.2/idbloader.img')
local uboot_spl=$(download "$cache" 'https://github.com/inindev/rockpi-4c-plus/releases/download/v12-prerelease.3/idbloader.img')
# local uboot_spl='../uboot/idbloader.img'
local uboot_itb=$(download "$cache" 'https://github.com/inindev/rockpi-4c-plus/releases/download/v12-prerelease.2/u-boot.itb')
local uboot_itb=$(download "$cache" 'https://github.com/inindev/rockpi-4c-plus/releases/download/v12-prerelease.3/u-boot.itb')
# local uboot_itb='../uboot/u-boot.itb'

if [ "$lfwsha" != $(sha256sum "$lfw" | cut -c1-64) ]; then
Expand Down

0 comments on commit 5448bf3

Please sign in to comment.