s3c4510,u-boot下的skyeye.conf配置问题
各位大侠 现在我在Load ./u-boot.bin后就过不去了 应该是skyeye.conf的配置问题我的skyeye.conf配置文件如下
cpu: arm7tdmi
mach: s3c4510b
mem_bank: map=M, type=R, addr=0x01000000, size=0x00200000, file=./u-boot.bin, boot=yes
mem_bank: map=M, type=RW, addr=0x00000000, size=0x01000000
mem_bank: map=I, type=RW, addr=0x03ff0000, size=0x00010000
另外附我的一些关键宏定义
#define REG_BASE (0x03ff0000)#define PHYS_SDRAM_1 0x00000000 /* SDRAM Bank #1 */
#define PHYS_SDRAM_1_SIZE 0x01000000 /* 16 MB */
#define PHYS_FLASH_1 0x01000000 /* Flash Bank #1 */
#define PHYS_FLASH_1_SIZE 0x00200000 /* 2 MB (one chip, 8bit access) */
#define PHYS_FLASH_2 0x02000000 /* Flash Bank #2 */
#define PHYS_FLASH_2_SIZE 0x00000000 /* 512KB (one chip, 8bit access) */
页:
[1]