mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-24 11:46:30 +00:00
Merge branch 'thingos' into dev
This commit is contained in:
commit
e45ca31fad
@ -7,7 +7,7 @@ export BOARD=$(basename $BOARD_DIR)
|
||||
export IMG_DIR=$BOARD_DIR/../../output/$BOARD/images/
|
||||
export UBOOT_BIN=$BOARD_DIR/u-boot-with-spl.bin
|
||||
export UBOOT_SEEK=16
|
||||
export BOOT_START=40960
|
||||
export BOOT_START=20
|
||||
source $COMMON_DIR/mkimage.sh
|
||||
|
||||
|
||||
|
@ -7,7 +7,7 @@ export BOARD=$(basename $BOARD_DIR)
|
||||
export IMG_DIR=$BOARD_DIR/../../output/$BOARD/images/
|
||||
export UBOOT_BIN=$BOARD_DIR/u-boot-with-spl.bin
|
||||
export UBOOT_SEEK=16
|
||||
export BOOT_START=40960
|
||||
export BOOT_START=20
|
||||
source $COMMON_DIR/mkimage.sh
|
||||
|
||||
|
||||
|
@ -7,7 +7,7 @@ export BOARD=$(basename $BOARD_DIR)
|
||||
export IMG_DIR=$BOARD_DIR/../../output/$BOARD/images/
|
||||
export UBOOT_BIN=$IMG_DIR/u-boot-sunxi-with-spl.bin
|
||||
export UBOOT_SEEK=16
|
||||
export BOOT_START=40960
|
||||
export BOOT_START=20
|
||||
source $COMMON_DIR/mkimage.sh
|
||||
|
||||
|
||||
|
@ -7,7 +7,7 @@ export BOARD=$(basename $BOARD_DIR)
|
||||
export IMG_DIR=$BOARD_DIR/../../output/$BOARD/images/
|
||||
export UBOOT_BIN=$BOARD_DIR/u-boot-with-dtb.bin
|
||||
export UBOOT_SEEK=38192
|
||||
export BOOT_START=40960
|
||||
export BOOT_START=20
|
||||
BOOT0=$BOARD_DIR/boot0.bin
|
||||
|
||||
source $COMMON_DIR/mkimage.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user