Versions Compared

Key

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

...

Those images are built with the suffix of the board name, SerDes protocol and commit ID of the GitHub - SolidRun/lx2160a_build  project that you can clone and build by yourself.

for example - https://images.solid-run.com/LX2k/lx2160a_build/lx2160acex7_2000_700_3200_LX2162A_CLEARFOG_318_9_0-5bdc7de850cda0.img.xz - targets LX2162A Clearfog with SFP connectors at 25/10Gbps and 8x Ethernet at 1Gbps each, built from commit 5bdc7de850cda0.

You can build your own image using the script in here – GitHub - SolidRun/lx2160a_build

...

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

...

Note

Please Note:

The above commands should be run only once (in the fist boot).

...