...
Before powering up the board for the first time it is recommended to select the boot media. In order to configure the boot media, please refer to ClearFog GT-8K Boot Select .
Booting from an SPI card
...
Once you set the switches, you can apply the following for booting from an SD card.
Note |
---|
Please Note: Boot is made from SPI by default |
...
Code Block |
---|
wget https://solid-run-images.sos-de-fra-1.exo.io/IMX88040/Debian/sr-imx88040-debian-bullseyebuster-2021070620190616-clicfgt-imx8mp-sdhc-hummingboard-pulse.img.xz |
For more Debian releases, Download a pre-built snapshot image from https://images.solid-run.com/8040 SolidRun Images
2. Writing the image to the SD card
Use the following commands for writing the image to an SD card:
Code Block |
---|
xz -dc https://solid-run-images.sos-de-fra-1.exo.io/8040/Debian/sr-8040-debian-buster-20190616-cfgt-sdhc.img.xz | dd of=/dev/sdX bs=4k conv=fdatasync |
For more information, please visit Flashing an SD Card .
Note: Plug a micro SD into your Linux PC, the following assumes that the micro SD is added as /dev/sdX and all it’s partitions are unmounted.
...
Please insert the micro USB into your device, then you can refer to Serial Connection for installing necessary serial connection software in Linux/Windows.
...
Connect an Ethernet cable to your HummingBoard Pulse (for internet access during boot-up).
Please check you your Ethernet connection.
Use the following commands in order to keep your system up-to-date:
Code Block |
---|
apt-get update apt-get upgrade reboot |
Build From Source
You can build your own image using the script in here – GitHub - SolidRun/clearfog-gt-8k-build
U-Boot - GitHub - SolidRun/8040-uboot
ClearFog GT 8K With Enclosure
...