11 2016 档案

摘要:制作uImage,需要上网下载内核+patch补丁 1、将内核用ftp发送到 打补丁patch -p1 < ../补丁文件名 打补丁文件(目录) 2、配置 :复制cp configuration_ok .config 3、make uImage 下图是uImage的make流程: 1、裸板烧写的方法 阅读全文
posted @ 2016-11-11 01:22 Alexin 阅读(427) 评论(0) 推荐(0)
摘要:中文注释乱码解决方法: 用记事本打开源文件,然后,选择文件->另存为,编码选为”ANSI“ 字体的调整: Source Insight 菜单栏选择Options->Document Options(或者直接Alt+T),打开Document Options对话框,点击Screen Fonts,在新打 阅读全文
posted @ 2016-11-02 21:46 Alexin 阅读(6411) 评论(0) 推荐(0)