发布时间:2015-11-05 16:50:59
跟我一起写 Makefile陈皓 (CSDN)概述——什么是makefile?或许很多Winodws的程序员都不知道这个东西,因为那些Windows的IDE都为你做了这个工作,但我觉得要作一个好的和professional的程序员,makefile还是要懂。这就好像现在有这么多的HTML的编.........【阅读全文】
发布时间:2015-10-30 20:46:47
软件平台: Windows XP, Ubuntu硬件平台: mini2440软件: Source Insight、u-boot.2012.04.01 (官方下载源码)一、uboot 启动分析 1.set the cpu to SVC32 mode(start.S) 2.turn off the watchdog 3.mask all IRQs by setting all bits in the INTMR 4.设置分频系数 5.cpu_init_crit .........【阅读全文】