Skip to content

Instantly share code, notes, and snippets.

@dkilcy
Last active December 26, 2015 08:39
Show Gist options
  • Save dkilcy/7123580 to your computer and use it in GitHub Desktop.
Save dkilcy/7123580 to your computer and use it in GitHub Desktop.
Flash Cubieboard2 with Lubuntu
From Windows 7:
- Flash using PhoenixSuit V1.0.7 with cb-a20-lubuntu-server-13.06-v1.00.img
PhoenixSuit download : http://ubuntuone.com/3Z95tYxkcpvKq5oc2Zdpka
Lubuntu download: http://dl.cubieboard.org/software/a20-cubieboard/lubuntu/
Extract lubuntu to directory
Start PhoenixSuit. Select "Firmware". Select libuntu image
Enter FEL mode:
Power off Cubieboard
Hold down the FEL key and plugin MicroUSB wire. Release FEL key
PhoenixSuit will auto-start the flash.
==============
After install to increase root filesystem size from 2GB to 4GB:
http://dl.cubieforums.com/patwood/nand-part
./nand-part /dev/nand "env 32768" "boot 65536" "rootfs 7536640" "swap 0"
reboot
resize2fs -f /dev/nandd
http://www.cubieforums.com/index.php/topic,875.msg5203.html#msg5203
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment