UBC-Thunderbots / Software

Robot Soccer Playing AI
http://www.ubcthunderbots.ca
GNU Lesser General Public License v3.0
53 stars 110 forks source link

[Robot Software] Improve robot boot time #3017

Open itsarune opened 1 year ago

itsarune commented 1 year ago

Description of the task

Occasionally, the Jetson Nano will reboot during a game. We want to improve the reboot time so that we are minimally impacted when this occurs

  1. Time how long it takes for the Jetson to reboot
  2. systemd-analyze blame to analyze what is taking so long
  3. Find ways to reduce Jetson boot times

Acceptance criteria

Blocked By

nimazareian commented 1 year ago

There seems to be some modules we can disable to speedup boot time: https://forums.developer.nvidia.com/t/how-to-make-nano-bootup-faster/219721