摘要:
Let us begin with a quick introduction to C; Our aim is to show the essential elements of the language in real programs, but without getting bogged down in details, rules, and execptions. 阅读全文
posted @ 2012-07-27 18:51
庄庄庄
阅读(143)
评论(0)
推荐(0)
摘要:
introductioncharpter 1: a tutorial introductioncharpter 2: 阅读全文
posted @ 2012-07-27 18:27
庄庄庄
阅读(151)
评论(0)
推荐(0)
摘要:
1. 根据开发板生成对应的u-boot bin文件 2. 把这个bin文件写入flash存储器中; 现在来作第一步: 以tiny210开发板为例, 这里选用德国人的开源项目u-boot; 网上下载源代码tiny210-u-boot-version3.1.tar.gz 解压 tar xf tiny210-u-boot-version3.1.tar.gz 编译 cd tiny210-u-boot-version3.1 make distclean make tiny210_config make linux 下 把 tiny210-u-boot.bin 写入到闪存卡的第二扇区(需要读卡器): s. 阅读全文
posted @ 2012-07-27 17:43
庄庄庄
阅读(1430)
评论(0)
推荐(0)
浙公网安备 33010602011771号