HumanoidPequi / HumanoidPMec_LARC2023

1 stars 1 forks source link

flashing jetson tx2 #16

Open lucasolives opened 1 year ago

lucasolives commented 1 year ago

flashing jetson through docker: sudo docker run -it --privileged -v /dev:/dev --rm sdkmanager --cli install --logintype devzone --product Jetson --version 4.6.3 --targetos Linux --host --target JETSON_TX2_TARGETS --flash all

Docker images of sdkmanager and how to use it: https://docs.nvidia.com/sdk-manager/docker-containers/index.html How to install sdkmanager through command-line: https://docs.nvidia.com/sdk-manager/sdkm-command-line-install/index.html How to install sdkmanager(GUI): https://docs.nvidia.com/sdk-manager/download-run-sdkm/index.html

lucasolives commented 1 year ago

Flashin jetson through host with ubuntu 18.04:

  1. Install sdkmanager and run it on your pc
  2. Select the configurations asked
  3. In Step 3, Connect tx2 through usb, connect it to ethernet and set recovery mode
  4. Select Manual setup and wait sdkmanager do its thing
  5. After that, the process should end and the jetson is flashed
lucasolives commented 1 year ago

Issues

  1. [ ] Possible solution: Use SD card to extend it's memory. https://forums.developer.nvidia.com/t/increase-storage-space-of-jetson-tx2-dev-kit-using-sd-card/76872
  1. [ ] Possible solution: Run the container with -v /dev:/dev parameter to make sure the container will access every USB port.