Versions Compared

Key

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

...

...

...

...

...

Revision and Notes

Date

Owner

Revision

Notes

1.0

Initial release

1.1

Update for new BSP

Table of Contents

Table of Contents
minLevel1
maxLevel7

...

Note: 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.

...

  1. Enable Basler Cameras in Software:
    Edit file extlinux.conf on the first partition of the board adding the line starting with “FDTOVERLAYS” - either from a PC, or from the device serial console, then reboot. The resulting file should look similar to the example below (line 5 is the important addition):

    Code Block
    default Yocto
    label Yocto
       kernel /Image
       fdtdir /
       FDTOVERLAYS ../freescale/imx8mp-sr-som-basler.dtbo ../freescale/imx8mp-hummingboard-pulse-basler.dtbo
    append root=PARTUUID=076c4a2a-02 rootwait


    For editing on device can use nano text editor:

    Code Block
    mount /dev/mmcblk1p1 /boot
    nano /boot/extlinux/extlinux.conf
    # save with ctrl+o, exit with ctrl+x
    sync
    reboot
  2. Connect your HDMI cable.

Note: The camera preview only works when a monitor is connected to your Board.

...