Difference between revisions of "FRI"

From eLinux.org
Jump to: navigation, search
(Software : TODO)
(Software : TODO)
Line 33: Line 33:
 
=== Software : TODO ===
 
=== Software : TODO ===
  
* [[Fedora]] : FC12 seems supported : cat /proc/version Linux version 3.2.22-5.M2M.recovery.fc14.i686 (mockbuild@server) (gcc version 4.5.1 20100924 (Red Hat 4.5.1-4) (GCC) ) #1 SMP Mon Nov 19 17:46:20 MSK 2012
+
* [[Fedora]] : FC12 seems supported  
 
* [[WindRiver]] Linux eval supported (need more infos)
 
* [[WindRiver]] Linux eval supported (need more infos)
 
* [[Yocto]] : http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/tree/meta-fri2/README?h=fido
 
* [[Yocto]] : http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/tree/meta-fri2/README?h=fido
 
* [[Tizen]] : Planned please contact [[User:RzR]] if you want hints
 
* [[Tizen]] : Planned please contact [[User:RzR]] if you want hints
 +
 +
=== Software : Fedora ===
 +
 +
<pre>
 +
cat /proc/version
 +
Linux version 3.2.22-5.M2M.recovery.fc14.i686 (mockbuild@server) (gcc version 4.5.1 20100924 (Red Hat 4.5.1-4) (GCC) ) #1 SMP Mon Nov 19 17:46:20 MSK 2012
 +
 +
 +
/sbin/lsmod
 +
Module                  Size  Used by
 +
emgd                  468325  -
 +
scsi_wait_scan          447  -
 +
 +
zgrep CONFIG_FB /proc/config.gz | grep -v  '#'
 +
CONFIG_FB=y
 +
CONFIG_FB_BOOT_VESA_SUPPORT=y
 +
CONFIG_FB_CFB_FILLRECT=y
 +
CONFIG_FB_CFB_COPYAREA=y
 +
CONFIG_FB_CFB_IMAGEBLIT=y
 +
CONFIG_FB_SYS_FILLRECT=y
 +
CONFIG_FB_SYS_COPYAREA=y
 +
CONFIG_FB_SYS_IMAGEBLIT=y
 +
CONFIG_FB_SYS_FOPS=y
 +
CONFIG_FB_MODE_HELPERS=y
 +
CONFIG_FB_TILEBLITTING=y
 +
CONFIG_FB_CIRRUS=y
 +
CONFIG_FB_VGA16=y
 +
CONFIG_FB_VESA=y
 +
CONFIG_FB_VIRTUAL=y
 +
 +
</pre>
  
 
=== Software : Debian support ===
 
=== Software : Debian support ===

Revision as of 14:22, 8 November 2015

FRI2 aka "fish-river-island-2" is Intel platform used in Kontron M2M product...

Community documentation in progress here

Reference

model# km2m806-02


Hardware

http://imgur.com/a/cQike

Modem :

Graphics : Intel GMA500 (PowerVR based)


BIOS

 Kontron
 Version 2.13.1215. Copyright (C) 2011 American Megatrends, Inc.
 Kontron Version FRI2R102.003.KAI, 02/28/2012 17:45:46


Software : TODO

Software : Fedora

cat /proc/version 
Linux version 3.2.22-5.M2M.recovery.fc14.i686 (mockbuild@server) (gcc version 4.5.1 20100924 (Red Hat 4.5.1-4) (GCC) ) #1 SMP Mon Nov 19 17:46:20 MSK 2012


/sbin/lsmod
Module                  Size  Used by
emgd                  468325  - 
scsi_wait_scan           447  - 

zgrep CONFIG_FB /proc/config.gz | grep -v  '#'
CONFIG_FB=y
CONFIG_FB_BOOT_VESA_SUPPORT=y
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
CONFIG_FB_SYS_FILLRECT=y
CONFIG_FB_SYS_COPYAREA=y
CONFIG_FB_SYS_IMAGEBLIT=y
CONFIG_FB_SYS_FOPS=y
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y
CONFIG_FB_CIRRUS=y
CONFIG_FB_VGA16=y
CONFIG_FB_VESA=y
CONFIG_FB_VIRTUAL=y

Software : Debian support

Debian-8 EFI32 can boot on it :

cat /etc/modprobe.d/kontron.conf

blacklist arkfb
blacklist aty128fb
blacklist atyfb
blacklist chsc_sch
blacklist cirrusfb
blacklist cyber2000fb
blacklist gpio_pch
blacklist hgafb
blacklist hisax
blacklist hisax_fcpcipnp
blacklist i2c-matroxfb
blacklist i810fb
blacklist i8xx_tco
blacklist intelfb
blacklist kyrofb
blacklist matroxfb_base
blacklist mb862xxfb
blacklist neofb
blacklist nvidiafb
blacklist pch_can
blacklist pch_phub
blacklist pch_uart
blacklist pm2fb
blacklist pm3fb
blacklist radeonfb
blacklist rivafb
blacklist s3fb
blacklist savagefb
blacklist sisfb
blacklist snd-pcsp
blacklist sstfb
blacklist tdfxfb
blacklist tridentfb
blacklist vga16fb
blacklist viafb
blacklist virgefb
blacklist visor
blacklist vt8623fb


 sudo apt-get install firmware-iwlwifi # for /lib/firmware/iwlwifi-6000g2a-6.ucode 

Related links :