UNPKG

jetson-flash

Version:

This tool allows users to flash BalenaOS on specific Jetson devices using Nvidia flashing tools.

14 lines (11 loc) 227 B
version: '2' services: jetson-flash: restart: always build: ./ privileged: true volumes: - '/dev:/dev' - '/run/udev/control:/run/udev/control' - '/sys:/sys' - '~/images:/data/images'