jetcard icon indicating copy to clipboard operation
jetcard copied to clipboard

[WIP] Interactive installation for JP4.4.1

Open jaybdub opened this issue 4 years ago • 0 comments

For transparency and to simplify the install process for custom configurations, added interactive parameters to installation script.

Usage

Call sudo ./install.sh . No longer pass password. Instead, call whole script as sudo for transparency. We can escape sudo internally when needed.

sudo ./install.sh
Enable i2c permissions? (y): 
Install PyTorch? (y): n
...

TODO:

  • [x] add instructions to README
  • [ ] add option for constraining memory of Jupyter process
  • [ ] test on jetson platforms
    • [ ] JetPack 4.4.1
      • [ ] Jetson Nano 2G
      • [ ] Jetson Nano 4G
      • [ ] Jetson Xavier NX
  • [ ] create sd card images
    • [ ] JetPack 4.4.1
      • [ ] Jetson Nano 2G
      • [ ] Jetson Nano 4G
      • [ ] Jetson Xavier NX

jaybdub avatar Dec 15 '20 02:12 jaybdub