Hi,
I am stuck trying to deploy U-Boot layout for version 24.10.2 on xiaomi ax6000. When I follow the guide, kmod-mtd-rw only have for version 23.05.5. There is no ipk file for version 24.10.2. So my router is stuck in initramfs for u-boot layout right now. Any guidance is much appreciated it.
Use 23.05.5 to flash.
try that. but it seems like I am not able to do that from 24.10.2 initramfs image. do I need to restore back the files that have been backup previously?
- Backup BL2, Nvram, Bdata, Factory, and FIP in case you break something or you want to go back to stock firmware one day.
cat /dev/mtdblock0 > /tmp/BL2.bin
cat /dev/mtdblock1 > /tmp/Nvram.bin
cat /dev/mtdblock2 > /tmp/Bdata.bin
cat /dev/mtdblock3 > /tmp/Factory.bin
cat /dev/mtdblock4 > /tmp/FIP.bin
That's why you were told to use 23.05 ?
Issue has been resolved. Found the file for version 24.10.2. able to finish up on the flash proces for uboot layout.