Versions Compared

Key

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

...

  1. Downloading the image

Download a pre-built snapshot image from SolidRun Imagesimages.solid-run.com

Those images are organised by branch, build date and commit ID from GitHub - github.com/SolidRun/lx2160a_build  project that you can clone and build by yourself. Images Image filenames are generated with boot media, serdes protocol, module and board names.

For example -

Code Block
ls-5.15.71-2.2.0/2024-11-01_c61a32e/lx2162a_rev2_som_clearfog_2000_650_2900_18_9_0-c61a32e.img.xz

...

was created from commit c61a32e on November 1. 2024 targets , targeting LX2162A SoM on Clearfog Board with SerDes protocols 18 and 9 (SFPs at 10/25Gbps, RJ45 at 1Gbps).You can build your own image using the script in here – GitHub - SolidRun/lx2160a_build

  1. Writing the image to the SD card

...

Code Block
languagetext
load mmc 0:1 0xa4000000 ubuntu-core.img
mmc dev 0
mmc write 0xa4000000 0 0xd2000

...

Note

Please Note:

The above commands should be run only once (in the fist boot), or when a new image is to be used.

...