Sorry everybody that it took me months to upload the image.
You can grab it from here:
http://www.mediafire.com/?x8ctyxf5hknj8
Here is some info. The image uses barebox, the kernel is compiled from the
git repo (
https://github.com/palica/efikamx-smart ... rk/efikasb)
The default config is arch/arm/configs/imx_v6_v7_defconfig, but the image uses slightly modified kernel config. (The .config file is accessible at /proc/config.gz)
The kernel supports everything very well, the single "killer" feature that doesn't work is sound. Maybe will somebody have an idea how to fix this.
Please share your findings. I have cloned the git repo to be able to track changes. I am a poweruser, but no kernel developer, maybe there could be a chance to update the kernel to more recent one as long as we have DTB support sorted out.
One last thing that you have to do is to switch these tiny DIP switches that are under the keyboard.
By factory default they should be in position 'int'. Change them to 'SD':
Code:
No int SD
------------------
1 0 1
2 0 1
3 0 0
4 1 0
The smartbook should then boot from the left hand side SD card slot.
On the SD card you will find two partitions. The first one contains the kernel (linuximage) the devicetree (oftree) and a boot script (bootscript). Actually there are two bootscript files one has .mmc extension and the other has .sda extension you just need to symlink the correct one to bootscript (I forgot to switch it to bootscript.mmc so you will have to change it when you want to boot of the SD card, sorry for this)
The root "stage3" (to use the gentoo nomenclature) is just plain
http://os.archlinuxarm.org/os/ArchLinux ... est.tar.gz
Let me know if it works for you.
Palica