Mirza Krak
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
12 additions and
3 deletions
-
configs/raspberrypi0w_config
-
configs/raspberrypi3_config
-
configs/raspberrypi4_config
-
configs/raspberrypi_config
|
|
@ -1,7 +1,7 @@ |
|
|
|
# Binaries generated with the following script: |
|
|
|
# |
|
|
|
# https://github.com/drewmoseley/mender-convert-integration-scripts/blob/master/build-uboot-rpi.sh |
|
|
|
RASPBERRYPI_BINARIES="raspberrypi0w-integration-2018.07.003.tar.gz" |
|
|
|
RASPBERRYPI_BINARIES="raspberrypi0w-integration-2019.01.tar.gz" |
|
|
|
RASPBERRYPI_KERNEL_IMAGE="kernel.img" |
|
|
|
MENDER_KERNEL_IMAGETYPE=zImage |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
# Binaries generated with the following script: |
|
|
|
# |
|
|
|
# https://d1b0l86ne08fsf.cloudfront.net/mender-convert/raspberrypi/raspberrypi-integration-scripts.tar.gz |
|
|
|
RASPBERRYPI_BINARIES="raspberrypi3-integration-2018.07.002.tar.gz" |
|
|
|
# https://github.com/drewmoseley/mender-convert-integration-scripts/blob/master/build-uboot-rpi.shraspberrypi-integration-scripts.tar.gz |
|
|
|
RASPBERRYPI_BINARIES="raspberrypi3-integration-2019.01.tar.gz" |
|
|
|
RASPBERRYPI_KERNEL_IMAGE="kernel7.img" |
|
|
|
MENDER_KERNEL_IMAGETYPE="zImage" |
|
|
|
|
|
|
|
|
|
@ -0,0 +1,8 @@ |
|
|
|
# Binaries generated with the following script: |
|
|
|
# |
|
|
|
# https://github.com/drewmoseley/mender-convert-integration-scripts/blob/master/build-uboot-rpi.shraspberrypi-integration-scripts.tar.gz |
|
|
|
RASPBERRYPI_BINARIES="raspberrypi4-integration-2019.01.tar.gz" |
|
|
|
RASPBERRYPI_KERNEL_IMAGE="kernel7l.img" |
|
|
|
MENDER_KERNEL_IMAGETYPE="zImage" |
|
|
|
|
|
|
|
source configs/raspberrypi_config |
|
|
@ -64,6 +64,7 @@ function platform_modify() { |
|
|
|
run_and_log_cmd "sudo cp work/rpi/binaries/u-boot.bin work/boot/${RASPBERRYPI_BOOTLOADER_IMAGE}" |
|
|
|
run_and_log_cmd "sudo cp work/rpi/binaries/boot.scr work/boot" |
|
|
|
run_and_log_cmd "sudo cp work/rpi/binaries/fw_env.config work/rootfs/etc/" |
|
|
|
run_and_log_cmd "sudo cp work/rpi/binaries/uboot-git-log.txt work/boot" |
|
|
|
|
|
|
|
# Raspberry Pi applications expect to find this on the device and in some |
|
|
|
# cases parse the options to determinate functionality. |
|
|
|