Update README.md - add unpack details

This commit is contained in:
Valentin Conrad
2024-11-25 08:57:47 +01:00
committed by GitHub
parent af22b299e8
commit 06bde8046d

View File

@@ -79,6 +79,16 @@ for filename in *.bin; do
done done
``` ```
## extract firmware
```bash
#remove header
dd if=MW3_SSL_5408_1.0B_upgrade_0000000B.bin of=firmware_MW3_SSL_5408_1.0B_upgrade_0000000B.lzma skip=256 bs=1
#unpack
unlzma firmware_MW3_SSL_5408_1.0B_upgrade_0000000B.lzma
```
now the firmware can be displayed with a hexeditor
## Other notable Projects ## Other notable Projects
- [Deye Microinverter - Cloud-free](https://github.com/Hypfer/deye-microinverter-cloud-free) - [Deye Microinverter - Cloud-free](https://github.com/Hypfer/deye-microinverter-cloud-free)