1.Windows下安装ubuntu子系统
使用cd /mnt/e切换到Windows目录下
2.获取shell文件权限,修改格式使在windows下可用
sudo chmod -R 777 build_ota.sh
sed 's/\r//' build_ota.sh > build_ota11.sh
3.用shell转换bin文件
./build_ota11.sh out/best1306_ibrt/best1306_ibrt.bin out/best1306_ibrt/best1306_ibrt_cmp.bin
4.用Python转换bin文件
python2 generate_crc32_of_image.py out/best1306_ibrt/best1306_ibrt_cmp.bin
5.获得手机ota的bin文件,放入手机上升级