Other Parts Discussed in Thread: AM3505 cpu型号是am3505,
在内核中注册了矩阵键盘设备和设备驱动:marix-keypad,
目标板启动后,进入/sys/devices目录,出现matrix-keypad
但是/dev目录下没有出现设备键盘设备节点,因为matrix-keypad的设备号
是动态分配的,请问该怎样使用在/dev下创建设备节点,QT应用程序需要通过此
节点访问键盘设备
Other Parts Discussed in Thread: AM3505 [ 0.000000] ------------[ cut here ]------------ [ 0.000000] WARNING: at arch/arm/mach-omap2/pm.c:94 _init_omap_device+0x84/0xa4() [ 0.000000] _init_omap_device: could not find omap_hwmod for iva [ 0.000000] Modules…
Other Parts Discussed in Thread: AM3505 , AM3517 X-Loader 1.51
U-Boot 2010.06
Linux version 2.6.37
CPU:AM3505
以上是我的开发环境,请问怎样修改u-boot,使之支持ubifs?我已经配置了kernel,使之支持ubifs。
Other Parts Discussed in Thread: AM3505 各位大神我用的是TI的AM3505,内核是2.6.37,写文件时会出现以下报警信息
[ 1527.693634] Write of 122 bytes at 0x04c00fb8 failed. returned -5, retlen 0 [ 1527.700958] Not marking the space at 0x04c00fb8 as dirty because the flash driver returned…
Other Parts Discussed in Thread: AM3505 我用的是AM3505的芯片,现在想在X-LOAD中操作GPIO,在X-LOAD/lib/board.c文件中的start_armboot函数的最后加入了 omap_request_gpio(14); omap_set_gpio_direction(14, 0); omap_set_gpio_dataout(14,1);这三句代码,目的是让GPIO14置高,但是程序执行到GPIO.C的_set_gpio_direction函数的l…
Other Parts Discussed in Thread: AM3517 , AM3505 , FLASHTOOL 我设计的核心板,用的AM3505,三星的DDR2,2片,共256MB,三星的8位Nand。用官方LinuxPSP中U-boot.bin通过flash.exe V1.5.1 下载到DDR2并执行,但是没有任何输出显示,但是同样的方法下载到LogicPD AM3517的开发板上可以运行,请问AM3505和AM3517除了3D图形加速器之外,还有别的差别吗?
Other Parts Discussed in Thread: AM3505 我用的是AM3505内核是2.6.37,TI官网下载的
这是内核打印出来的信息
[ 774.858245] jffs2_flush_wbuf(): Write failed with -5 [ 774.864562] nand_do_write_ops: Attempt to write not page aligned data [ 774.871520] Recovery of wbuf failed due to a…