readme.txt 1.0 KB

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