My CubieBoard arrived last friday, but I only had time to take a look at it today.
First of all it turned out to be the 512 MB version. I assumed it would be an 1 GB
version, as this was advertised on the Indiegogo campaign.
So far my findings:
Using the Mele A100 instructions, which script.bin file as described above,
does not boot. The ArchLinuxARM kernel appears to be having problems with the CubieBoard.
Using the kernel from http://dl.linux-sunxi.org/amery/sunxi-3 ... ack.tar.xz
The board boots up correctly. I tested the script.bin from this image with the ArchLinuxARM kernel,
so rule out the problem being caused by an incorrect script.bin file. The Arch kernel still having
the problem, but the linux-sunxi kernel booting fine. So, the issue is with the kernel in combination
with the board.
So, the installation procedure would be:
Partition the SD Card using the mkA10card.sh from Mele-bootloader.tar.gz
Extract the ArchLinuxARM-sun4i-latest.tar.gz to the root partition
copy the content of the bootloader and kernel directory from cubieboard_512_hwpack.tar.xz to the boot partition
copy uEnv.txt from Mele-bootloader.tar.gz to the boot partition
copy the content of the rootfs directory to the root partition
This boots the system, giving a console on the serial port. I still have no output on the HDMI port. I will have to do some more investigations about this issue.