mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
raspberrypi3: added wifi support
This commit is contained in:
parent
f5802dd29c
commit
c1f26915fc
@ -4,3 +4,5 @@ gpu_mem=128
|
|||||||
gpu_mem_256=128
|
gpu_mem_256=128
|
||||||
gpu_mem_512=128
|
gpu_mem_512=128
|
||||||
disable_camera_led=0
|
disable_camera_led=0
|
||||||
|
device_tree=bcm2710-rpi-3-b.dtb
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
../raspberrypi/postscript.sh
|
|
16
board/raspberrypi3/postscript.sh
Executable file
16
board/raspberrypi3/postscript.sh
Executable file
@ -0,0 +1,16 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
RPI_FW_DIR=$TARGET/../images/rpi-firmware
|
||||||
|
|
||||||
|
# copy System.map
|
||||||
|
cp $TARGET/../build/linux-*/System.map $TARGET/System.map
|
||||||
|
|
||||||
|
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/bcm2710-rpi-3-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
|
||||||
|
|
@ -29,6 +29,8 @@ BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/raspberrypi/linux/a
|
|||||||
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
||||||
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/raspberrypi3/kernel.config"
|
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/raspberrypi3/kernel.config"
|
||||||
BR2_LINUX_KERNEL_ZIMAGE=y
|
BR2_LINUX_KERNEL_ZIMAGE=y
|
||||||
|
BR2_LINUX_KERNEL_DTS_SUPPORT=y
|
||||||
|
BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2710-rpi-3-b"
|
||||||
BR2_PACKAGE_BUSYBOX_CONFIG="board/common/busybox-1.22.x.config"
|
BR2_PACKAGE_BUSYBOX_CONFIG="board/common/busybox-1.22.x.config"
|
||||||
BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
|
BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
|
||||||
BR2_PACKAGE_MOTIONEYE=y
|
BR2_PACKAGE_MOTIONEYE=y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user