|
第一次接触这个,还不太会
用skyeye1.3.2跑的s3c2440,2.6.30.5的内核,按照这个设置的http://sourceforge.net/apps/trac/skyeye/wiki/Linux
能运行起来,错误不少,initrd.img是在哪里来的呢,
- [yxd@localhost]$ skyeye -e vmlinux
- SkyEye 1.3.2
- SkyEye is an Open Source project under GPL. All rights of different parts or modules are reserved by their author. Any modification or redistributions of SkyEye should not remove or modify the annoucement of SkyEye copyright.
- Get more information about it, please visit the homepage http://www.skyeye.org.
- Type "help" to get command list.
- (skyeye)load-conf /home/lzw/下载/skyeye-1.3.2_rc1/conf/skyeye_s3c2440.conf
- arch: arm
- cpu info: armv4, arm920t, 41009200, ff00fff0, 2
- In do_mach_option, mach info: name s3c2440, mach_init addr 0x611960
- uart_mod:3, desc_in:, desc_out:, converter:
- In create_uart_console
- Warning: Cannot convert string "nil2" to type FontStruct
- xterm: cannot load font -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1
- do_load_addr_option not finished.
- (skyeye)start
- In skyeye_read_config, filename=skyeye.conf
- ./initrd.img: No such file or directory
- bank 1, Couldn't open boot ROM ./initrd.img - execution will commence with the debuger.
- In skyeye_exit, Some unknown exception happened.
- SKYEYE: use arm920t mmu ops
- exec file "vmlinux"'s format is elf32-i386.
- load section .text.head: addr = 0xc0008000 size = 0x000003e0.
- load section .init: addr = 0xc00083e0 size = 0x00025c20.
- load section .text: addr = 0xc002e000 size = 0x0036b71c.
- not load section .rodata: addr = 0xc039a000 size = 0x00000000 .
- load section .init.rodata: addr = 0xc039a000 size = 0x00000100.
- not load section .pci_fixup: addr = 0xc039a100 size = 0x00000000 .
- not load section .builtin_fw: addr = 0xc039a100 size = 0x00000000 .
- not load section .rio_route: addr = 0xc039a100 size = 0x00000000 .
- load section __ksymtab: addr = 0xc039a100 size = 0x00005118.
- load section __ksymtab_gpl: addr = 0xc039f218 size = 0x00002588.
- not load section __ksymtab_unused: addr = 0xc03a17a0 size = 0x00000000 .
- not load section __ksymtab_unused_gpl: addr = 0xc03a17a0 size = 0x00000000 .
- not load section __ksymtab_gpl_future: addr = 0xc03a17a0 size = 0x00000000 .
- not load section __kcrctab: addr = 0xc03a17a0 size = 0x00000000 .
- not load section __kcrctab_gpl: addr = 0xc03a17a0 size = 0x00000000 .
- not load section __kcrctab_unused: addr = 0xc03a17a0 size = 0x00000000 .
- not load section __kcrctab_unused_gpl: addr = 0xc03a17a0 size = 0x00000000 .
- not load section __kcrctab_gpl_future: addr = 0xc03a17a0 size = 0x00000000 .
- load section __ksymtab_strings: addr = 0xc03a17a0 size = 0x000102c8.
- load section __param: addr = 0xc03b1a68 size = 0x00001598.
- load section .data: addr = 0xc03b4000 size = 0x00027680.
- not load section .bss: addr = 0xc03db680 size = 0x0002ca7c .
- not load section .comment: addr = 0x00000000 size = 0x00003f36 .
- not load section .debug_line: addr = 0x00000000 size = 0x001dc5e9 .
- not load section .debug_info: addr = 0x00000000 size = 0x01c53ee5 .
- not load section .debug_abbrev: addr = 0x00000000 size = 0x000df7fc .
- not load section .debug_aranges: addr = 0x00000000 size = 0x000092f0 .
- not load section .debug_pubnames: addr = 0x00000000 size = 0x000297b3 .
- not load section .debug_str: addr = 0x00000000 size = 0x000b21bc .
- not load section .debug_frame: addr = 0x00000000 size = 0x0007b8e0 .
- not load section .debug_ranges: addr = 0x00000000 size = 0x0002eb68 .
- In SIM_start, Set PC to the address 0x30008000
- (skyeye)run
- (running)Bus read error, can not find corresponding bank for addr 0x0,pc=0x300083b0
- stop
- (skyeye)
复制代码 |
|