On 11/19/2012 11:16 AM, LinBaiRui wrote:
> Also, Phoenix-card and .exe; is there an easy way to burn A10 bootable
> cards in Linux? (Berryboot???)
sudo dd if=name-of-image-file.img of=/dev/sdX bs=1024k
Where sdX is your SD card device.
Get that one wrong and it might overwrite your hard disk instead. So
please understand what it does and do not blindly copy & paste "easy"
instructions from the Internet that contain the dd command :-)
Yours sincerely,
Floris Bos