This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| orin [2023/03/20 15:59] – [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 | ||
| + | <code bash> | ||
| + | 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 (output in ./ |
| + | < | ||
| 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 ./ | ||
| + | </ | ||
| + | |||