From 459f68b4332d5ab90a1cfe09dc3b2a6e9ccd7ab3 Mon Sep 17 00:00:00 2001 From: Alexandru Costache Date: Thu, 3 Oct 2024 11:13:28 +0000 Subject: [PATCH] cleanup coffee files Signed-off-by: Alexandru Costache --- jetson-agx-orin-devkit.coffee | 43 -------------------------- jetson-orin-nano-devkit-nvme.coffee | 39 ----------------------- jetson-orin-nx-seeed-j4012.coffee | 43 -------------------------- jetson-orin-nx-xavier-nx-devkit.coffee | 39 ----------------------- jetson-xavier-nx-devkit-emmc.coffee | 2 +- 5 files changed, 1 insertion(+), 165 deletions(-) delete mode 100644 jetson-agx-orin-devkit.coffee delete mode 100644 jetson-orin-nano-devkit-nvme.coffee delete mode 100644 jetson-orin-nx-seeed-j4012.coffee delete mode 100644 jetson-orin-nx-xavier-nx-devkit.coffee diff --git a/jetson-agx-orin-devkit.coffee b/jetson-agx-orin-devkit.coffee deleted file mode 100644 index cbd164d7..00000000 --- a/jetson-agx-orin-devkit.coffee +++ /dev/null @@ -1,43 +0,0 @@ -deviceTypesCommon = require '@resin.io/device-types/common' -{ networkOptions, commonImg, instructions } = deviceTypesCommon - -BOARD_PREPARE = 'Put the NVidia Jetson AGX Orin board in recovery mode' -FLASH_TOOL = 'Unzip BalenaOS image and use Jetson Flash at v0.5.32 or newer to provision the device.' -DONE_FLASHING = 'After flashing is completed, please wait until the board is rebooted' -module.exports = - version: 1 - slug: 'jetson-agx-orin-devkit' - name: 'Nvidia Jetson AGX Orin Devkit' - arch: 'aarch64' - state: 'released' - - instructions: [ - BOARD_PREPARE - FLASH_TOOL - DONE_FLASHING - ] - - gettingStartedLink: - windows: 'https://docs.balena.io/jetson-agx-orin-devkit/nodejs/getting-started/#adding-your-first-device' - osx: 'https://docs.balena.io/jetson-agx-orin-devkit/nodejs/getting-started/#adding-your-first-device' - linux: 'https://docs.balena.io/jetson-agx-orin-devkit/nodejs/getting-started/#adding-your-first-device' - - supportsBlink: false - - yocto: - machine: 'jetson-agx-orin-devkit' - image: 'balena-image' - fstype: 'balenaos-img' - version: 'yocto-kirkstone' - deployArtifact: 'balena-image-jetson-agx-orin-devkit.balenaos-img' - compressed: true - - options: [ networkOptions.group ] - - configuration: - config: - partition: - primary: 6 - path: '/config.json' - - initialization: commonImg.initialization diff --git a/jetson-orin-nano-devkit-nvme.coffee b/jetson-orin-nano-devkit-nvme.coffee deleted file mode 100644 index 221c7029..00000000 --- a/jetson-orin-nano-devkit-nvme.coffee +++ /dev/null @@ -1,39 +0,0 @@ -deviceTypesCommon = require '@resin.io/device-types/common' -{ networkOptions, commonImg, instructions } = deviceTypesCommon - -DONE_FLASHING = 'After flashing is completed, please wait until the board is rebooted' -module.exports = - version: 1 - slug: 'jetson-orin-nano-devkit-nvme' - name: 'Nvidia Jetson Orin Nano 8GB (SD) Devkit NVME' - arch: 'aarch64' - state: 'released' - - instructions: [ - DONE_FLASHING - ] - - gettingStartedLink: - windows: 'https://docs.balena.io/jetson-orin-nano-devkit-nvme/nodejs/getting-started/#adding-your-first-device' - osx: 'https://docs.balena.io/jetson-orin-nano-devkit-nvme/nodejs/getting-started/#adding-your-first-device' - linux: 'https://docs.balena.io/jetson-orin-nano-devkit-nvme/nodejs/getting-started/#adding-your-first-device' - - supportsBlink: false - - yocto: - machine: 'jetson-orin-nano-devkit-nvme' - image: 'balena-image-flasher' - fstype: 'balenaos-img' - version: 'yocto-kirkstone' - deployArtifact: 'balena-image-flasher-jetson-orin-nano-devkit-nvme.balenaos-img' - compressed: true - - options: [ networkOptions.group ] - - configuration: - config: - partition: - primary: 1 - path: '/config.json' - - initialization: commonImg.initialization diff --git a/jetson-orin-nx-seeed-j4012.coffee b/jetson-orin-nx-seeed-j4012.coffee deleted file mode 100644 index b97e5a2b..00000000 --- a/jetson-orin-nx-seeed-j4012.coffee +++ /dev/null @@ -1,43 +0,0 @@ -deviceTypesCommon = require '@resin.io/device-types/common' -{ networkOptions, commonImg, instructions } = deviceTypesCommon - -BOARD_PREPARE = 'Put the NVidia Jetson AGX Orin board in recovery mode' -FLASH_TOOL = 'Unzip BalenaOS image and use Jetson Flash at v0.5.32 or newer to provision the device.' -DONE_FLASHING = 'After flashing is completed, please wait until the board is rebooted' -module.exports = - version: 1 - slug: 'jetson-orin-nx-seeed-j4012' - name: 'Nvidia Jetson Orin NX in Seeed ReComputer J4012' - arch: 'aarch64' - state: 'released' - - instructions: [ - BOARD_PREPARE - FLASH_TOOL - DONE_FLASHING - ] - - gettingStartedLink: - windows: 'https://docs.balena.io/jetson-agx-orin-devkit/nodejs/getting-started/#adding-your-first-device' - osx: 'https://docs.balena.io/jetson-agx-orin-devkit/nodejs/getting-started/#adding-your-first-device' - linux: 'https://docs.balena.io/jetson-agx-orin-devkit/nodejs/getting-started/#adding-your-first-device' - - supportsBlink: false - - yocto: - machine: 'jetson-orin-nx-seeed-j4012' - image: 'balena-image-flasher' - fstype: 'balenaos-img' - version: 'yocto-kirkstone' - deployArtifact: 'balena-image-flasher-jetson-orin-nx-seeed-j4012.balenaos-img' - compressed: true - - options: [ networkOptions.group ] - - configuration: - config: - partition: - primary: 1 - path: '/config.json' - - initialization: commonImg.initialization diff --git a/jetson-orin-nx-xavier-nx-devkit.coffee b/jetson-orin-nx-xavier-nx-devkit.coffee deleted file mode 100644 index 4a8c8488..00000000 --- a/jetson-orin-nx-xavier-nx-devkit.coffee +++ /dev/null @@ -1,39 +0,0 @@ -deviceTypesCommon = require '@resin.io/device-types/common' -{ networkOptions, commonImg, instructions } = deviceTypesCommon - -DONE_FLASHING = 'After flashing is completed, please wait until the board is rebooted' -module.exports = - version: 1 - slug: 'jetson-orin-nx-xavier-nx-devkit' - name: 'Nvidia Jetson Orin NX in Xavier NX Devkit NVME' - arch: 'aarch64' - state: 'released' - - instructions: [ - DONE_FLASHING - ] - - gettingStartedLink: - windows: 'https://docs.balena.io/jetson-orin-nx-xavier-nx-devkit/nodejs/getting-started/#adding-your-first-device' - osx: 'https://docs.balena.io/jetson-orin-nx-xavier-nx-devkit/nodejs/getting-started/#adding-your-first-device' - linux: 'https://docs.balena.io/jetson-orin-nx-xavier-nx-devkit/nodejs/getting-started/#adding-your-first-device' - - supportsBlink: false - - yocto: - machine: 'jetson-orin-nx-xavier-nx-devkit' - image: 'balena-image-flasher' - fstype: 'balenaos-img' - version: 'yocto-kirkstone' - deployArtifact: 'balena-image-flasher-jetson-orin-nx-xavier-nx-devkit.balenaos-img' - compressed: true - - options: [ networkOptions.group ] - - configuration: - config: - partition: - primary: 1 - path: '/config.json' - - initialization: commonImg.initialization diff --git a/jetson-xavier-nx-devkit-emmc.coffee b/jetson-xavier-nx-devkit-emmc.coffee index 1715a5e6..801fdf0b 100644 --- a/jetson-xavier-nx-devkit-emmc.coffee +++ b/jetson-xavier-nx-devkit-emmc.coffee @@ -2,7 +2,7 @@ deviceTypesCommon = require '@resin.io/device-types/common' { networkOptions, commonImg, instructions } = deviceTypesCommon BOARD_PREPARE = 'Put the carrier board in recovery mode' -FLASH_TOOL = 'Unzip BalenaOS image and use Jetson Flash on branch custom_xavier_nx_emmc to provision the device.' +FLASH_TOOL = 'Unzip BalenaOS image and use Jetson Flash to provision the device.' DONE_FLASHING = 'After flashing is completed, please wait until the board is rebooted' module.exports = version: 1