Opened 14 years ago

Closed 14 years ago

#72 closed helpdesk (wontfix)

Running Benchmark Application h264 decoder

Reported by: santhosh-kumar.rethinagiri Owned by: developers
Priority: minor Component: platforms
Keywords: Cc:

Description (last modified by Nicolas Pouillon)

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

Attachments (3)

kernel-soclib-ppc.out.log (29.5 KB) - added by santhosh-kumar.rethinagiri 14 years ago.
log file
kernel-soclib-ppc.out.2.log (45.1 KB) - added by anonymous 14 years ago.
Powerpc 3 processor log file
kernel-soclib-mips32el.out (872.4 KB) - added by anonymous 14 years ago.
mips 3 processor

Download all attachments as: .zip

Change History (6)

Changed 14 years ago by santhosh-kumar.rethinagiri

Attachment: kernel-soclib-ppc.out.log added

log file

comment:1 Changed 14 years ago by Nicolas Pouillon

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 ?

Changed 14 years ago by anonymous

Attachment: kernel-soclib-ppc.out.2.log added

Powerpc 3 processor log file

Changed 14 years ago by anonymous

Attachment: kernel-soclib-mips32el.out added

mips 3 processor

comment:2 Changed 14 years ago by anonymous

Tried to run with different processors and different sets of processor and have updated the log file. Its not decoding the video file.

comment:3 Changed 14 years ago by Nicolas Pouillon

Resolution: wontfix
Status: newclosed

Problems are probably in the application code

Note: See TracTickets for help on using tickets.