mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-19 12:57:16 +00:00
Raspberry Pi 4: bootcode.bin is not needed
This commit is contained in:
parent
3487a33a64
commit
ef176f27c7
@ -9,7 +9,6 @@ cp ${BOARD_DIR}/cmdline.txt ${BOOT_DIR}
|
||||
cp ${BOARD_DIR}/initrd.gz ${BOOT_DIR}
|
||||
cp ${IMG_DIR}/zImage ${BOOT_DIR}/kernel.img
|
||||
cp ${IMG_DIR}/bcm2711-rpi-4-b.dtb ${BOOT_DIR}
|
||||
cp ${RPI_FW_DIR}/bootcode.bin ${BOOT_DIR}
|
||||
cp ${RPI_FW_DIR}/start.elf ${BOOT_DIR}
|
||||
cp ${RPI_FW_DIR}/fixup.dat ${BOOT_DIR}
|
||||
|
||||
|
@ -14,7 +14,7 @@ MOTION_CONF_OPTS = --without-pgsql \
|
||||
--without-sqlite3 \
|
||||
--without-mysql \
|
||||
--without-mariadb \
|
||||
--with-ffmpeg=$(STAGING_DIR)/usr/lib
|
||||
--with-ffmpeg
|
||||
|
||||
ifeq ($(BR2_PACKAGE_RPI_USERLAND),y)
|
||||
MOTION_DEPENDENCIES += rpi-userland
|
||||
|
Loading…
x
Reference in New Issue
Block a user