Fedora-ARM
全部博文(241)
分类: LINUX
2007-10-29 22:27:13
chinaunix网友2008-12-14 21:34:11
第七步中,在uboot1.2.0内核中所描述的这段程序和你贴出来的好像有点出入,不知道是不是我理解的问题,请指正一下~ form u-boot-1.2.0/include/configs/sbc2410x.h #define NAND_MAX_CHIPS 1 #define NAND_WAIT_READY(nand) NF_WaitRB() #define NAND_DISABLE_CE(nand) NF_SetCE(NFCE_HIGH) #define NAND_ENABLE_CE(nand) NF_SetCE(NFCE_LOW) #define WRITE_NAND_COMMAND(d, adr) NF_Cmd(d) #define WRITE_NAND_COMMANDW(d, adr) NF_CmdW(d) #define WRITE_NAND_ADDRESS(d, adr) NF_Addr(d) #define WRITE_NAND(d, adr) NF_Write(d) #define READ_NAND(adr) NF_Read() /* t
chinaunix网友2008-12-14 18:43:26
遇到这样的错误 In file included from /home/zebiak/arm/u-boot-test/include/s3c2410.h:69, from interrupts.c:39: /home/zebiak/arm/u-boot-test/include/s3c24x0.h:187: error: conflicting types for 'S3C2410_NAND' /home/zebiak/arm/u-boot-test/include/s3c24x0.h:166: error: previous declaration of 'S3C2410_NAND' was here make[1]: *** [interrupts.o] 错误 1 make[1]:正在离开目录 `/home/zebiak/arm/u-boot-test/cpu/arm920t/s3c24x0' make: *** [cpu/arm920t/s3c24x0/libs3c24x0.a] 错误 2 提示S3C2410_NAND重定义,
cwf1234562008-10-31 11:28:29
楼主实乃高人 小弟新手上路 有个问题 照您的方法做 提示 DRAM: 64MB Flash: 1MB NAND:NAND flash probing at 0x4E000000 ***Warning bad CRC or NAND,using default enviroment In:serial Out:serial Err:serial 我的板子是没nor flash(扬创S2440)的 请问针对我的板子 应该修改哪些东西 另外 我的网卡地址0x18000300 id:0x90000a46 网卡的id是自动检测的还是在哪里修改的? 多多提点啊 为了嵌入式忍辱负重 打不还手 骂不还口