diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-12-20 14:30:18 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-12-25 07:27:26 +0100 |
commit | 2f4941496c737543a12a0b6fc279081ef13b9a80 (patch) | |
tree | 083835e0116524f2edaafe528222d3c37c0cf8c1 /scripts | |
parent | 13cca63887cce9a73379d19029128fa60c36fc52 (diff) |
use rockpi4 b plus dtb instead of c, fixes bootup.
A lot of drivers where moved from mini.config to target/linux/config.
WLAN works, ethernet works, i2c works, RTC works.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/install.sh b/scripts/install.sh index 7160cab34..4a90c28e2 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -640,6 +640,9 @@ case $target { [[ -e "$x" ]] && cp "$fwdir"/*.dtb "$R/boot/" break done + mkimage -A arm64 -O linux -T script -C none -a 0 -e 0 \ + -n "RockPI4-Plus" \ + -d $fwdir/boot.script.rockpi4 $R/boot/boot.scr.uimg ;; (solidrun-clearfog) for x in "$fwdir"/*.dtb; do |