readme.txt 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. Acme Systems Aria G25
  2. Build instructions
  3. ==================
  4. To build an image for the Aria G25 choose the configuration
  5. corresponding to the Aria variant.
  6. For 128MB RAM variant type:
  7. $ make acmesystems_aria_g25_128mb_defconfig
  8. else for 256MB RAM variant type:
  9. $ make acmesystems_aria_g25_256mb_defconfig
  10. To customize the configuration choosed type:
  11. $ make menuconfig
  12. When you are ready to start building Buildroot type:
  13. $ make
  14. How to write the microSD card
  15. =============================
  16. Once the build process is finished you will have an image called
  17. "sdcard.img" in the output/images/ directory.
  18. Write the bootable SD card image "sdcard.img" onto an SD card with
  19. "dd" command:
  20. $ sudo dd if=output/images/sdcard.img of=/dev/sdX
  21. Assuming your Aria G25 baseboard has a MicroSD socket, for example
  22. with the Terra baseboard, insert the microSD card into the baseboard
  23. slot and power it.
  24. To get the kernel log messages you can use a DPI cable
  25. (http://www.acmesystems.it/DPI)
  26. You can find additional informations, tutorials and a very
  27. comprehensive documentation on http://www.acmesystems.it/aria.