Operating system: (non-virtual machine)
[Email protected]:~$ lsb_release-a
No LSB modules is available.
Distributor ID: ubuntudescription: Ubuntu 14.04.5 ltsrelease: 14.04Codename: trusty
Pcduino version: Pcduino-v2
Install Ubuntu OS:
1. Open Pcduino's official website (http://www.pcduino.com), click Download, select the model of the board, here is PcDuino2.
When you open it, you can see that there are two image files, one is Ubuntu and the other is Android.
2. Download the Ubuntu kernel file. Click Kernel (My Computer OS is Ubuntu, so with dd command, download (use DD or win32diskimgwrite) this kernel) Pcduino_a10_kernel_dd_20150211.zip .
3. Download the Ubuntu system Image pcduino_ubuntu_20131126.7z.
4. Insert the TF card on the computer and uninstall the automatically mounted TF card.
Umount/dev/sdb1
5. Run the DD command. If is the file to burn, the of is the output file. BS is a read-write buffer size.
if=/home/pcduino_v2/pcduino_a10_kernel_dd_20150211.img of=/dev/sdb1 bs=1m
6. Update the TF card read/write via the Sync command.
sudo sync/dev/sdb1
Sd
PCDUINO-V2 installation of the operating system-ubuntu