參考網址
基本上就是這段話
I wrote a scrip to make the camera work again outside China.
Download the file, and decompress it to root of SD card.
https://mega.nz/#!bEwzXJ7J!iyiUTEW8ojOrOqBh4zLNKQpktlaqbPwuDZdL-7jBcus
If your device’s FW is 1.8.6.1Q, you need to connect your camera via serial port to get console, then insert the SD card into your camera, when you see the command prompt, just type “/tmp/sd/hack_yi.sh”, then your camera is free.
用GOOGLE翻成中文
我寫了一個文件,使相機在中國以外的地方工作。
下載文件,解壓到SD卡的根目錄。
https://mega.nz/#!bEwzXJ7J!iyiUTEW8ojOrOqBh4zLNKQpktlaqbPwuDZdL-7jBcus
如果你的設備的FW是1.8.6.1Q,你需要通過串口連接你的相機獲取控制台,然後將SD卡插入你的相機,當你看到命令提示符,只需鍵入“/tmp/sd/hack_yi.sh “,那麼你的相機是免費的。
經過理解後
就是下載一個文件,放在SD卡格式化FAT32 下載的檔案請用7ZIP解壓縮請解2次
插在小蟻SD卡槽內
用USB TTL 模組 焊上TX RX GND 下圖是引用作者的圖

下面三張是自己拍的圖



整個焊完後接電腦 小蟻也要上電
1. 下載 Putty
2. 設定 Putty Serial 裡面參數, COM port 看數字多少, baud rate 115200
3. 然後連線進去
4. 下 command
cd /
mkdir /media
mkdir /media/SD
mount -t vfat /dev/mmcblk0p1 /media/SD
cd /media/SD
sh hack_yi.sh
跑完即可使用了
這個非我專門,也是拜託公司的軟體幫我才解決的,希望能幫到大家