Skip to content

Commit

Permalink
avaota-a1: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chainsx authored and SuperKali committed Dec 16, 2024
1 parent 763a5a3 commit 51b5727
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/boards/avaota-a1.csc
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ declare -g SYTERKIT_BOARD_ID="avaota-a1" # This _only_ used for syterkit-allwinn

function post_family_tweaks__avaota-a1() {
display_alert "Applying boot blobs"
cp -v "$SRC/packages/blobs/sunxi/sun50iw3/bl31.bin" "$SDCARD/boot/bl31.bin"
cp -v "$SRC/packages/blobs/sunxi/sun50iw3/scp.bin" "$SDCARD/boot/scp.bin"
cp -v "$SRC/packages/blobs/sunxi/sun50iw3/splash.bin" "$SDCARD/boot/splash.bin"
cp -v "$SRC/packages/blobs/sunxi/sun55iw3/bl31.bin" "$SDCARD/boot/bl31.bin"
cp -v "$SRC/packages/blobs/sunxi/sun55iw3/scp.bin" "$SDCARD/boot/scp.bin"
cp -v "$SRC/packages/blobs/sunxi/sun55iw3/splash.bin" "$SDCARD/boot/splash.bin"

display_alert "Applying wifi firmware"
pushd "$SDCARD/lib/firmware"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 51b5727

Please sign in to comment.