Skip to content

ToF‐using‐SDK

naitiknakrani-eic edited this page Sep 20, 2023 · 5 revisions
  1. Enable Wi-Fi inside i.MX8 board and connect it with local router.

    • We can generate Wifi Connection by two methods but first make these common changes mentioned below:

    $ cd Workspace/Tools/
    $ vi adi-enable-wifi.sh 
    

    • Open adi-enable-wifi.sh file inside it make following changes:

    1. comment "sudo reboot"
    2. above "sudo reboot" line add “sudo systemctl restart wpa_supplicant@wlan0”.

    • After changes it will look like below:

    image

    • To Apply these changes permanently, make the changes in extlinux.conf. Write "rw" instead of "ro = init/...." in whole file where you see "ro =init/..." as seen in below image.

Clone this wiki locally