zcat cb-a20-lubuntu-desktop-card-v105.img.gz >cb-a20-lubuntu-desktop-card-v105.img
sudo dd bs=2048 if=cb-a20-lubuntu-desktop-card-v105.img of=/dev/sdX
To replace the kernel :
tar xf A20-kernel-3.4.43.tar.xz
cd A20
mv /media/usb0/uImage /media/usb0/uImage.default
mv /media/usb1/lib/firmware /media/usb1/lib/firmware.default
mv /media/usb1/lib/modules /media/usb1/lib/modules.default
cp -a boot/uImage.3.4.43-sun7i+ /media/usb0/uImage
cp -a lib/* /media/usb1/lib/
umount /media/usb0
umount /media/usb1
plug it in your cubieboard, reboot and enjoy !!