Browse Source
This is a bit unfortunate, but our converted image does not work for all of them, like the original. Changelog: Title Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>2.0.x
5 changed files with 11 additions and 8 deletions
@ -1,5 +1,6 @@ |
|||
RASPBERRYPI_CONFIG="raspberrypi0w" |
|||
RASPBERRYPI_KERNEL_IMAGE="kernel.img" |
|||
MENDER_KERNEL_IMAGETYPE=zImage |
|||
MENDER_DEVICE_TYPE="raspberrypi0w" |
|||
|
|||
source configs/raspberrypi_config |
|||
|
@ -1,5 +1,6 @@ |
|||
RASPBERRYPI_CONFIG="raspberrypi3" |
|||
RASPBERRYPI_KERNEL_IMAGE="kernel7.img" |
|||
MENDER_KERNEL_IMAGETYPE="zImage" |
|||
MENDER_DEVICE_TYPE="raspberrypi3" |
|||
|
|||
source configs/raspberrypi_config |
|||
|
@ -1,5 +1,6 @@ |
|||
RASPBERRYPI_CONFIG="raspberrypi4" |
|||
RASPBERRYPI_KERNEL_IMAGE="kernel7l.img" |
|||
MENDER_KERNEL_IMAGETYPE="zImage" |
|||
MENDER_DEVICE_TYPE="raspberrypi4" |
|||
|
|||
source configs/raspberrypi_config |
|||
|
Loading…
Reference in new issue