This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| orin [2023/03/20 16:05] – [backup] sscipioni | orin [2023/03/20 16:26] (current) – [flash] sscipioni | ||
|---|---|---|---|
| Line 14: | Line 14: | ||
| Download [[https:// | Download [[https:// | ||
| - | < | + | < |
| cd ~/ | cd ~/ | ||
| wget https:// | wget https:// | ||
| Line 36: | Line 36: | ||
| - | ===== backup | + | ===== backup |
| disable automount on host | disable automount on host | ||
| - | < | + | < |
| sudo systemctl stop udisks2.service | sudo systemctl stop udisks2.service | ||
| </ | </ | ||
| put board in recovery mode | put board in recovery mode | ||
| + | <code bash> | ||
| + | lsusb | grep 955 | ||
| + | Bus 001 Device 007: ID 0955:7323 NVIDIA Corp. APX | ||
| + | </ | ||
| - | backup (result are in ./ | + | backup (output |
| - | < | + | < |
| cd ~/ | cd ~/ | ||
| sudo ./ | sudo ./ | ||
| </ | </ | ||
| + | |||
| + | |||
| + | ===== flash ===== | ||
| + | |||
| + | customize rootfs | ||
| + | <code bash> | ||
| + | sudo tools/ | ||
| + | </ | ||
| + | |||
| + | build image (--no-flash) | ||
| + | <code bash> | ||
| + | sudo ./ | ||
| + | </ | ||
| + | |||
| + | put board in recovery mode | ||
| + | |||
| + | flash | ||
| + | <code bash> | ||
| + | sudo ./ | ||
| + | </ | ||
| + | |||