mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
Adjust BOOT_START values for some boards
This commit is contained in:
parent
e73fd3dc4b
commit
9bce0c12d5
@ -7,7 +7,7 @@ export BOARD=$(basename $BOARD_DIR)
|
|||||||
export IMG_DIR=$BOARD_DIR/../../output/$BOARD/images/
|
export IMG_DIR=$BOARD_DIR/../../output/$BOARD/images/
|
||||||
export UBOOT_BIN=$BOARD_DIR/u-boot-with-spl.bin
|
export UBOOT_BIN=$BOARD_DIR/u-boot-with-spl.bin
|
||||||
export UBOOT_SEEK=16
|
export UBOOT_SEEK=16
|
||||||
export BOOT_START=40960
|
export BOOT_START=20
|
||||||
source $COMMON_DIR/mkimage.sh
|
source $COMMON_DIR/mkimage.sh
|
||||||
|
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ export BOARD=$(basename $BOARD_DIR)
|
|||||||
export IMG_DIR=$BOARD_DIR/../../output/$BOARD/images/
|
export IMG_DIR=$BOARD_DIR/../../output/$BOARD/images/
|
||||||
export UBOOT_BIN=$BOARD_DIR/u-boot-with-spl.bin
|
export UBOOT_BIN=$BOARD_DIR/u-boot-with-spl.bin
|
||||||
export UBOOT_SEEK=16
|
export UBOOT_SEEK=16
|
||||||
export BOOT_START=40960
|
export BOOT_START=20
|
||||||
source $COMMON_DIR/mkimage.sh
|
source $COMMON_DIR/mkimage.sh
|
||||||
|
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ export BOARD=$(basename $BOARD_DIR)
|
|||||||
export IMG_DIR=$BOARD_DIR/../../output/$BOARD/images/
|
export IMG_DIR=$BOARD_DIR/../../output/$BOARD/images/
|
||||||
export UBOOT_BIN=$IMG_DIR/u-boot-sunxi-with-spl.bin
|
export UBOOT_BIN=$IMG_DIR/u-boot-sunxi-with-spl.bin
|
||||||
export UBOOT_SEEK=16
|
export UBOOT_SEEK=16
|
||||||
export BOOT_START=40960
|
export BOOT_START=20
|
||||||
source $COMMON_DIR/mkimage.sh
|
source $COMMON_DIR/mkimage.sh
|
||||||
|
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ export BOARD=$(basename $BOARD_DIR)
|
|||||||
export IMG_DIR=$BOARD_DIR/../../output/$BOARD/images/
|
export IMG_DIR=$BOARD_DIR/../../output/$BOARD/images/
|
||||||
export UBOOT_BIN=$BOARD_DIR/u-boot-with-dtb.bin
|
export UBOOT_BIN=$BOARD_DIR/u-boot-with-dtb.bin
|
||||||
export UBOOT_SEEK=38192
|
export UBOOT_SEEK=38192
|
||||||
export BOOT_START=40960
|
export BOOT_START=20
|
||||||
BOOT0=$BOARD_DIR/boot0.bin
|
BOOT0=$BOARD_DIR/boot0.bin
|
||||||
|
|
||||||
source $COMMON_DIR/mkimage.sh
|
source $COMMON_DIR/mkimage.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user