update 2010-10-08 This information is fairly out of date.
I'm just writing this post so we have some kind of centralized knowledge of those who have the Efika MX board. A wiki would be nice, so everyone could edit and add their stuff, but meanwhile i believe this is enough.
Poweroff/reboot issues
kernel 2.6.28
-reboot works fine
-power off works fine, but after powering it off, you need to unplug and plug the power cord in case you want to power it on again.
kernel 2.6.31
-reboot does a poweroff, which has the same problem as 2.6.28(the power cord removal thing)
-poweroff does a reboot!!!
Sound
-Works, you need to load the
snd-soc-imx-3stack-sgtl5000 module.
Wi-Fi
-The Efika MX v3 board has a RT3070USB wireless card. The 2.6.31 kernel includes the RT2870USB driver, which seems to detect the RT3070USB card in the Efika, yet it doesn't work(it doesn't associate to any AP). You need to download the firmware for it @
Ralink web page and put the
rt2870.bin inside that tarball in /lib/firmware.
LEDs in u-boot
You can play with the led on the power button under u-boot with the following commands:
'led 0 on' = blue
'led 1 on' = green
'led 2 on' = red
For turning it off, just use 'led {0,1,2} off' or 'led off'
Feel free to correct me or if you think i'm missing something, i'll add it.