• Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
Previous Next

Make your own exclusive pcDuino firmware

Posted by: , September 16, 2014

It will be very convenient for us to make the file system which we build well the environment we need on pcDuino to our own exclusive pcDuino firmware. Then we will no longer worry about if there will meet some problem with the pcDuino  to re brush the pcDuino system.

In this post I will demo for you.

CAM00649Firstly, we need to prepare a USB to TTL module as the figure to connect pcDuino with the Computer.

CAM00649

Then open the serial tool on computer ( here we use Xshell ) according to your own condition to modify it, the serial port normal setting as the figure

pcduino_create_image

Then power for pcDuino, keep pressing any keys on the keyboard when booting the system to avoid the system enter into U-BOOT

pcDuino_Create_image_00Input the following commands,enter into initramfs

> setenv loglevel 8 ramfs
> run bootcmd

pcDuino_Create_image_01

Then it will prompt “login”, input root to enter

pcDuino_Create_image_02

Instal TF card ( not less than 4GB), input following commands to check the pcDuino partition

cat /proc/partitions

pcDuino_Create_image_03
Let mmcblk0 partition mount to /mnt direction

> mount /dev/mmcblk0 /mnt
?

最后进入到挂载的TF卡路径中,使用DD指令把nandd里面的文件系统制作成img文件就成了我们专属的pcDuino固件了

At last, enter into the mount TF card path, use DD commands brush the file in nandd to img file, then our own exclusive pcDuino firmware is done

> cd /mnt
> dd if=/dev/nandd of=/mnt/pcduino3_ubuntu_20140912.img bs=4M

pcDuino_Create_image_04

The final brush ways of img file  is same with official brush way of  img file, but the imag file is about 4GB size.

Share!
Tweet

About the author

Leave a Reply Cancel reply

You must be logged in to post a comment.

Category

  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors