Versions Compared

Key

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

...

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 LX2160A CeX7 Boot Select <TBD>.

Booting from an SD card

The switches on the boot source SW1 selector must be set as follows:

...

Code Block
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).

...

Note

Please note

  • The default bootcmd probes every device and looks for a /extlinux/extlinux.conf

  • The kernel command line uses the PARTUUID to boot the right drive can editing the root in the extlinux.conf to use directly root=/dev/nvme0n1p1 or  root=/dev/sdx .

Build From Source

...

...