How to transfer file use BT between i.MX8MP and Android phone?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to transfer file use BT between i.MX8MP and Android phone?

How to transfer file use BT between i.MX8MP and Android phone?

This is an example for user to transfer files between i.MX8MP Linux platform and other devices via Bluetooth.

Environment :

Hardware : i.MX8MP LPDDR4 EVK Board, Android Phone

Software : L6.6.23-2.0.0

 

Step1 : Build Yocto image and burnt to the SD card or EMMC

  1. repo init -u https://github.com/nxp-imx/imx-manifest.git -b imx-linux-scarthgap -m imx-6.6.23-2.0.0.xml
  2. repo sync
  3. DISTRO=fsl-imx-xwayland MACHINE=imx8mp-lpddr4-evk source imx-setup-release.sh -b build-xwayland
  4. Add the following code to "conf/local.conf"

         IMAGE_INSTALL:append = " glibc-gconv-utf-16"

  1. bitbake imx-image-full
  2. uuu -b emmc_all imx-image-full-imx8mp-lpddr4-evk.rootfs-20240919015845.wic

Step2 : Test steps

  1. Boot board with "imx8mp-evk-usdhc1-m2.dtb" file.
  2. load Wi-Fi Firmware

          root@imx8mp-lpddr4-evk:~# modprobe moal mod_para=nxp/wifi_mod_para.conf

  1. Load BT firmware and enable BT

         root@imx8mp-lpddr4-evk:~# modprobe btnxpuart

         root@imx8mp-lpddr4-evk:~# hciconfig

         pengyong_zhang_3-1728113009623.png

         root@imx8mp-lpddr4-evk:~# hciconfig hci0 up

  1. connect  the BT of Android Phone

         root@imx8mp-lpddr4-evk:~# bluetoothctl

         [bluetooth]# default-agent

         [bluetooth]# agent on

         [bluetooth]# discoverable on

         [bluetooth]# scan on

         [bluetooth]# scan off

         pengyong_zhang_4-1728113009623.png

         [bluetooth]# pair 90:F0:52:92:A6:6C

         we need to type Yes on board and click 配对 on phone.

        pengyong_zhang_5-1728113009624.png

        pengyong_zhang_6-1728113009624.png

        [bluetooth]# connect 90:F0:52:92:A6:6C

       pengyong_zhang_7-1728113009625.png

        [Meizu16m]# quit

        pengyong_zhang_8-1728113009626.png

  1. Transfer file

         1). Android Phone-> i.MX8MP EVK Board

         root@imx8mp-lpddr4-evk:~# /usr/libexec/bluetooth/obexd -a -n -r /root/ & obexctl

        pengyong_zhang_9-1728113009626.png

         Then select a file on your phone ad choose transfer by Bluetooth.

         pengyong_zhang_10-1728113009627.png

        2).i.MX8MP EVK Board -> Android Phone

         [obex]# connect 90:F0:52:92:A6:6C

        pengyong_zhang_11-1728113009627.png

         [90:F0:52:92:A6:6C]# send /home/root/test.txt

        pengyong_zhang_12-1728113009628.png

Note : 

1. Do not suggestion use IOS phone.

2. If your i.MX8MP board can not scan your BT device, Suggest change the device BT name and run on "scan on" command again.

 

