...
...
...
...
...
Revision and Notes
Date | Owner | Revision | Notes | ||||||
---|---|---|---|---|---|---|---|---|---|
| 1.0 | Initial release | |||||||
1.1 | Update for new BSP | ||||||||
Table of Contents |
|
...
For more information, please visit Flashing an SD Card .
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.
...
Enable Basler Cameras in Software:
Edit fileextlinux.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 usenano
text editor:Code Block mount /dev/mmcblk1p1 /boot nano /boot/extlinux/extlinux.conf # save with ctrl+o, exit with ctrl+x sync reboot
Connect your HDMI cable.
Note: The camera preview only works when a monitor is connected to your Board.
...