Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
projects:zte_mf28x [2024/03/10 20:19] – Andreas Böhler | projects:zte_mf28x [2024/08/07 10:33] (current) – Andreas Böhler | ||
---|---|---|---|
Line 41: | Line 41: | ||
You need an exploit to get access to the stock firmware. Prepare the following: | You need an exploit to get access to the stock firmware. Prepare the following: | ||
- | | + | <WRAP round important 80%> |
+ | **Required files** | ||
* Static build of busybox for ARM, e.g. from https:// | * Static build of busybox for ARM, e.g. from https:// | ||
+ | * exploit.dat from https:// | ||
+ | * OpenWrt factory image - this is **not** listed in the table above. Please download it from [[https:// | ||
+ | </ | ||
+ | |||
+ | Then do the following preparatory steps: | ||
+ | |||
+ | * Set up a TFTP server - tftpd-hpa on Linux is tested, but tftpd32 should work as well | ||
* Rename busybox to " | * Rename busybox to " | ||
- | | + | * Put the OpenWrt |
- | | + | |
* Assign your computer the IP address 192.168.0.22 | * Assign your computer the IP address 192.168.0.22 | ||
Line 57: | Line 65: | ||
<WRAP round important 80%> | <WRAP round important 80%> | ||
- | For the MF287Pro, you need to replace '' | + | For the MF287 and MF287+, you need to replace |
+ | For the MF287Pro, you need to replace '' | ||
</ | </ | ||
Line 73: | Line 82: | ||
tftp -g -r zte.bin 192.168.0.22 | tftp -g -r zte.bin 192.168.0.22 | ||
cat / | cat / | ||
- | flash_erase /dev/mtd13 0 0 | + | flash_erase /dev/mtdXX 0 0 |
- | dd if=zte.bin of=/dev/mtdblock13 | + | dd if=zte.bin of=/dev/mtdblockXX |
reboot | reboot | ||
</ | </ | ||
Line 110: | Line 119: | ||
<WRAP round important 80%> | <WRAP round important 80%> | ||
- | Please double-check the partition number by running '' | + | Please double-check the partition number by running '' |
</ | </ | ||
< | < | ||
ls -l /tmp/ubi0* | ls -l /tmp/ubi0* | ||
- | ubiattach -m 14 | + | ubiattach -m XX |
ubirmvol /dev/ubi0 -N kernel | ubirmvol /dev/ubi0 -N kernel | ||
ubirmvol /dev/ubi0 -N rootfs | ubirmvol /dev/ubi0 -N rootfs |