发布时间:2013-05-01 21:11:23
基于u-boot-2008.10移植的大概步骤,具体请参考国嵌手册1.顶层Makefile添加mini2440_config2.cpu/arm920t/start.S a.修改编译条件使支持s3c2440 b.添加时钟寄存器定义 c.添加s3c2440中断禁止 d.修改时钟设置(修改s3c.........【阅读全文】
发布时间:2013-05-01 21:11:16
将uImage-initramfs裁剪后烧到2Mflash。0x000000~0x020000放u-boot(100KB左右)0x030000~0x040000放环境变量(64KB)0x040000~0x200000(uImage须<1.75M) 1.制作基本根文件系统所需,包括设备文件、安装etc。2.配置,裁剪busybox busybox settings->buildoptions->&nb.........【阅读全文】
发布时间:2013-05-01 21:11:03
软件平台: 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 .........【阅读全文】