Jump to content
Electronics-Lab.com Community

Quick Start to access pcDuino8 Uno


Linksprite-Yuki

Recommended Posts

1.Create bootable TF card for pcDuino8 Uno(Ubuntu)

There is no nand flash on pcDuino8 Uno, so it store the whole system on TF card.

If you want to install or refresh the Ubuntu system on pcDuino8 Uno, you can just take the following steps to create the bootable TF card for pcDuino8 Uno:

Pre-requisites

  1. 8G (or bigger) TF card( Speed class is recommended for Class 6 or higher)
  2. TF card reader
  3. Image for pcDuino8 Uno
  4. Windows tool: Win32DiskImager

Create

Plug TF Card Reader into Windows PC and open Win32DiskImager as administrator.

  • Select the Image File that you unzip from the downloaded File
  • Select the Device that the PC recognized
  • Click the write button.
  • It will say Write Successful at the end.

win32disk.png

Tips: If you only have Linux or Mac OS, how to create a bootable SD card? Only dd command is needed.

<code class="lang-bash">sudo dd <span class="hljs-keyword">if</span>=&lt;image-file&gt;.img of=/dev/sdb bs=<span class="hljs-number">1</span>M
</code>
  • if=should be your downloaded system img file
  • of=should be your micro-SD card.

Run

pcduino8-connection.png

  • Plug the TF card into pcDuino8 Uno
  • Connect 5V DC power input via Micro USB port
  • Connect keyboard and mouse with USB hub
  • Connect screen with HDMI cable.
  • Power on and run

desktop.png

Note: For the first time boot, system initialization may take some time (about 2-3 minutes ), and USB port is disabled. Please do not shutdown before system restart.

 

 

Link to comment
Share on other sites


Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
  • Create New...