2
1

readme.txt 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. **********************
  2. SolidRun Clearfog Base
  3. **********************
  4. This file documents Buildroot's support for the Clearfog Base by Solid Run.
  5. Vendor's documentation:
  6. https://wiki.solid-run.com/doku.php?id=products:a38x:documents
  7. Warning for eMMC variant of the MicroSoM
  8. ========================================
  9. If you bought a MicroSoM version that includes an on-board eMMC flash, the
  10. built-in microSD card slot *WILL NOT WORK*. The Internet says that you have to
  11. upload the first bootloader via UART. This manual does not cover these steps;
  12. only MicroSoMs without the eMMC are supported.
  13. Build
  14. =====
  15. Start with the default Buildroot's configuration for Clearfog:
  16. make solidrun_clearfog_defconfig
  17. Build all components:
  18. make
  19. The results of the build are available in ./output/images.
  20. Create a bootable SD card
  21. =========================
  22. To determine the device associated to the SD card have a look in the
  23. /proc/partitions file:
  24. cat /proc/partitions
  25. Buildroot prepares a bootable "sdcard.img" image in the output/images/
  26. directory, ready to be dumped on a microSD card. Launch the following
  27. command as root:
  28. dd if=output/images/sdcard.img of=/dev/<your-microsd-device> conv=fdatasync
  29. *** WARNING! The dd command will destroy all the card content. Use with care! ***
  30. For details about the medium image layout, see the definition in
  31. board/solidrun/clearfog/genimage.cfg.
  32. Boot the Clearfog board
  33. =======================
  34. Here's how to boot the board:
  35. - Set up the DIP switches for microSD boot. The correct values are:
  36. 1: off, 2: off, 3: ON, 4: ON, 5: ON. In this scheme, switch #1" is closer to
  37. the ethernet ports and #5 is closer to the microSD card, "ON" means towards
  38. the SOM, and "off" means towards the SFP cage.
  39. - Connect to the board's console over the microUSB port.
  40. - Insert the SD card into the slot on the board (pins up).
  41. - Power up the board.