1. 电脑网口和雅典娜lan口连接,接好ttl,gnd接gnd,rx接tx,tx接rx,v不用接(PCB 上面有标注,可以无损拆开)
2. uboot.bin和gpt.bin文件放在tftp文件夹里,设置电脑ip和tftp的ip为192.168.10.1
3. Putty连接串口和波特率115200,按住reset,上电,不停按回车进入6018#
4. 刷uboot.bin
tftpboot uboot.bin && flash 0:APPSBL && flash 0:APPSBL_1
5. 刷gpt.bin分区(可用亚瑟2048M的gpt)
tftpboot gpt.bin && mmc erase 0x0 0x21 && mmc write 0x44000000 0x0 0x21
6. 清空bootconfig
mmc erase 0x622 0x200
mmc erase 0x822 0x200
7. 按住reset重新上电,直至绿灯常亮再松开,进入uboot:192.168.1.1刷factory.bin