summaryrefslogtreecommitdiffstats
path: root/getting-started/troubleshooting.md
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-07-03 09:36:27 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-07-05 10:34:57 +0200
commit86fce9c3efcc48b94710e2f56b1c78bdc9b79263 (patch)
tree976152b2be6f91fc47e0a834d159420afaea3e12 /getting-started/troubleshooting.md
parentf08344dfea0937e2e36e3251b6122bded7bcd127 (diff)
Update SD card instructions.
root file system file is now a .tar.xz (no longer .bz2) Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'getting-started/troubleshooting.md')
-rw-r--r--getting-started/troubleshooting.md4
1 files changed, 2 insertions, 2 deletions
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