HCL:ClearFog

Jump to: navigation, search

The SolidRun ClearFog Base and Pro are development boards for the SolidRun MicroSoM modules.

Technical data

  • SolidRun MicroSoM A380/A388
    • Marvell Armada 380/388 SoC
      • single/dual ARM Cortex-A9 CPU
  • 6x switched Ethernet, 1x Ethernet, 1x SFP
  • 2x mPCIe/mSATA
  • 1x M.2
  • 1x µSD
  • 1x USB 3.0
  • UART via Micro USB
  • mikroBUS socket
  • JTAG

Writing a disk image to the SD card

Geeko-white.png
Tumbleweed
JeOS image

If the direct links above do not work for you, please check the general download directory for the images.


  1. As root extract the image onto your SD card (replace sdX with the device name of your SD card).
    WARNING: all previous data on the SD card will be lost. Check first if the device you have selected is really your SD card!
     xzcat [image].raw.xz | dd bs=4M of=/dev/sdX iflag=fullblock oflag=direct status=progress; sync
  2. Insert the SD card with the openSUSE image into your board.
  3. Connect the board to your PC via serial port (optional, but helpful for debugging; USB-TTL serial cable needed).
  4. Connect the board to your monitor (via DVI/HDMI, optional).
  5. Power on the board.
  6. Walk through the first boot steps.
  7. Ethernet is configured to request an IP via DHCP, check your DHCP server for the board IP if used.
  8. Have a lot of fun...
Default login is root:linux, works on serial console, via ssh, GUI.

See also