Opened 15 years ago
Last modified 15 years ago
#72 closed helpdesk
Running Benchmark Application h264 decoder — at Version 1
Reported by: | santhosh-kumar.rethinagiri | Owned by: | developers |
---|---|---|---|
Priority: | minor | Component: | platforms |
Keywords: | Cc: |
Description (last modified by )
Would it be possible to run the benchmark application provided in the soclib .. as it gives more error.
SystemC 2.2.0 --- Jun 11 2010 09:42:59 Copyright (c) 1996-2006 by all Contributors ALL RIGHTS RESERVED Trying to load a plain blob from file 'block0.iso' @ 0x68200000 flags: D Loading a plain blob from file 'block0.iso' @ 68200000, size: 718848 bytes, flags: 3 Loading at 0xffffff80 size 128: .boot Loading at 0x50000000 size 1048576: .text .rodata .excep .cpudata .contextdata .data Frame buffer: 352 288 420 /tmp/vciframebuffer.raw7kCLmV Loading at 0x7f400000 size 1048576: nothing Loading at 0x68200000 size 33554432: block0.iso
can see its not loading nothing at this address 0x7f400000.
and in the terminal
CPU Fault: cpuid (0) faultid(5-Other) Execution pointer: 0x5000cd74
I have attached the binary and log file with this mail
Change History (4)
Changed 15 years ago by
Attachment: | kernel-soclib-ppc.out.log added |
---|
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|
According to platform description file (pf_decoder_h264_6_ppc.dts
) 0x7f400000
seems to be the RAM segment, therefore there is nothing to load in it. Not loading anything is a correct behavior to me.
As for the CPU fault, I can't tell you much about the application, I never touched it. Some insights:
- Can you get the same decoder to run with 1, 2, 3 and 4 CPUs ? (i.e. is it only failing with 6 CPUs ?)
- Can you get it to work for other architectures (i.e. Mips, ARM ?)
- Can you try to attach a GDB to your simulator to see what's happening ?
Note: See
TracTickets for help on using
tickets.
log file