orpmon

View: New views
3 Messages — Rating Filter:   Alert me  

orpmon

by Ben Ayed Hatem :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,
I try to run orpmon , I compiled and I have orpmon-flash.or32 file
when I run simulation by : or32-uclinux-sim orpmon-flash.or32 > log
I have some probleme :


WARNING: config.memory: Invalid parameter: nmemories; ignoring.

WARNING: config.memory: Invalid parameter: device; ignoring.

WARNING: config.memory: Invalid parameter: enddevice; ignoring.

WARNING: config.memory: Invalid parameter: enddevice; ignoring.

WARNING: config.memory: Invalid parameter: enddevice; ignoring.

WARNING: config.sim: Invalid parameter: spr_log; ignoring.

WARNING: config.sim: Invalid parameter: spr_log_fn; ignoring.

WARNING: config.ata: Invalid parameter: dev_type0; ignoring.

WARNING: config.ata: Invalid parameter: dev_file0; ignoring.

WARNING: config.ata: Invalid parameter: dev_size0; ignoring.

WARNING: config.ata: Invalid parameter: dev_packet0; ignoring.

WARNING: config.ata: Invalid parameter: dev_type1; ignoring.

WARNING: config.ata: Invalid parameter: dev_file1; ignoring.

WARNING: config.ata: Invalid parameter: dev_size1; ignoring.

WARNING: config.ata: Invalid parameter: dev_packet1; ignoring.

WARNING: dependstats stats must be enabled to do history analisis.
WARNING: Unable to open RX file stream.
Cannot open Ethernet RX file "eth0.rx"

and log file :
Reading script file from 'sim.cfg'...
Insn MMU 0KB: 1 ways, 64 sets, entry size 0 bytes
Data MMU 0KB: 1 ways, 64 sets, entry size 0 bytes
Verbose on, simdebug off, interactive prompt off
Machine initialization...
Clock cycle: 100ns
Data cache present.
Insn cache tag present.
BPB simulation off.
BTIC simulation off.
Building automata... done, num uncovered: 0/213.
Parsing operands data... done.
loadcode: filename orpmon-flash.or32  startaddr=00000000  virtphy_transl=00000000
Not COFF file format
ELF type: 0x0002
ELF machine: 0x005c
ELF version: 0x00000001
ELF sec = 23
Section: .reset, vaddr: 0xf0000000, paddr: 0xf0000000 offset: 0x00002000, size: 0x00000128
ERR: 8-bit program load out of memory area: f0000000
ERR: 8-bit program load out of memory area: f0000001
ERR: 8-bit program load out of memory area: f0000002
ERR: 8-bit program load out of memory area: f0000003
ERR: 8-bit program load out of memory area: f0000004
ERR: 8-bit program load out of memory area: f0000005
ERR: 8-bit program load out of memory area: f0000006
ERR: 8-bit program load out of memory area: f0000007
ERR: 8-bit program load out of memory area: f0000008
......


How can'I resolve this probleme

Re: orpmon

by faroudja.abid :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,
i have the sam problem when i run simulation and i had this message :

WARNING: config.uart: Invalid parameter: enabled; ignoring.
 WARNING: config.uart: Invalid parameter: enabled; ignoring.
 
ERROR: config.uart:invalid device number.

ERROR: config.uart:invalid device number.

could you tell me how do you resolve this problem
thanks





Ben Ayed Hatem wrote:
Hello,
I try to run orpmon , I compiled and I have orpmon-flash.or32 file
when I run simulation by : or32-uclinux-sim orpmon-flash.or32 > log
I have some probleme :


WARNING: config.memory: Invalid parameter: nmemories; ignoring.

WARNING: config.memory: Invalid parameter: device; ignoring.

WARNING: config.memory: Invalid parameter: enddevice; ignoring.

WARNING: config.memory: Invalid parameter: enddevice; ignoring.

WARNING: config.memory: Invalid parameter: enddevice; ignoring.

WARNING: config.sim: Invalid parameter: spr_log; ignoring.

WARNING: config.sim: Invalid parameter: spr_log_fn; ignoring.

WARNING: config.ata: Invalid parameter: dev_type0; ignoring.

WARNING: config.ata: Invalid parameter: dev_file0; ignoring.

WARNING: config.ata: Invalid parameter: dev_size0; ignoring.

WARNING: config.ata: Invalid parameter: dev_packet0; ignoring.

WARNING: config.ata: Invalid parameter: dev_type1; ignoring.

WARNING: config.ata: Invalid parameter: dev_file1; ignoring.

WARNING: config.ata: Invalid parameter: dev_size1; ignoring.

WARNING: config.ata: Invalid parameter: dev_packet1; ignoring.

WARNING: dependstats stats must be enabled to do history analisis.
WARNING: Unable to open RX file stream.
Cannot open Ethernet RX file "eth0.rx"

