... | ... | @@ -217,6 +217,7 @@ https://dl.djicdn.com/downloads/manifold/en/Using_the_Manifold_to_Acquire_Data_f |
|
|
## Nvidia Jetson TX1: Flashing procedure
|
|
|
*Note: the host MUST have Ubuntu 14.04 and at least 15GB space (if you wish to also clone another TX1, you need an additional 15GB).
|
|
|
|
|
|
**TO FLASH**
|
|
|
1- Download the latest version of jetpack.
|
|
|
|
|
|
https://developer.nvidia.com/embedded/jetpack
|
... | ... | @@ -225,7 +226,7 @@ https://developer.nvidia.com/embedded/jetpack |
|
|
|
|
|
http://docs.nvidia.com/jetpack-l4t/index.html#developertools/mobile/jetpack/l4t/2.3/jetpack_l4t_install.htm
|
|
|
|
|
|
When it gets to the Component Manager to review the packages, make sure to pick **JetPack L4T 2.2.1**. Then choose Jetson TX1 32-bit and ubuntu host. After flashing it will ask if you would like the post installation packages of CUDA, OpenCV, etc. You can cancel and exit here if you do not need these packages or wish to restore an image. If you are unable to connect to internet after flashing, try:
|
|
|
When it gets to the Component Manager to review the packages, make sure to pick **JetPack L4T 2.2.1**. Then choose Jetson TX1 32-bit and ubuntu host if you wish to have a working Ubuntu 14.04 setup on the TX1. *(for Ubuntu 16, choose the most recent version of JetPack)* After flashing it will ask if you would like the post installation packages of CUDA, OpenCV, etc. You can cancel and exit here if you do not need these packages or wish to restore an image. If you are unable to connect to internet after flashing, try:
|
|
|
```
|
|
|
dhclient -r eth0
|
|
|
sudo dhclient eth0
|
... | ... | |