I have at last been able to get Core to boot on my Miniand Hackberry Allwinner A10 using
the current image for the A10 devices (a10Core-20121103.img.gz) plus the script.bin taken from the Hackberry.
The previous image wouldn't run on the Hackberry (partial boot, no USB, no ethernet), so this is great!
The screen is a bit cut off (root@box: is cut off at ox:), but that is likely a refinement in script.bin, as is some under-reporting of memory. These I can fix farily easily, I think.
The problem I have is that although I can download import.tcz and dependencies from the archive and then run import to create further tcz from the debian repository I do not end up with usable extensions. I move all of the tcz's generated by "import" to the same folder in which the (working) import.tcz, etc., are located. However, the extensions imported via "import" fail to load and run.
A typical error involving "tce-load -i tmux" would give
"mounting /dev/loop4 on /tmp/tcloop/libevent-2.0-5 failed: Invalid argument"
....although libevent-2.0-5 can be found mounted on tcloop/libevent-2.0.5.
Same problems occur for other extensions including dropbear, openssh, mc; seems like the problem always develops on loop4 parallel to what I see for tmux.
I have looked at obvious culprits like permissions and clock settings with no success.
Will persevere, but if anyone has any insights on this I would appreciate the input.