Thanks for providing this image.
I got one problem though. It either won't boot or just doesn't respond to ssh.
What I did: I had a working lubuntu 12.xx image and copied the 14.04 image to nand
root@cubieboard2:~# zcat /home/linaro/lubuntu-14.04-cubieboard2-nand.img.gz | dd conv=sync,noerror bs=64K of=/dev/nand
dd: writing `/dev/nand': No space left on device
19002+41799 records in
60800+0 records out
3984588800 bytes (4,0 GB) copied, 547,668 s, 7,3 MB/s
I shut down the cubieboard, removed the SD card and booted. But I don't get any connection:
$ ssh linaro@192.168.1.134
ssh: connect to host 192.168.1.134 port 22: No route to host
But maybe I got it wrong and ssh needs to be enabled directly on the board? Which is a bit difficult for me as for some reason the board yields so usable signal on my monitor.
Any ideas?