Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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-cli-imx8mpcfgt-sdhc-hummingboard-pulse.img.xz
  • For more Debian releases, Download a pre-built snapshot image from SolidRun Images

...

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

...

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:

...