| View previous topic :: View next topic |
| Author |
Message |
mkcolg
Joined: 30 Jun 2004 Posts: 4996 Location: The Portland Group Inc.
|
Posted: Mon Sep 10, 2012 10:45 am Post subject: |
|
|
Hi Markus,
I asked our compiler engineers but they're not sure why not detecting that this is a valid target. Can you please post the output of "/proc/cpuinfo"? This is what we use to determine the target processor.
Thanks,
Mat |
|
| Back to top |
|
 |
buster
Joined: 07 Sep 2012 Posts: 7
|
Posted: Tue Sep 11, 2012 12:33 am Post subject: cpuinfo |
|
|
Hi Mat,
unfortunately the file /proc/cpuinfo is empty on the device. I have made a ls in the proc folder:
# ls -l
dr-xr-xr-x root root 2012-09-11 07:20 uid_stat
--w--w---- root system 0 2012-09-11 07:20 sysrq-trigger
-r--r--r-- root root 0 2012-09-11 07:20 partitions
-r--r--r-- root root 0 2012-09-11 07:20 diskstats
-r--r--r-- root root 0 2012-09-11 07:20 crypto
-r--r--r-- root root 0 2012-09-11 07:20 key-users
-r-------- root root 0 2012-09-11 07:20 kpageflags
-r-------- root root 0 2012-09-11 07:20 kpagecount
-r--r----- root system 0 2012-09-11 07:20 kmsg
-r--r--r-- root root 0 2012-09-11 07:20 softirqs
-r--r--r-- root root 0 2012-09-11 07:20 version
-r--r--r-- root root 0 2012-09-11 07:20 uptime
-r--r--r-- root root 0 2012-09-11 07:20 stat
-r--r--r-- root root 0 2012-09-11 07:20 meminfo
-r--r--r-- root root 0 2012-09-11 07:20 loadavg
-r--r--r-- root root 0 2012-09-11 07:20 interrupts
-r--r--r-- root root 0 2012-09-11 07:20 devices
-r--r--r-- root root 0 2012-09-11 07:20 cpuinfo
-r--r----- root radio 0 2012-09-11 07:20 cmdline
-r--r--r-- root root 0 2012-09-11 07:20 locks
-r--r--r-- root root 0 2012-09-11 07:20 filesystems
-rw-r--r-- root root 0 2012-09-11 07:20 slabinfo
-r--r----- root log 0 2012-09-11 07:20 vmallocinfo
-r--r--r-- root root 0 2012-09-11 07:20 zoneinfo
-r--r--r-- root root 0 2012-09-11 07:20 vmstat
-r--r--r-- root root 0 2012-09-11 07:20 pagetypeinfo
....
You can see that most of the files in the proc folder are empty.
Regards
Markus |
|
| Back to top |
|
 |
buster
Joined: 07 Sep 2012 Posts: 7
|
Posted: Tue Sep 11, 2012 6:16 am Post subject: |
|
|
Hi Mat,
i am very sorry but it was a mistake. I testeted it only with vi. In vi the file is empty but if i do cat /proc/cpuinfo i get the following answer.
# cat /proc/cpuinfo
Processor : ARMv7 Processor rev 1 (v7l)
processor : 0
BogoMIPS : 4.80
processor : 1
BogoMIPS : 4.80
Features : swp half thumb fastmult vfp edsp neon vfpv3
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x2
CPU part : 0xc09
CPU revision : 1
Hardware : riogrande
Revision : 0000
Serial : 0000000000000000
#
May be this can help to solve the problem.
Regards
Markus |
|
| Back to top |
|
 |
mkcolg
Joined: 30 Jun 2004 Posts: 4996 Location: The Portland Group Inc.
|
Posted: Tue Sep 11, 2012 2:58 pm Post subject: |
|
|
Hi Markus,
| Quote: | | Hardware : riogrande | This is the problem. Looks like Sony uses there own code names for the chip. If we got you a work around, do you mind testing it for us?
Thanks,
Mat |
|
| Back to top |
|
 |
buster
Joined: 07 Sep 2012 Posts: 7
|
Posted: Wed Sep 12, 2012 1:56 am Post subject: |
|
|
Hi Mat,
I am very happy about that. I will test the work around.
Thank you very much
Markus |
|
| Back to top |
|
 |
|