... | ... | @@ -232,7 +232,7 @@ sudo dhclient eth0 |
|
|
```
|
|
|
**TO CLONE**
|
|
|
|
|
|
cd into the directory containing the L4T bootloader on the host PC (../Linux_for_Tegra_32_tx1/bootloader). Connect the TX1 via USB and place the system in Force USB Recovery Mode. When the device is in this mode, the command 'lsusb' should show Nvidia Corp.The command below will save the 15GB eMMC image to the specified file on the host PC.
|
|
|
cd into the directory containing the L4T bootloader on the host PC (`../Linux_for_Tegra_32_tx1/bootloader`). Connect the TX1 via USB and place the system in Force USB Recovery Mode. When the device is in this mode, the command `lsusb` should show Nvidia Corp.The command below will save the 15GB eMMC image to the specified file on the host PC.
|
|
|
```
|
|
|
sudo ./tegraflash.py --bl cboot.bin --applet nvtboot_recovery.bin --chip 0x21 --cmd "read APP my_backup_image_APP.img"
|
|
|
```
|
... | ... | @@ -240,7 +240,7 @@ sudo ./tegraflash.py --bl cboot.bin --applet nvtboot_recovery.bin --chip 0x21 -- |
|
|
|
|
|
**TO RESTORE**
|
|
|
|
|
|
cd into the directory containing the L4T bootloader on the host PC (../Linux_for_Tegra_32_tx1/bootloader). Connect the TX1 via USB and place the system in Force USB Recovery Mode. When the device is in this mode, the command 'lsusb' should show Nvidia Corp. The command below will restore the 15GB eMMC image from the host PC to the TX1.
|
|
|
cd into the directory containing the L4T bootloader on the host PC (`../Linux_for_Tegra_32_tx1/bootloader`). Connect the TX1 via USB and place the system in Force USB Recovery Mode. When the device is in this mode, the command `lsusb` should show Nvidia Corp. The command below will restore the 15GB eMMC image from the host PC to the TX1.
|
|
|
```
|
|
|
sudo ./tegraflash.py --bl cboot.bin --applet nvtboot_recovery.bin --chip 0x21 --cmd "write APP my_backup_image_APP.img"
|
|
|
```
|
... | ... | @@ -248,6 +248,6 @@ sudo ./tegraflash.py --bl cboot.bin --applet nvtboot_recovery.bin --chip 0x21 -- |
|
|
|
|
|
After restoring, press the reset button on the TX1 to exit Force USB Recovery Mode. You may need to wait up to 5 minutes before it connects to a monitor.
|
|
|
|
|
|
The following files should be changed for proper renaming of the drone: /etc/hostname, /etc/hostapd/hostapd.conf, and /etc/hosts.
|
|
|
The following files should be changed for proper renaming of the drone: `/etc/hostname`, `/etc/hostapd/hostapd.conf`, and `/etc/hosts`.
|
|
|
|
|
|
To ensure it can connect to the network, look to "/etc/udev/rules.d/70-persistent..." and comment out the lines with eth0 and wlan0. Then change the lines with eth1 and wlan1 to be eth0 and wlan0. |
|
|
\ No newline at end of file |
|
|
To ensure it can connect to the network, look to `/etc/udev/rules.d/70-persistent...` and comment out the lines with eth0 and wlan0. Then change the lines with eth1 and wlan1 to be eth0 and wlan0. |
|
|
\ No newline at end of file |