Skip to content

OE4T Meeting Notes 2022 06 09

Dan Walkes edited this page Jun 11, 2022 · 2 revisions

Video

https://youtu.be/Ff6Kk2RT7vw

Attendees

8

Topics

Slack vs something else

  • Concerned about losing search history on slack chats with the free account. Billing would be around $200 per month with current active users, up to $800/month if all members were active.
  • Important to have an app that’s on all the time, can be installed in Linux
  • Ideally find a place which is more of a hangout for embedded stuff, might be best to use IRC.
  • Dan will lead investigation of gittr and possibly other tools, experiment with these as alternatives to slack.

LUKS Update

  • Follow up on discussion from last month.
  • Doesn’t work on 32.7.1, ultimately backported to 32.6.1. Will revisit upstream approach later.
  • NVIDIA's UUID path is too complicated. Current approach as discussed with others - taking out UUID completely.
  • Still need to figure out a way to solve for arbitrary partitions.
  • Really like the sysinstaller design used by Matt. Question is how to bring that into tegra demo distro and meta-tegra. One thing that could help is to switch from keystore to lukserv application. Lukserv application is the client application that talks to trusted application. Switch to one context to generate one passphrase for the entire system and not one passphrase per partition. This makes the cryptab able to be static instead of dynamic. Otherwise need to know at flash time what all the UUIDs are. Instead use the part labels which are already known ahead of time.
  • Biggest concern about NVIDIA implementation is the amount of stuff happening during flash time. Required if you have anything in LUKS boot you need to make unencrypted.
  • Simplest use cases are working, A/B and more complicated use cases are still a work in progress.
  • Some things are really obvious like using custom flash layout, things are straightforward. The complicated piece is figuring out what to put into tegraflash class and imagetypes.tegra, and can we avoid putting things there.
  • Tegraflash helper script changes from NVIDIA can be avoided, since you boot into an OS and install from there. Too hard-coded to the Ubuntu OS to be useful most likely.
  • Need to refactor initrd script form NVIDIA which assumes UUID implementation. Probably not a big deal.
  • Tried to do stock tegra-test-distro, however tegra-bootinfo segfaulted on first run.

Deepstream Testing Status

Docker Status

  • Jetpack 5 docker images don’t fit in emmc flash
  • May make sense to make a smaller demo image on tegra-demo-distro with minimal components for docker build.

Jetpack 5

  • Ran into compile errors building the kernel with latest meta-openembedded and poky. Latest build from test distro worked fine. Matt has been holding consistent at kirkstone instead of master for the jetpack 5 branch.
  • Most testing and fixes from openembedded are happening on kirkstone, possibly some stuff broken in master.

PR for boot slot issues on Jetson TX2.

  • If boot slots get unaligned once they stay unaligned. Not self healing.
  • Plan to submit a PR for reverting slots after update failure

Pytorch support

Clone this wiki locally