1/1
uClinux in or1ksim problem
by Unknown on Jan 4, 2004 |
Not available! | ||
Hi
I follow the command in the file README.or32. But finaly my keyboard input like "ls" don't works. What should I do to make uClinux my command with uart. The following is what or1ksim outputs: /home/Admi>or32-uclinux-sim -f sim.cfg linux Reading script file from 'sim.cfg'... WARNING: config.cpu: Invalid parameter: slp; ignoring. WARNING: config.cpu: Invalid parameter: btic; ignoring. WARNING: config.cpu: Invalid parameter: bpb; ignoring. WARNING: config.uart: Invalid parameter: enabled; ignoring. WARNING: config.dma: Invalid parameter: enabled; ignoring. WARNING: config.base: Unknown section: tick; ignoring. WARNING: config.base: Invalid parameter: =; ignoring. WARNING: config.base: Invalid parameter: irq; ignoring. Building automata... done, num uncovered: 0/212. Parsing operands data... done. loadcode: filename linux startaddr=0 virtphy_transl=0 Not COFF file format ELF type: 0x0002 ELF machine: 0x8472 ELF version: 0x00000001 ELF sec = 22 Section: .romvec, vaddr: 0xf0000000, paddr: 0xf0000000, offset: 0x00001000, size : 0x00000c14 Section: .text, vaddr: 0xf0002000, paddr: 0xf0002000, offset: 0x00002000, size: 0x0008c0a0 Section: .rodata, vaddr: 0xf008e0a0, paddr: 0xf008e0a0, offset: 0x0008e0a0, size : 0x00007b28 Section: .initrd, vaddr: 0xf0095bc8, paddr: 0xf0095bc8, offset: 0x00095bc8, size : 0x00035c00 Section: .data, vaddr: 0x00002000, paddr: 0xf00cb7c8, offset: 0x000cc000, size: 0x00008bfc Section: .ramvec, vaddr: 0x00000000, paddr: 0xf00d43c4, offset: 0x000d5000, size : 0x00000c14 0 WARNING: Keyboard has problems with RX file stream. Resetting PIC. Resetting memory controller. Thanks and Regards |
uClinux in or1ksim problem
by Unknown on Jan 4, 2004 |
Not available! | ||
* johnbash@yahoo.com (johnbash@yahoo.com) wrote:
Hi
I follow the command in the file README.or32. But finaly my keyboard input like "ls" don't works. What should I do to make uClinux my command with uart. The following is what or1ksim outputs: ...
WARNING: Keyboard has problems with RX file stream.
is this all that simulator prints. it looks like uclinux hasn't
even started to boot. i suggest you try to follow instructions here:
http://www.opencores.org/projects/or1k/GNU%20Toolchain%20Port
alternatevly you can just try and use ATS script
that builds and runs uclinux every day:
http://www.opencores.org/cores/or1k/ats/or32-uclinux/or1k_ats_uclinux.txt
regards,
p.
Resetting PIC. Resetting memory controller. |
1/1