Hi, I bought your MYD-SAMA5D3X board, when I decompress the file system following the user manual section 4.5.6, the error appears. The log is as below:
tar xvjf buildroot-at91.tar.bz2
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Exiting with failure status due to previous errors
What's the problem?
Answer
Hello, please try below ways:
1. Check the file type
# file buildroot-at91.tar.bz2
2. If it is gzip compressed package (it shows gzip compressed data" in file command), it can be decompressed using below command: