econsystems / meta-jetson-tx2

Yocto BSP layer for the nvidia jetson tx2 boards.
https://esomgears.e-consystems.com
MIT License
7 stars 4 forks source link
meta-jetson-tx2 nvidia-tx2-board ota pyro

meta-jetson-tx2

Yocto BSP layer for the nvidia jetson tx2 boards.

NVIDIA jetson tx2 board

This is an AI supercomputer on a module, powered by NVIDIA Pascal™ architecture. Best of all, it packs this performance into a small, power-efficient form factor that’s ideal for intelligent edge devices like robots, drones, smart cameras, and portable medical devices. It supports all the features of the Jetson TX1 module while enabling bigger, more complex deep neural networks. https://www.nvidia.com/en-us/autonomous-machines/embedded-systems-dev-kits-modules/.

esomgears

eSOMgears is a cloud based Over-The-Air (OTA) firmware update tool that can update the firmware of your devices deployed in the field. It supports OTA firmware updates on both Linux and Android platforms. eSOMgears is available as a “SaaS – Software as a Service” option. Some of the advantages of eSOMgears are:

Quick links

Description

This is the fail-safe hardware specific BSP overlay for the nvidia jetson tx2 device.

The meta-jetson-tx2 should work with Yocto distribution.

Dependencies

This layer depends on:

Download the layers after creating the product with esomgears from the web frontend.

Update .template.conf file

$vi poky/.templateconf

Template settings

TEMPLATECONF=${TEMPLATECONF:-meta-jetson-tx2/conf}

Quick Start

  1. source poky/oe-init-build-env jetson-tx2-build

  2. Add meta-example layer to bblayers.conf and "esomgearexample" receipe to local.conf to enable esomgearexample package.
  3. bitbake core-image-sato

  4. Download your development kit for your product from https://esomgears.e-consystems.com.
  5. Run the firmware generator script.
  6. Deploy generated sdcard image file to your SD card.
  7. Flash the u-boot.
  8. Boot your nvidia tx2 board.

Maintainers