diff options
-rw-r--r-- | getting-started/machines/R-Car-Starter-Kit-gen3.md | 4 | ||||
-rw-r--r-- | getting-started/machines/porter.md | 4 | ||||
-rw-r--r-- | getting-started/troubleshooting.md | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/getting-started/machines/R-Car-Starter-Kit-gen3.md b/getting-started/machines/R-Car-Starter-Kit-gen3.md index 7138e5b..465ba58 100644 --- a/getting-started/machines/R-Car-Starter-Kit-gen3.md +++ b/getting-started/machines/R-Car-Starter-Kit-gen3.md @@ -287,8 +287,8 @@ tar (GNU tar) 1.28 Copy Automotive Grade Linux (AGL) files onto the mircoSD card by extracting the root file system archive: ```bash -sudo $TAR --extract --numeric-owner --preserve-permissions --preserve-order --totals \ - --xattrs-include='*' --directory=$SDCARD --file=agl-demo-platform-h3ulcb.tar.bz2 +sudo $TAR --extract --xz --numeric-owner --preserve-permissions --preserve-order --totals \ + --xattrs-include='*' --directory=$SDCARD --file=agl-demo-platform-h3ulcb.tar.xz ``` Copy Kernel Image and Device Tree Blob file into the **boot** directory: diff --git a/getting-started/machines/porter.md b/getting-started/machines/porter.md index f556dd7..8efe59d 100644 --- a/getting-started/machines/porter.md +++ b/getting-started/machines/porter.md @@ -281,8 +281,8 @@ tar (GNU tar) 1.28 Copy Automotive Grade Linux (AGL) files onto the mircoSD card by extracting the root file system archive: ```bash -sudo $TAR --extract --numeric-owner --preserve-permissions --preserve-order --totals \ - --xattrs-include='*' --directory=$SDCARD --file=agl-demo-platform-porter.tar.bz2 +sudo $TAR --extract --xz --numeric-owner --preserve-permissions --preserve-order --totals \ + --xattrs-include='*' --directory=$SDCARD --file=agl-demo-platform-porter.tar.xz ``` Copy Kernel Image and Device Tree Blob file into the **boot** directory: diff --git a/getting-started/troubleshooting.md b/getting-started/troubleshooting.md index 258311e..274456d 100644 --- a/getting-started/troubleshooting.md +++ b/getting-started/troubleshooting.md @@ -25,8 +25,8 @@ tar (GNU tar) 1.28 To copy Automotive Grade Linux (AGL) files AND EXTENDED ATRIBUTES onto the SDcard using tar the command is: ```bash -tar --extract --numeric-owner --preserve-permissions --preserve-order --totals \ - --xattrs-include='*' --directory=DESTINATION_DIRECTORY --file=agl-demo-platform.....tar.bz2 +tar --extract --xz --numeric-owner --preserve-permissions --preserve-order --totals \ + --xattrs-include='*' --directory=DESTINATION_DIRECTORY --file=agl-demo-platform.....tar.xz ``` ## meta-rust |