%3CLINGO-SUB%20id%3D%22lingo-sub-1967286%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3EHow%20to%20transfer%20file%20use%20BT%20between%20i.MX8MP%20and%20Android%20phone%3F%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1967286%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3E%3CSTRONG%3EThis%20is%20an%20example%20for%20user%20to%20transfer%20files%26nbsp%3Bbetween%20i.MX8MP%20Linux%20platform%20and%20other%20devices%20via%20Bluetooth.%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CP%3E%3CSTRONG%3EEnvironment%20%3A%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CP%3E%3CSPAN%3EHardware%20%3A%20i.MX%3C%2FSPAN%3E%3CSPAN%3E8MP%3C%2FSPAN%3E%3CSPAN%3E%20LPDDR%3C%2FSPAN%3E%3CSPAN%3E4%3C%2FSPAN%3E%3CSPAN%3E%20EVK%3C%2FSPAN%3E%3CSPAN%3E%20Board%2C%20Android%20Phone%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3E%3CSPAN%3ESoftware%20%3A%20L6.6.%3C%2FSPAN%3E%3CSPAN%3E2%3C%2FSPAN%3E%3CSPAN%3E3-%3C%2FSPAN%3E%3CSPAN%3E2%3C%2FSPAN%3E%3CSPAN%3E.0.0%3C%2FSPAN%3E%3C%2FP%3E%0A%3CBR%20%2F%3E%0A%3CP%3EStep1%20%3CSPAN%3E%3A%20%3C%2FSPAN%3EBuild%20Yocto%20image%20and%20burnt%20to%20the%20SD%20card%20or%20EMMC%3C%2FP%3E%0A%3COL%3E%0A%3CLI%3E%3CSPAN%3Erepo%20init%20-u%20%3C%2FSPAN%3E%3CA%20href%3D%22https%3A%2F%2Fgithub.com%2Fnxp-imx%2Fimx-manifest.git%22%20target%3D%22_blank%22%20rel%3D%22noopener%20nofollow%20noreferrer%22%3E%3CSPAN%3Ehttps%3A%2F%2Fgithub.com%2Fnxp-imx%2Fimx-manifest.git%3C%2FSPAN%3E%3C%2FA%3E%3CSPAN%3E%20-b%20imx-linux-scarthgap%20-m%20imx-6.6.23-2.0.0.xml%3C%2FSPAN%3E%3C%2FLI%3E%0A%3CLI%3Erepo%20sync%3C%2FLI%3E%0A%3CLI%3E%3CSPAN%3EDISTRO%3Dfsl-imx-xwayland%20MACHINE%3Dimx8mp-lpddr4-evk%20source%20imx-setup-release.sh%20-b%20build-xwayland%3C%2FSPAN%3E%3C%2FLI%3E%0A%3CLI%3E%3CSPAN%3EAdd%20the%20following%20code%20to%20%22conf%2Flocal.conf%22%3C%2FSPAN%3E%3C%2FLI%3E%0A%3C%2FOL%3E%0A%3CP%3E%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3BIMAGE_INSTALL%3Aappend%20%3D%20%22%20glibc-gconv-utf-16%22%3C%2FP%3E%0A%3COL%20start%3D%225%22%3E%0A%3CLI%3E%3CSPAN%3Ebitbake%20imx-image-full%3C%2FSPAN%3E%3C%2FLI%3E%0A%3CLI%3E%3CSPAN%3Euuu%20-b%20emmc_all%20imx-image-full-imx8mp-lpddr4-evk.rootfs-20240919015845.wic%3C%2FSPAN%3E%3C%2FLI%3E%0A%3C%2FOL%3E%0A%3CP%3EStep2%20%3CSPAN%3E%3A%20%3C%2FSPAN%3ETest%20steps%3C%2FP%3E%0A%3COL%3E%0A%3CLI%3E%3CSPAN%3EBoot%20board%20with%20%22%3C%2FSPAN%3E%3CSPAN%3Eimx8mp-evk-usdhc1-m2.dtb%3C%2FSPAN%3E%3CSPAN%3E%22%20file.%3C%2FSPAN%3E%3C%2FLI%3E%0A%3CLI%3E%3CSPAN%3Eload%20Wi-Fi%20Firmware%3C%2FSPAN%3E%3C%2FLI%3E%0A%3C%2FOL%3E%0A%3CP%3E%3CI%3E%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20root%40imx8mp-lpddr4-evk%3A~%23%3C%2FI%3E%20%3CI%3Emodprobe%20moal%20mod_para%3Dnxp%2Fwifi_mod_para.con%3C%2FI%3E%3CSPAN%3Ef%3C%2FSPAN%3E%3C%2FP%3E%0A%3COL%20start%3D%223%22%3E%0A%3CLI%3E%3CSPAN%3ELoad%20BT%20firmware%20and%20enable%20BT%3C%2FSPAN%3E%3C%2FLI%3E%0A%3C%2FOL%3E%0A%3CP%3E%3CI%3E%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3Broot%40imx8mp-lpddr4-evk%3A~%23%20modprobe%20btnxpuart%3C%2FI%3E%3C%2FP%3E%0A%3CP%3E%3CI%3E%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3Broot%40imx8mp-lpddr4-evk%3A~%23%20hciconfig%20%3C%2FI%3E%3C%2FP%3E%0A%3CP%3E%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22pengyong_zhang_3-1728113009623.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22pengyong_zhang_3-1728113009623.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F302847iB29588C362E637D9%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22pengyong_zhang_3-1728113009623.png%22%20alt%3D%22pengyong_zhang_3-1728113009623.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3E%3CI%3E%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3Broot%40imx8mp-lpddr4-evk%3A~%23%20hciconfig%20hci0%20up%3C%2FI%3E%3C%2FP%3E%0A%3COL%20start%3D%224%22%3E%0A%3CLI%3E%3CSPAN%3Econnect%26nbsp%3B%20the%20BT%20of%20Android%20Phone%3C%2FSPAN%3E%3C%2FLI%3E%0A%3C%2FOL%3E%0A%3CP%3E%3CI%3E%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3Broot%40imx8mp-lpddr4-evk%3A~%23%20bluetoothctl%3C%2FI%3E%3C%2FP%3E%0A%3CP%3E%3CI%3E%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%5Bbluetooth%5D%23%20default-agent%3C%2FI%3E%3C%2FP%3E%0A%3CP%3E%3CI%3E%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%5Bbluetooth%5D%23%20agent%20on%3C%2FI%3E%3C%2FP%3E%0A%3CP%3E%3CI%3E%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%5Bbluetooth%5D%23%20discoverable%20on%3C%2FI%3E%3C%2FP%3E%0A%3CP%3E%3CI%3E%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%5Bbluetooth%5D%23%20scan%20on%3C%2FI%3E%3C%2FP%3E%0A%3CP%3E%3CI%3E%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%5Bbluetooth%5D%23%20scan%20o%3C%2FI%3E%3CI%3Eff%3C%2FI%3E%3C%2FP%3E%0A%3CP%3E%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22pengyong_zhang_4-1728113009623.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22pengyong_zhang_4-1728113009623.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F302846iD018357E5E32CB99%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22pengyong_zhang_4-1728113009623.png%22%20alt%3D%22pengyong_zhang_4-1728113009623.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3E%3CI%3E%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%5Bbluetooth%5D%23%20pair%2090%3AF0%3A52%3A92%3AA6%3A6C%3C%2FI%3E%3C%2FP%3E%0A%3CP%3E%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3Bwe%20need%20to%20type%20Yes%20on%20board%20and%20click%20%E9%85%8D%E5%AF%B9%20on%20phone.%3C%2FP%3E%0A%3CP%3E%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%26nbsp%3B%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22pengyong_zhang_5-1728113009624.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22pengyong_zhang_5-1728113009624.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F302845i66D34A0663B92483%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22pengyong_zhang_5-1728113009624.png%22%20alt%3D%22pengyong_zhang_5-1728113009624.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3E%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%26nbsp%3B%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22pengyong_zhang_6-1728113009624.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22pengyong_zhang_6-1728113009624.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F302848i8344882DC48B3B13%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22pengyong_zhang_6-1728113009624.png%22%20alt%3D%22pengyong_zhang_6-1728113009624.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3E%3CI%3E%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%5Bbluetooth%5D%23%20connect%2090%3AF0%3A52%3A92%3AA6%3A6C%3C%2FI%3E%3C%2FP%3E%0A%3CP%3E%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22pengyong_zhang_7-1728113009625.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22pengyong_zhang_7-1728113009625.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F302850i6F77CE977D7842FC%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22pengyong_zhang_7-1728113009625.png%22%20alt%3D%22pengyong_zhang_7-1728113009625.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3E%3CI%3E%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%5BMeizu16m%5D%23%20quit%3C%2FI%3E%3C%2FP%3E%0A%3CP%3E%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%26nbsp%3B%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22pengyong_zhang_8-1728113009626.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22pengyong_zhang_8-1728113009626.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F302849iDD3EA8A430C36BC6%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22pengyong_zhang_8-1728113009626.png%22%20alt%3D%22pengyong_zhang_8-1728113009626.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%0A%3COL%20start%3D%225%22%3E%0A%3CLI%3ETransfer%20file%3C%2FLI%3E%0A%3C%2FOL%3E%0A%3CP%3E%3CSPAN%3E%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B1).%20Android%20Phone-%26gt%3B%20i.MX%3C%2FSPAN%3E%3CSPAN%3E8MP%3C%2FSPAN%3E%3CSPAN%3E%20EVK%3C%2FSPAN%3E%3CSPAN%3E%20Board%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3E%3CI%3E%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3Broot%40imx8mp-lpddr4-evk%3A~%23%20%2Fusr%2Flibexec%2Fbluetooth%2Fobexd%20-a%20-n%20-r%20%2Froot%2F%20%26amp%3B%20obexctl%3C%2FI%3E%3C%2FP%3E%0A%3CP%3E%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%26nbsp%3B%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22pengyong_zhang_9-1728113009626.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22pengyong_zhang_9-1728113009626.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F302851i95FA481F44939B34%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22pengyong_zhang_9-1728113009626.png%22%20alt%3D%22pengyong_zhang_9-1728113009626.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3E%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3BThen%20select%20a%20file%20on%20your%20phone%20ad%20choose%20transfer%20by%20Bluetooth.%3C%2FP%3E%0A%3CP%3E%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22pengyong_zhang_10-1728113009627.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22pengyong_zhang_10-1728113009627.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F302853i4A88EBE1741E21FC%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22pengyong_zhang_10-1728113009627.png%22%20alt%3D%22pengyong_zhang_10-1728113009627.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3E%3CSPAN%3E%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%202).i.MX%3C%2FSPAN%3E%3CSPAN%3E8MP%3C%2FSPAN%3E%3CSPAN%3E%20EVK%3C%2FSPAN%3E%3CSPAN%3E%20Board%20%3C%2FSPAN%3E%3CSPAN%3E-%26gt%3B%3C%2FSPAN%3E%20%3CSPAN%3EAndroid%20Phone%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3E%3CI%3E%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%5Bobex%5D%23%20connect%2090%3AF0%3A52%3A92%3AA6%3A6C%3C%2FI%3E%3C%2FP%3E%0A%3CP%3E%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%26nbsp%3B%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22pengyong_zhang_11-1728113009627.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22pengyong_zhang_11-1728113009627.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F302852iC27174314EDAB5EB%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22pengyong_zhang_11-1728113009627.png%22%20alt%3D%22pengyong_zhang_11-1728113009627.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3E%3CI%3E%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%5B90%3AF0%3A52%3A92%3AA6%3A6C%5D%23%20send%20%2Fhome%2Froot%2Ftest.txt%3C%2FI%3E%3C%2FP%3E%0A%3CP%3E%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%26nbsp%3B%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22pengyong_zhang_12-1728113009628.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22pengyong_zhang_12-1728113009628.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F302854iE94894959847A910%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22pengyong_zhang_12-1728113009628.png%22%20alt%3D%22pengyong_zhang_12-1728113009628.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3ENote%20%3A%26nbsp%3B%3C%2FP%3E%0A%3CP%3E1.%20Do%20not%20suggestion%20use%20IOS%20phone.%3C%2FP%3E%0A%3CP%3E2.%20If%20your%20i.MX8MP%20board%20can%20not%20scan%20your%20BT%20device%2C%20Suggest%20change%20the%20device%20BT%20name%20and%20run%20on%20%22scan%20on%22%20command%20again.%3C%2FP%3E%0A%3CBR%20%2F%3E%3C%2FLINGO-BODY%3E%3CLINGO-LABS%20id%3D%22lingo-labs-1967286%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CLINGO-LABEL%3Ei.MX%208M%20%7C%20i.MX%208M%20Mini%20%7C%20i.MX%208M%20Nano%3C%2FLINGO-LABEL%3E%3CLINGO-LABEL%3ELinux%3C%2FLINGO-LABEL%3E%3C%2FLINGO-LABS%3E
No ratings
Version history
Last update:
‎10-09-2024 01:17 AM
Updated by: