-
-
Notifications
You must be signed in to change notification settings - Fork 42
Closed
Labels
Description
Already bought new LX06 date 03/03/2025 and found that info on page https://github.com/duhow/xiaoai-patch/blob/master/research/lx06/install.md
in section backup, where we doing backup of original mtdblocks misprint or my speaker had another mtdblock mapping.
Where we backing up system0
update.exe mread store system0 normal 0x2820000 mtd4.img
should be
update.exe mread store system0 normal 0x2800000 mtd4.img
When used info from install.md show's that error
Parameters that correspond to my speaker is
update.exe mread store bootloader normal 0x200000 mtd0.img
update.exe mread store tpl normal 0x800000 mtd1.img
update.exe mread store boot0 normal 0x600000 mtd2.img
update.exe mread store boot1 normal 0x600000 mtd3.img
update.exe mread store system0 normal 0x2800000 mtd4.img
update.exe mread store system1 normal 0x2800000 mtd5.img
update.exe mread store data normal 0x1400000 mtd6.img
Reactions are currently unavailable

