Browse Source

Merge pull request #142 from mirzak/rpi-updates

Rpi updates
2.0.x
Mirza Krak 5 years ago
committed by GitHub
parent
commit
23618e75d6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      configs/raspberrypi0w_config
  2. 4
      configs/raspberrypi3_config
  3. 8
      configs/raspberrypi4_config
  4. 1
      configs/raspberrypi_config

2
configs/raspberrypi0w_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

4
configs/raspberrypi3_config

@ -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"

8
configs/raspberrypi4_config

@ -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

1
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.

Loading…
Cancel
Save