and log file :
Reading script file from 'sim.cfg'...
Insn MMU 0KB: 1 ways, 64 sets, entry size 0 bytes
Data MMU 0KB: 1 ways, 64 sets, entry size 0 bytes
Verbose on, simdebug off, interactive prompt off
Machine initialization...
Clock cycle: 100ns
Data cache present.
Insn cache tag present.
BPB simulation off.
BTIC simulation off.
Building automata... done, num uncovered: 0/213.
Parsing operands data... done.
loadcode: filename orpmon-flash.or32  startaddr=00000000  virtphy_transl=00000000
Not COFF file format
ELF type: 0x0002
ELF machine: 0x005c
ELF version: 0x00000001
ELF sec = 23
Section: .reset, vaddr: 0xf0000000, paddr: 0xf0000000 offset: 0x00002000, size: 0x00000128
ERR: 8-bit program load out of memory area: f0000000
ERR: 8-bit program load out of memory area: f0000001
ERR: 8-bit program load out of memory area: f0000002
ERR: 8-bit program load out of memory area: f0000003
ERR: 8-bit program load out of memory area: f0000004
ERR: 8-bit program load out of memory area: f0000005
ERR: 8-bit program load out of memory area: f0000006
ERR: 8-bit program load out of memory area: f0000007
ERR: 8-bit program load out of memory area: f0000008
......


How can'I resolve this probleme

Parent Message unknown Re: orpmon

by Zakhir Hussain-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

              I think the problem is with the sim.cfg u are using. I had the same issues with or1ksim and my sample programs. Try using the sim.cfg that we get from the toolchain after compiling the vmlinux. It worked fine for me. Edit that to suite your needs.

regards,
zakhir

--- On Sat, 7/3/09, faroudja.abid <fabid@...> wrote:

From: faroudja.abid <fabid@...>
Subject: Re: [openrisc] orpmon
To: openrisc@...
Received: Saturday, 7 March, 2009, 8:47 PM


Hello,
i have the sam problem when i run simulation and i had this message :

WARNING: config.uart: Invalid parameter: enabled; ignoring.
WARNING: config.uart: Invalid parameter: enabled; ignoring.

ERROR: config.uart:invalid device number.

ERROR: config.uart:invalid device number.

could you tell me how do you resolve this problem
thanks






Ben Ayed Hatem wrote:

>
> Hello,
> I try to run orpmon , I compiled and I have orpmon-flash.or32 file
> when I run simulation by : or32-uclinux-sim orpmon-flash.or32 > log
> I have some probleme :
>
> WARNING: config.memory: Invalid parameter: nmemories; ignoring.
>
> WARNING: config.memory: Invalid parameter: device; ignoring.
>
> WARNING: config.memory: Invalid parameter: enddevice; ignoring.
>
> WARNING: config.memory: Invalid parameter: enddevice; ignoring.
>
> WARNING: config.memory: Invalid parameter: enddevice; ignoring.
>
> WARNING: config.sim: Invalid parameter: spr_log; ignoring.
>
> WARNING: config.sim: Invalid parameter: spr_log_fn; ignoring.
>
> WARNING: config.ata: Invalid parameter: dev_type0; ignoring.
>
> WARNING: config.ata: Invalid parameter: dev_file0; ignoring.
>
> WARNING: config.ata: Invalid parameter: dev_size0; ignoring.
>
> WARNING: config.ata: Invalid parameter: dev_packet0; ignoring.
>
> WARNING: config.ata: Invalid parameter: dev_type1; ignoring.
>
> WARNING: config.ata: Invalid parameter: dev_file1; ignoring.
>
> WARNING: config.ata: Invalid parameter: dev_size1; ignoring.
>
> WARNING: config.ata: Invalid parameter: dev_packet1; ignoring.
>
> WARNING: dependstats stats must be enabled to do history analisis.
> WARNING: Unable to open RX file stream.
> Cannot open Ethernet RX file "eth0.rx"
>
> and log file :
> Reading script file from 'sim.cfg'...
> Insn MMU 0KB: 1 ways, 64 sets, entry size 0 bytes
> Data MMU 0KB: 1 ways, 64 sets, entry size 0 bytes
> Verbose on, simdebug off, interactive prompt off
> Machine initialization...
> Clock cycle: 100ns
> Data cache present.
> Insn cache tag present.
> BPB simulation off.
> BTIC simulation off.
> Building automata... done, num uncovered: 0/213.
> Parsing operands data... done.
> loadcode: filename orpmon-flash.or32  startaddr=00000000
> virtphy_transl=00000000
> Not COFF file format
> ELF type: 0x0002
> ELF machine: 0x005c
> ELF version: 0x00000001
> ELF sec = 23
> Section: .reset, vaddr: 0xf0000000, paddr: 0xf0000000 offset: 0x00002000,
> size: 0x00000128
> ERR: 8-bit program load out of memory area: f0000000
> ERR: 8-bit program load out of memory area: f0000001
> ERR: 8-bit program load out of memory area: f0000002
> ERR: 8-bit program load out of memory area: f0000003
> ERR: 8-bit program load out of memory area: f0000004
> ERR: 8-bit program load out of memory area: f0000005
> ERR: 8-bit program load out of memory area: f0000006
> ERR: 8-bit program load out of memory area: f0000007
> ERR: 8-bit program load out of memory area: f0000008
> ......
>
>
> How can'I resolve this probleme
>

--
View this message in context: http://www.nabble.com/orpmon-tp17177641p22385955.html
Sent from the OpenCores - RISC mailing list archive at Nabble.com.

_______________________________________________
http://www.opencores.org/mailman/listinfo/openrisc


Stay connected to the people that matter most with a smarter inbox. Take a look.
_______________________________________________
http://www.opencores.org/mailman/listinfo/openrisc