QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1882|回复: 6

at91rm9200dk开发板的skyeye.conf怎么写

[复制链接]
发表于 2007-1-31 19:24:58 | 显示全部楼层 |阅读模式
at91rm9200dk开发板的skyeye.conf怎么写,bin格式的uboot已经编译好了,和内核,如何运行bin格式的内核仿真,我觉得主要是skyeye.cong的配置问题
我用ep7312编译好的uboot可以运行,但是at91rm9200dk的却不行为什么啊,哪位高手能告诉我怎么写at91rm9200dk的skyeye.conf多谢
 楼主| 发表于 2007-2-4 20:36:50 | 显示全部楼层
怎么没有人能帮忙一下吗 多谢了
回复

使用道具 举报

发表于 2007-2-6 16:08:37 | 显示全部楼层
That is hard to say. There is too many reasons. Such as:
before boot your linux, r1 register of arm machine should be set to machine ID defined by linux kernel.If you have not set r1 register, your linux can not boot. For  example:
in arch/arm/mach/skyeye_mach_at91rm92.c of skyeye source , there is such code as the following:
    state->Reg[1] = 251;    //for AT91RM9200
        state->Reg[1] = 262;    //for AT91RM9200DK

So my suggestion is to debug your kernel of elf format by skyeye . And to find the reason why linux can not boot.
回复

使用道具 举报

 楼主| 发表于 2007-2-6 21:00:32 | 显示全部楼层
oh thanks a lot i just wanna test u-boot for at91rm9200 with skyeye,i compile
the u-boot by following commands make at91rm9200_config make all
the text_base=0x21f00000 ,how to write the skyeye.conf
so ican test it by skyeye -e u-boot
thanks again
回复

使用道具 举报

发表于 2007-2-6 22:27:00 | 显示全部楼层
So you can run to run skyeye -d -e uboot.elf , and try to debug your elf file.
回复

使用道具 举报

发表于 2007-2-6 22:28:07 | 显示全部楼层
That is still hard to say or indicate your problem. You can run to run skyeye -d -e uboot.elf , and try to debug your elf image step by step through skyeye.
回复

使用道具 举报

 楼主| 发表于 2007-2-7 17:59:01 | 显示全部楼层
oh thank u i will try
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-2 14:17 , Processed in 0.116897 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表