Versions Compared

Key

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

...

A:根据:https://www.phytec.de/documents/l-814e-3-imx6-bsp-manual/#On-Chip_OTP_Controller_.28OCOTP_CTRL.29_-_eFuses

Code Block
languagebash
themeMidnight
root@phyboard-mira-imx6-3:~# devmem2 0x21bc620
/dev/mem opened.
Memory mapped at address 0xb6f16000.
Read at address  0x021BC620 (0xb6f16620): 0xF40A378C
root@phyboard-mira-imx6-3:~# devmem2 0x21bc630
/dev/mem opened.
Memory mapped at address 0xb6fbe000.
Read at address  0x021BC630 (0xb6fbe630): 0x0000502D

该机的MAC为:
50:2D:F4:0A:37:8C

Q: 怎样增加opencl的例子?

A: 在phytec-qt5demo-image.bb添加

Code Block
themeMidnight
    imx-gpu-viv-demos \
    libopencl-mx6 \