mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-19 12:57:16 +00:00
Merge remote-tracking branch 'thingos/dev' into dev
This commit is contained in:
commit
e5c793a425
@ -9,7 +9,7 @@ function exit_usage() {
|
||||
echo " fwupdate download <version|url|file> (downloads a firmware OS image)"
|
||||
echo " fwupdate extract (extracts the downloaded firmware archive)"
|
||||
echo " fwupdate flashboot (flashes the boot partition from extracted image)"
|
||||
echo " fwupdate flashreboot (prepares for reboot + root partititon flash)"
|
||||
echo " fwupdate flashreboot (prepares for reboot + root partition flash)"
|
||||
echo " fwupdate status (shows the current firmware updating status; see below)"
|
||||
echo " fwupdate upgrade <version|url|file> (performs all the operations necessary for upgrading)"
|
||||
echo ""
|
||||
|
@ -7,6 +7,7 @@ RPI_FW_DIR=${TARGET}/../images/rpi-firmware
|
||||
cp ${BOARD_DIR}/config.txt ${BOOT_DIR}
|
||||
cp ${BOARD_DIR}/cmdline.txt ${BOOT_DIR}
|
||||
cp ${BOARD_DIR}/fwupdater.gz ${BOOT_DIR}
|
||||
cp ${BOARD_DIR}/initrd.gz ${BOOT_DIR}
|
||||
cp ${IMG_DIR}/zImage ${BOOT_DIR}/kernel.img
|
||||
cp ${IMG_DIR}/bcm2708-rpi-b.dtb ${BOOT_DIR}
|
||||
cp ${IMG_DIR}/bcm2708-rpi-b-plus.dtb ${BOOT_DIR}
|
||||
|
@ -7,6 +7,7 @@ RPI_FW_DIR=${TARGET}/../images/rpi-firmware
|
||||
cp ${BOARD_DIR}/config.txt ${BOOT_DIR}
|
||||
cp ${BOARD_DIR}/cmdline.txt ${BOOT_DIR}
|
||||
cp ${BOARD_DIR}/fwupdater.gz ${BOOT_DIR}
|
||||
cp ${BOARD_DIR}/initrd.gz ${BOOT_DIR}
|
||||
cp ${IMG_DIR}/zImage ${BOOT_DIR}/kernel.img
|
||||
cp ${IMG_DIR}/bcm2709-rpi-2-b.dtb ${BOOT_DIR}
|
||||
cp ${RPI_FW_DIR}/bootcode.bin ${BOOT_DIR}
|
||||
|
@ -7,6 +7,7 @@ RPI_FW_DIR=${TARGET}/../images/rpi-firmware
|
||||
cp ${BOARD_DIR}/config.txt ${BOOT_DIR}
|
||||
cp ${BOARD_DIR}/cmdline.txt ${BOOT_DIR}
|
||||
cp ${BOARD_DIR}/fwupdater.gz ${BOOT_DIR}
|
||||
cp ${BOARD_DIR}/initrd.gz ${BOOT_DIR}
|
||||
cp ${IMG_DIR}/zImage ${BOOT_DIR}/kernel.img
|
||||
cp ${IMG_DIR}/bcm2710-rpi-3-b.dtb ${BOOT_DIR}
|
||||
cp ${IMG_DIR}/bcm2710-rpi-3-b-plus.dtb ${BOOT_DIR}
|
||||
|
Loading…
x
Reference in New Issue
Block a user