It is required to modify current SquashFS compression parameters for ARM64 paltform. Current compression parameters are shared between AMD64 and ARM64 platforms, it may lead to the following errors:
```
[ 60.519910] SQUASHFS error: xz decompression failed, data probably corrupt
[ 60.520419] SQUASHFS error: Failed to read block 0x1321999e: -5
[ 60.523124] SQUASHFS error: xz decompression failed, data probably corrupt
[ 60.523546] SQUASHFS error: Failed to read block 0x1321999e: -5
```
This error caused by incompatible compression parameters.