Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
manjaro-arm
applications
manjaro-arm-tools
Commits
bcafde99
Verified
Commit
bcafde99
authored
Sep 28, 2021
by
Dan Johansen
Browse files
[buildarmimg] fix pinephone uboot flashing to match the new clock speed naming of the uboot file
Signed-off-by:
Dan Johansen
<
strit@manjaro.org
>
parent
b77ab2b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/functions.sh
View file @
bcafde99
...
...
@@ -728,7 +728,7 @@ create_img() {
dd
if
=
$TMPDIR
/boot/u-boot-sunxi-with-spl-
$DEVICE
.bin
of
=
${
LDEV
}
conv
=
fsync
bs
=
128k
seek
=
1 1> /dev/null 2>&1
;;
pinephone
)
dd
if
=
$TMPDIR
/boot/u-boot-sunxi-with-spl-
$DEVICE
.bin
of
=
${
LDEV
}
conv
=
fsync
bs
=
8k
seek
=
1 1> /dev/null 2>&1
dd
if
=
$TMPDIR
/boot/u-boot-sunxi-with-spl-
$DEVICE
-552
.bin
of
=
${
LDEV
}
conv
=
fsync
bs
=
8k
seek
=
1 1> /dev/null 2>&1
;;
# Rockchip RK33XX uboots
pbpro|rockpro64|rockpi4b|rockpi4c|nanopc-t4|rock64|roc-cc|stationp1
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment