Sign in
android-kvm
/
buildroot
/
07613c8890f6a7fea2b1ebbad0ee03a9c91ebb6c
/
.
/
board
/
wandboard
/
post-build.sh
blob: 43e091c5d726bf65c511840fae51d65cb51511be [
file
] [
log
] [
blame
]
#!/bin/sh
BOARD_DIR
=
"$(dirname $0)"
$HOST_DIR
/
bin
/
mkimage
-
A arm
-
O linux
-
T script
-
C none \
-
n
"boot script"
-
d $BOARD_DIR
/
boot
.
scr
.
txt $BOARD_DIR
/
boot
.
scr
install
-
m
0644
-
D $BOARD_DIR
/
boot
.
scr $TARGET_DIR
/
boot
/
boot
.
scr