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 7e58377..0385aa4 100644 --- a/getting-started/machines/R-Car-Starter-Kit-gen3.md +++ b/getting-started/machines/R-Car-Starter-Kit-gen3.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: ``` -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 4cc1c8d..f9b2624 100644 --- a/getting-started/machines/porter.md +++ b/getting-started/machines/porter.md @@ -238,8 +238,8 @@ tar (GNU tar) 1.28 Copy Automotive Grade Linux (AGL) files onto the mircoSD card by extracting the root file system archive: ``` -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 183d0c9..6b2d930 100644 --- a/getting-started/troubleshooting.md +++ b/getting-started/troubleshooting.md @@ -24,8 +24,8 @@ tar (GNU tar) 1.28 To copy Automotive Grade Linux (AGL) files AND EXTENDED ATRIBUTES onto the SDcard using tar the command is: ``` -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 |