mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
raspberrypi: the required dtbs are now copied to /boot
This commit is contained in:
parent
e75bd408d9
commit
6b69e1b0b0
@ -6,6 +6,9 @@ cp $BOARD_DIR/config.txt $BOOT_DIR
|
||||
cp $BOARD_DIR/cmdline.txt $BOOT_DIR
|
||||
cp $BOARD_DIR/fwupdater.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
|
||||
cp $IMG_DIR/bcm2708-rpi-cm.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
|
||||
|
@ -1 +0,0 @@
|
||||
../raspberrypi/postscript.sh
|
13
board/raspberrypi2/postscript.sh
Executable file
13
board/raspberrypi2/postscript.sh
Executable file
@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
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 $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
|
||||
cp $RPI_FW_DIR/start.elf $BOOT_DIR
|
||||
cp $RPI_FW_DIR/fixup.dat $BOOT_DIR
|
||||
|
Loading…
x
Reference in New Issue
Block a user