• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..18-Apr-2025-

linux-extras.config A D18-Apr-2025263 1714

readme.txt A D18-Apr-20251 KiB4327

readme.txt

1pcDuino v1 boards (http://www.linksprite.com/linksprite-pcduino)
2
3Intro
4=====
5
6This default configuration will allow you to start experimenting
7with the buildroot environment for the LinkSprite pcDuino v1 board
8including its flavors pcDuino-Lite and pcDuino-Lite-WiFi. With the
9current configuration it will bring-up the board and allow access
10through the serial console as well as ethernet and wireless
11network interfaces.
12
13How to build it
14===============
15
16Configure Buildroot:
17
18    $ make linksprite_pcduino_defconfig
19
20Modify configuration if needed, e.g. add more packages to target:
21
22    $ make menuconfig
23
24Compile everything and build the SD card image:
25
26    $ make
27
28How to write the SD card
29========================
30
31Once the build process is finished you will have an image
32called "sdcard.img" in the output/images/ directory.
33
34Copy the bootable "sdcard.img" onto an SD card with "dd":
35
36  $ sudo dd if=output/images/sdcard.img of=/dev/sdX
37
38How to boot new image
39=====================
40
41Insert SD card and reset the board. By default pcDuino board
42boots from SD card.
43