I would like to use the CTI Quark carrier board for the Jetson Nano, which does not appear to be supported yet. I assume that if I want to add support for it I will be adding it here https://github.com/balena-os/balena-jetson
If anyone else is working on this, I’d be happy to hear from you, this will be my first time doing a custom board.
Thanks,
Simon
Hi @sjwilks, sure, you can open a PR in the balena-jetson repository to add this device as a community supported device maintained by you. It will need to include a coffee file with the device specific provisioning instructions, a yocto machine file that inherits the Nano SD or Nano eMMC depending on the type of module you are using and of course the dtb cti provides for it. You can have a look at the photon-nano device type as an example.