HN8346X6 firmware dump R020
本帖最后由 HN8145X6-tester 于 2026-3-26 22:36 编辑HN8345X6 COMMON Menu english firmware dump
flash Dump R020 shell telnet enabled
also attached hwmtd bin missing yesterday for write permissions on R021 firmware
这个是编程固件还是可以用工具刷的刷机固件 Several partition files are missing(缺少几个分区文件)
mtd1、mtd10 liufubiao2015 发表于 2026-3-26 12:27
这个是编程固件还是可以用工具刷的刷机固件
firmware can be flashe via TFTP, firmware dump made with TFPD via cat /proc/mtd
to flash firmware back to device,can use similar cmds depending on firmware version
cd /dev/shm
tftp -g -l hwmtd -r hwmtd 192.168.100.10
chmod 777 hwmtd
./hwmtd allsystemA
./hwmtd allsystemB
./hwmtd apps
./hwmtd file_system
./hwmtd flash_configA
./hwmtd flash_configB
./hwmtd frameworkA
./hwmtd frameworkB
./hwmtd keyfile
./hwmtd slave_paramA
./hwmtd slave_paramB
./hwmtd ubilayer_v5
./hwmtd wifi_paramA
./hwmtd wifi_paramB
tftp -g -l mtd0.bin -r mtd0.bin 192.168.100.10
tftp -g -l mtd1.bin -r mtd1.bin 192.168.100.10
tftp -g -l mtd2.bin -r mtd2.bin 192.168.100.10
tftp -g -l mtd3.bin -r mtd3.bin 192.168.100.10
tftp -g -l mtd4.bin -r mtd4.bin 192.168.100.10
tftp -g -l mtd5.bin -r mtd5.bin 192.168.100.10
tftp -g -l mtd8.bin -r mtd8.bin 192.168.100.10
tftp -g -l mtd9.bin -r mtd9.bin 192.168.100.10
tftp -g -l mtd10.bin -r mtd10.bin 192.168.100.10
tftp -g -l mtd11.bin -r mtd11.bin 192.168.100.10
tftp -g -l mtd12.bin -r mtd12.bin 192.168.100.10
tftp -g -l mtd13.bin -r mtd13.bin 192.168.100.10
tftp -g -l mtd14.bin -r mtd14.bin 192.168.100.10
dd if=/dev/shm/mtd0.bin of=/dev/mtdblock0
dd if=/dev/shm/mtd1.bin of=/dev/mtdblock1
dd if=/dev/shm/mtd2.bin of=/dev/mtdblock2
dd if=/dev/shm/mtd3.bin of=/dev/mtdblock3
dd if=/dev/shm/mtd4.bin of=/dev/mtdblock4
dd if=/dev/shm/mtd5.bin of=/dev/mtdblock5
dd if=/dev/shm/mtd6.bin of=/dev/mtdblock6
dd if=/dev/shm/mtd7.bin of=/dev/mtdblock7
dd if=/dev/shm/mtd8.bin of=/dev/mtdblock8
dd if=/dev/shm/mtd9.bin of=/dev/mtdblock9
dd if=/dev/shm/mtd10.bin of=/dev/mtdblock10
dd if=/dev/shm/mtd11.bin of=/dev/mtdblock11
dd if=/dev/shm/mtd12.bin of=/dev/mtdblock12
dd if=/dev/shm/mtd13.bin of=/dev/mtdblock13
dd if=/dev/shm/mtd14.bin of=/dev/mtdblock14
tftp -g -l hwmtd -r hwmtd 192.168.100.2
chmod 777 hwmtd
./hwmtd -u apps
./hwmtd -u allsystemB
tftp -g -l mtd14.bin -r mtd14.bin 192.168.100.2
dd if=/dev/shm/mtd14.bin of=/dev/mtdblock14
dd if=/dev/shm/mtd6.bin of=/dev/mtdblock7
本帖最后由 HN8145X6-tester 于 2026-3-26 22:37 编辑
liufubiao2015 发表于 2026-3-26 12:27
这个是编程固件还是可以用工具刷的刷机固件
hi yes looks like update missing some files yesterday will update now.
i have uploaded missing ones on first post to keep clean
Friend, could you please provide the partition table obtained by running the command `cat /proc/mtd`
朋友,能提供一下cat /proc/mtd命令得到的分区表单吗
页:
[1]