Excerpt | |||||||
---|---|---|---|---|---|---|---|
| |||||||
IntroductionThis article is intended to provide information for HoneyComb and ClearFog CX to start evaluating the platform as quickly as possible. Boot Source Selector (Boot Switch SW1):Did you have information between the boot switch SW1 and the CPU on the print side (Notice the marking ‘ON’ on the DIP switch) Flashing Ubuntu on NVME m.2 or SATA drivePreparing a bootable micro SDDownload a pre-built snapshot image from https://images.solid-run.com/LX2k/lx2160a_build Those images are built with the suffix of the commit ID of the https://github.com/SolidRun/lx2160a_build project that you can clone and build by yourself.
You can build your own image using the script in here – https://github.com/SolidRun/lx2160a_build 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.
Booting the micro SD and flashing to either eMMC, NVME M.2 or SATA drive |
Introduction
This article is intended to provide information for HoneyComb and ClearFog CX to start evaluating the platform as quickly as possible.
...
Boot Source Selector (Boot Switch SW1):
Did you have information between the boot switch SW1 and the CPU on the print side (Notice the marking ‘ON’ on the DIP switch)
how to boot from SD card, eMMc, SPI.
for example to booting from SD-Card: configure the boot switch SW1 to be [1:off,2:on,3:on,4:on,5:nc]
Flashing Ubuntu on NVME m.2 or SATA drive
Preparing a bootable micro SD
Download a pre-built snapshot image from https://images.solid-run.com/LX2k/lx2160a_build
...
Code Block | ||
---|---|---|
| ||
unxz lx2160acex7_2000_700_....img.xz sudo dd if=lx2160acex7_2000_700_...img of=/dev/sdX |
Booting the micro SD and flashing to either eMMC, NVME M.2 or SATA drive
Plug a micro USB cable to the ‘console’ micro USB connector and run a terminal emulator like minicom or putty pointing to the USB tty running at 115200,8N1.
...