-
Notifications
You must be signed in to change notification settings - Fork 75
/
raspberrypicm4-ioboard-sb.coffee
44 lines (37 loc) · 1.81 KB
/
raspberrypicm4-ioboard-sb.coffee
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
deviceTypesCommon = require '@resin.io/device-types/common'
{ networkOptions, commonImg, instructions } = deviceTypesCommon
UNPACK_IMAGE = 'Unzip the image downloaded from the dashboard.'
CM4IOB_WRITE_SD="If using a CM4 Lite: write the OS file you downloaded to your SD card. We recommend using <a href=\"http://www.etcher.io/\">Etcher</a>. After flashing, insert the freshly burnt SD card into the IO Board"
CM4IOB_WRITE_EMMC="If using a CM4 eMMC: fit jumper to disable eMMC boot on J2 and connect the IO Board's microUSB port to your PC. Power the board and use <a href=\"https://github.com/raspberrypi/usbboot\">usbboot</a> to put the eMMC in mass storage mode. Write the OS file you downloaded to mass storage device."
CM4IOB_WRITE_BOOT="Disconnect the power source and eMMC boot jumper if using the CM4 eMMC. Connect the CM4 IO Board to the internet, then power it up."
module.exports =
version: 1
slug: 'raspberrypicm4-ioboard-sb'
aliases: [ 'raspberrypicm4-ioboard-sb' ]
name: 'Secure boot enabled Raspberry Pi CM4 IO Board'
arch: 'aarch64'
state: 'new'
instructions: [
UNPACK_IMAGE
CM4IOB_WRITE_SD
CM4IOB_WRITE_EMMC
CM4IOB_WRITE_BOOT
]
gettingStartedLink:
windows: 'https://www.balena.io/docs/learn/getting-started/raspberrypicm4-ioboard-sb/nodejs/'
osx: 'https://www.balena.io/docs/learn/getting-started/raspberrypicm4-ioboard-sb/nodejs/'
linux: 'https://www.balena.io/docs/learn/getting-started/raspberrypicm4-ioboard-sb/nodejs/'
options: [ networkOptions.group ]
yocto:
machine: 'raspberrypicm4-ioboard-sb'
image: 'balena-image-flasher'
fstype: 'balenaos-img'
version: 'yocto-kirkstone'
deployArtifact: 'balena-image-flasher-raspberrypicm4-ioboard-sb.balenaos-img'
compressed: true
configuration:
config:
partition:
primary: 1
path: '/config.json'
initialization: commonImg.initialization