TP-Link MR200 Bricked - FlyBox

Put the script in this file.
/etc/rc.local or from openwrt web interface, go to system >> startup >> local start up, put the script before "exit 0" save.
From now this script will auto run at device turn on.

1 Like

probably you need to revert to older openwrt firmware. I can't be sure since I have replaced the physical modem to another one. Its possible the latest build doesn't have the modem settings.

Then we have a bug. Let's see if Ibhave time to open an MR to fix it with all the upcoming Holidays.
Of course everyone is welcome to do it.

1 Like

Thank you very much for helping me to unbrick my devices.

Maybe, this post can help someone who have same bricked device also for trying to create or installing bad ArcherC2V1_tp_recovery.bin on their Flybox Mr200.

So, IT FORT RECOMMANDED TO TAKE BACKUP BEFORE MAKE ANY OPERATIONS using Programmer tool.

Now, to install OpenWrt on Archer MR200_Carrier Orange (Flybox) and
current firmware version is : 0.9.1 0.0 v004a.0 Build 180608 Rel.52037n

download this: ArcherC2V1_tp_recovery by gurangax
and install it using tfpt tool
after, to fix the internal webui from 192.168.225?1/login.html,

put these code in to system >> startup >> local start up

#Put your custom commands here that should be executed once
#the system init finished. By default this file does nothing.

adb wait-for-device
adb shell
adb shell chmod +x /WEBSERVER/www/cgi-bin/*
adb shell httpd -h /WEBSERVER/www/ &
echo "2357 000d" > /sys/bus/usb-serial/drivers/option1/new_id
sleep 2
adb kill-server

exit 0

and, Save

For someone who still need my programmer Orange Flybox_Chip dump : Neo_Reader_Orange_DUMP_fixed (mediafire.com)

Sorry, maybe, OpenWrt Team can fix this "adb scripts" on next archer-mr200-squashfs-sysupgrade update.

1 Like

Could you please check if you have adb-enablemodem package installed?
opkg list-installed | grep adb ?
It should provide the script you put in rc.local

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.