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