摘要:
1.获取 (记得先安装好git) git clone https://github.com/transcode-open/apt-cyg.git 2.安装apt-cyg cd apt-cyg chmod u+x apt-cyg cp apt-cyg /bin 3.如何使用apt-cyg安装软件 示例 阅读全文
posted @ 2018-11-21 17:17
Jello
阅读(1822)
评论(0)
推荐(0)
摘要:
在cygwin下将firmware_sdcard.bin写入到sd卡中(cygwin需要以管理员身份启动) 1查看sd分区情况 cat /proc/partitions (为了找到sd卡的标记) 2 将数据写入sd卡 dd if=firmware_sdcard.bin of=/dev/sdb (/d 阅读全文
posted @ 2018-11-21 14:57
Jello
阅读(355)
评论(0)
推荐(0)