Flashing‐Yocto‐on‐SD‐Card‐for‐LEC‐IMX6 - ADLINK/meta-adlink-nxp GitHub Wiki

Linux Host

1. Flashing the image(u-boot + kernel + rootfs) to the SD card

$ sudo dd if=<image_name>.wic of=/dev/sd<X> status=progress
$ sync

1.1 Download the latest pre-built Yocto image

  • LEC-IMX6
    • Quad/Dual SoC 1G | 2G
    • Solo/Dual Lite SoC 1G | 2G

2. Flashing the u-boot image to the SD card

$ sudo dd if=<u-boot_image>.bin of=/dev/sd<X> status=progress
$ sync

2.1 Download the latest pre-built u-boot image

  • LEC-IMX6
    • Quad/Dual SoC 1G | 2G
    • Solo/Dual Lite SoC 1G | 2G

3. DIP switch/Jumper configuration

It supports several boot devices on LEC-BASE 2.0 and LEC BASE R1 carrier board .

  • For LEC-BASE 2.0 carrier board: selection of a specific boot device is defined by the switches (SW39), as follows:

    boot device SW1 SW2 SW3 SW4
    Carrier SD Card OFF ON ON OFF
  • For LEC BASE R1 carrier board: selection of a specific boot device is defined by the Jumpers (JP16, JP17, JP18, JP19 ), as follows:

    lec_base_carrier_sd_boot

then, power on your target device and the booting message will be present from the UART console or HDMI display

⚠️ **GitHub.com Fallback** ⚠️