OESF Portables Forum
Everything Else => Sharp Zaurus => Model Specific Forums => Distros, Development, and Model Specific Forums => Archived Forums => 5x00 Hardware => Topic started by: phiber on August 17, 2005, 10:18:01 am
-
Hi, I have purchased a SL-5600 and was about to flash to OZ 3.5.3 but I noticed with some additional digging that there is 2 kernel's one for the 250 with the patch and one for the 255 without the patch.
So, before I start this flash process can someone let me know how I can tell what I have for a cpu ? The unit come with the standard sharp 1.32 rom.
Thanks
phiber
-
I'm not sure with your older rom, but my system info has a cpu section (it might be because I'm on cacko rom).
The ol' linux way is by console command line
cat /proc/cpuinfo
-
I'm not sure with your older rom, but my system info has a cpu section (it might be because I'm on cacko rom).
The ol' linux way is by console command line
cat /proc/cpuinfo
[div align=\"right\"][a href=\"index.php?act=findpost&pid=92167\"][{POST_SNAPBACK}][/a][/div]
Thanks! - I new it was something simple.
I got the following which shows I have the PXA255
Processor : Inetel XScale-PXA255 rev 6 (v5l)
BogoMips : 387.31
Features : swp half thumb fastmult edsp
CPU implementor : 0x69
CPU architecture: 5TE
CPU variant : 0x0
CPU part: 0x2d0
CPU revision: 6
Cache type: undefined 5
Cache clean: undefined 5
Cache lockdown: undefined 5
Cache unified: harvard
I size: 16384
I assoc : 16
I line length : 32
I sets : 32
D size : 16384
D assoc: 16
D line length : 32
D sets : 32
Hardware : SHARP Poodle
Revision: 0000
Serial: 0000000000000000
-
I'm not sure with your older rom, but my system info has a cpu section (it might be because I'm on cacko rom).
The ol' linux way is by console command line
cat /proc/cpuinfo
[div align=\"right\"][a href=\"index.php?act=findpost&pid=92167\"][{POST_SNAPBACK}][/a][/div]
great command!