Fedora-ARM
全部博文(241)
分类: LINUX
2008-10-16 23:23:14
chinaunix网友2010-04-24 18:01:19
nand_id == 0xecf1 || /* Samsung K9F1G08U0B */ nand_id == 0xecda || /* Samsung K9F2G08U0B */ nand_id == 0xecdc || /* Samsung K9F4G08U0B */ /*老大你怎么就不加它呢*/ nand_id == 0xecd3 ) /* Samsung K9K8G08 */
chinaunix网友2010-04-21 13:56:12
找到了。是在lib_arm/boad.c里: static int display_banner (void) { #if defined(CONFIG_MINI2440_LED) struct s3c24x0_gpio * const gpio = s3c24x0_get_base_gpio(); //writel(0x101, &gpio->GPBDAT); //tekkamanninja #endif
chinaunix网友2010-04-21 12:09:11
我对start.S做了如下修改:可是还是不行。 我觉得蜂鸣器不是在start.S里打开的,而是调用了其它函数。 /*#if defined(CONFIG_MINI2440_LED)*/ @#define GPIO_CTL_BASE 0x56000000 @#define oGPIO_B 0x10 @#define oGPIO_CON 0x0 /* R/W, Configures the pins of the port */ @#define oGPIO_DAT 0x4 @#define oGPIO_UP 0x8 /* R/W, Pull-up disable register */ @ mov r1, #GPIO_CTL_BASE @ add r1, r1, #oGPIO_B @ r1 = 0x56000010 GPBCON @ ldr r2, =0x295551 @ str r2, [r1, #oGPIO_CON] @ mov r2, #0xff @ str r2, [r1, #oGPIO_UP] @ ldr r2, =0x1c1 @
chinaunix网友2010-04-20 23:38:08
你好 我用友善之臂的工具链编译出来的uboot编译出来的自由251k不能运行具体就是蜂鸣器一直想然后用crosstools_3.4.1_softfloat编译出来的uboot可以运行,我想问一下友善的需要配置吗工具链