Linux-SWAT
Forum Addict!
- Joined
- Feb 13, 2010
- Messages
- 9,188
root@slackware:~# cat /proc/cpuinfo
processor : 0
model name : ARMv7 Processor rev 2 (v7l)
BogoMIPS : 12.30
Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4 idiva idivt
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x2
CPU part : 0xc0f
CPU revision : 2
processor : 1
model name : ARMv7 Processor rev 2 (v7l)
BogoMIPS : 12.30
Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4 idiva idivt
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x2
CPU part : 0xc0f
CPU revision : 2
Hardware : OMAP5 Panda board
Revision : 0000
Serial : 0000000000000000
I bought this model in full edition :
https://www.isee.biz/products/igep-processor-boards/igepv5-omap5432
It ships with a 4G micro-SD with an old, slow and boring Ubuntu on it.
I modified http://projects.goldelico.com/p/gta04-makesd/ from Nikolaus Schaller's website to build Debian/Pyra and Slackware images using the IGEPv5 hardware.
Have things yet to be fixed, e.g. I see only 1G RAM instead of 4G.
processor : 0
model name : ARMv7 Processor rev 2 (v7l)
BogoMIPS : 12.30
Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4 idiva idivt
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x2
CPU part : 0xc0f
CPU revision : 2
processor : 1
model name : ARMv7 Processor rev 2 (v7l)
BogoMIPS : 12.30
Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4 idiva idivt
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x2
CPU part : 0xc0f
CPU revision : 2
Hardware : OMAP5 Panda board
Revision : 0000
Serial : 0000000000000000
Code:
root@slackware:~# lsmod
Module Size Used by
arc4 1707 2
wl12xx 49575 0
wlcore 163092 1 wl12xx
mac80211 445166 2 wl12xx,wlcore
xhci_hcd 81582 0
cfg80211 421238 2 mac80211,wlcore
snd_soc_spdif_tx 1424 0
dwc3 35256 0
snd_soc_omap_abe_twl6040 13359 0
snd_soc_twl6040 21417 1 snd_soc_omap_abe_twl6040
omap_usb3 4028 1
wlcore_sdio 3920 0
palmas_usb 4096 0
tmp102 3301 0
omap_usb2 3526 2 palmas_usb
dwc3_omap 4020 2 dwc3,palmas_usb
snd_soc_omap_mcpdm 5010 0
at24 5174 0
snd_soc_omap_abe 32086 2 snd_soc_omap_abe_twl6040,snd_soc_omap_mcpdm
snd_soc_abe_hal 41181 2 snd_soc_omap_abe,snd_soc_omap_mcpdm
snd_soc_omap_dmic 5520 0
snd_soc_omap_mcasp 5082 0
snd_soc_omap_mcbsp 18471 1 snd_soc_omap_abe_twl6040
https://www.isee.biz/products/igep-processor-boards/igepv5-omap5432
It ships with a 4G micro-SD with an old, slow and boring Ubuntu on it.
I modified http://projects.goldelico.com/p/gta04-makesd/ from Nikolaus Schaller's website to build Debian/Pyra and Slackware images using the IGEPv5 hardware.
Have things yet to be fixed, e.g. I see only 1G RAM instead of 4G.
Last edited by a moderator: