|
用1.3版本和1.2.8版本的,安装pass了,但是加载内核文件的时候,都是出现IO错误,具体如下:
Your elf file is little endian.
arch: blackfin
mach info: name bf533, mach_init addr 0x80c5650
uart_mod:0, desc_in:, desc_out:, converter:
exec file "linux-2.6.x/vmlinux"'s format is elf32-little.
load section .text: addr = 0x00004000 size = 0x000a43d0.
load section .rodata: addr = 0x000a83d0 size = 0x0002cb4c.
load section .init.rodata: addr = 0x000d4f1c size = 0x00000080.
load section __ksymtab: addr = 0x000d4f9c size = 0x000029e0.
load section __ksymtab_gpl: addr = 0x000d797c size = 0x00000f30.
load section __ksymtab_strings: addr = 0x000d88ac size = 0x00007dd8.
load section __param: addr = 0x000e0684 size = 0x00000118.
not load section .bss: addr = 0x000e1000 size = 0x0000e194 .
load section .data: addr = 0x000ef194 size = 0x0000ae6c.
load section .init.text: addr = 0x000fa000 size = 0x00012cd8.
load section .init.data: addr = 0x0010ccd8 size = 0x00003338.
load section .init.setup: addr = 0x00110010 size = 0x00000210.
load section .initcall.init: addr = 0x00110220 size = 0x000001ac.
load section .con_initcall.init: addr = 0x001103cc size = 0x00000004.
load section .init.ramfs: addr = 0x001103d0 size = 0x00844c00.
load section .text_l1: lma = 0x00954fd0 (vma = 0xffa00000) size = 0x00002a54.
not load section .comment: addr = 0x00000000 size = 0x00002648 .
call ARMul_InitSymTable,kernel filename is linux-2.6.x/vmlinux.
start addr is set to 0x0010570c by exec file.
get_word io error!addr=0xffa14000,pc=0xffa13ffe,oldpc=0xffa13ffe,sp=0xf9fdc,insn@pc=0x0
不知道有没有人也碰到类似的问题 |
|