linux-2.6.28 compile problem
there not is config file of S3C2440 ,how to compile a kernel to run on the S3C2440 platform, can i use S3C2410 config  file…
关于s3c2440 LED的问题!
我在g-bios下写了一段点亮LED的代码。根据datasheet我将GPEDAT寄存器的bit[12]和bit[13]位置0时,LED灯就能点亮。datasheet上面写着GPECON寄存器的默…
IRQ_ADC problem
在IRQ_TC已经触发的情况下,出发IRQ_ADC中断触发失败为所么,代码如下 #include<g-bios.h> #include<stdio.h> #include <core/init.h> #i…
IRQ_TC problem
在出发TC中断问题,代码如下,想问下具体步骤: #include<g-bios.h> #include<stdio.h> #include <core/init.h> #include <arch/s3c24x…
[patch] modify 9263 board's reg define and improve the Emac9161's driver
modify 9263 board's reg define and improve the Emac9161's driver 修改了at91sam9263reg.h文件,使得选择9263时,g-bios可以编译通过。 如果使用Em…
[PATCH] Modify UDP interface
Modify UDP interface signed-off-by: Changxian Tan      <ChangXian.Tan@gmail.com> ---------------------------------------…
没有arm-maxwit-linux-gnueabi-gcc
arm-maxwit-linux-gnueabi-addr2line  arm-maxwit-linux-gnueabi-ld       arm-maxwit-linux-gnueabi-readelf arm-maxwit-li…
安装maxwit出问题———求助
希望前辈给我看一下: patching file opcodes/ChangeLog patching file opcodes/ppc-dis.c patching file opcodes/ppc-opc.c patching file gas/Makef…
SDRAM initialization and testing
Here's an example for SDRAM initialization and testing     mov  r0, #PBASE_SDRAM    ldr  r1, =PBASE_SDRAMC&n…
在ARM开发板上实现了 一个最简单的HelloWorld程序(参考了G-bios上半部分)
现在贴出来,与大家分享一下一个最简单的HelloWorld 程序。 部分代码参考了G-bios的上半部份。 简要分析一下,标号TigerEntry是程序的入口地址,CPU在…
at91sam9261 inituart debug problem
At91sam9261 inituart 问题: 在调试At91sam9261 UART时遇到把初始化程序烧录到板子后,打开keimit显示RomBOOT,reset之后也是显示RomBOOT,贴出inituar…
atmel9261 debug unit调试问题
1调试PIO controller (怎么找PIO对应引脚????) 2调试PMC开启debug unit时钟(PMC中怎么开???) 3通过设置DBGU_CR寄存器RXEN域(接收器enable),TXE…