BackgroundLots of talking about Allwinner A1X processors, which are conquering the embedded world right now (512Mb tablet for 60usd), and are the heart of some very attractive mini PCs (Mele A1000, Mk802, Ak802, each for 60 usd, too).
Substantial progress has been done with running linux on it: there are Debian, Ubuntu, Linaro, Fedora and possibly other distros turnkey-ready for any Allwinner-based machine.
I myself, with my not-so-advanced knowledge, have been able to compile my own kernel.
The problem with CoreWhat is missing to have our favourite distro on it? After some hands-on experimenting, I dare to say that the single fundamental point is the lack of support for a text-based virtual console emulation.
This implies having to compile, set up and run Xorg server in order to have any output (unless you own some dedicated hardware hack).
Of course, this breaks the modular-minimalistic spirit of Core, and hinders further development.
Technical detailsSo I am here advertising the problem, in the hope some competent reader gets interested.
Technically, the issue is that the fbcon linux device needs maintenance (note that fbdev is working, to the point you can run Xorg on it, and that you can't base textual virtual consoles on the old vgacon, because I understand that (S)vga is guaranteed only on x86 PC architecture (?) ).
More specifically,
the fb driver (disp) lacks of several callbacks and tables needed by fbcon (sic),
as vague as it sounds.
Details are available at
https://github.com/amery/linux-allwinner/issues/6 ,
where allwinner kernel sources are hosted, and at
http://ibot.rikers.org/%23arm-netbook/20120525.html.gz.
Solving this issue would be a big leap forward.