<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to enable WiFi on i.MX8ULP using init scripts to avoid configuring WiFi on each boot? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-WiFi-on-i-MX8ULP-using-init-scripts-to-avoid/m-p/2036167#M233500</link>
    <description>&lt;P&gt;HI &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/246168"&gt;@Namitha_zcs&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;Thank you for contacting NXP Support!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The definitive solution is create a custom startup script as a service:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Step 1: Go to etc/systemd/system&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;cd /etc/systemd/system&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;Step 2: In this directory create a new file with the name of your preference but the&lt;BR /&gt;extension must be .service.&lt;/P&gt;
&lt;P&gt;The file must contain:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[Unit]
Description=”Wifi Start”
[Service]
ExecStart=sudo modprobe moal mod_para=nxp/wifi_mod_para.conf
[Install]
WantedBy=multi-user.target&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;Now save the file, in my case the name was wifi_start.service.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Step 3: Now we need to enable the script in the startup/boot sequence following the&lt;BR /&gt;command:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;sudo systemctl enable wifi_start.service&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Finally, each time you boot your board, the WIFI module will initialize automatically.&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jan 2025 14:51:06 GMT</pubDate>
    <dc:creator>Chavira</dc:creator>
    <dc:date>2025-01-30T14:51:06Z</dc:date>
    <item>
      <title>How to enable WiFi on i.MX8ULP using init scripts to avoid configuring WiFi on each boot?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-WiFi-on-i-MX8ULP-using-init-scripts-to-avoid/m-p/2036010#M233489</link>
      <description>&lt;P&gt;I have enbaled wifi on IMX8ULP to connect to an AP in station mode uisng the following commands from&amp;nbsp; the IMX linux reference manual .&lt;BR /&gt;modprobe moal mod_para=nxp/wifi_mod_para.conf&lt;BR /&gt;head -n 4 /etc/wpa_supplicant.conf &amp;gt; /etc/wpa_supplicant.conf.tmp&lt;BR /&gt;wpa_passphrase ssid password &amp;gt;&amp;gt; /etc/wpa_supplicant.conf.tmp&lt;BR /&gt;mv /etc/wpa_supplicant.conf /etc/wpa_supplicant.conf.bak&lt;BR /&gt;mv /etc/wpa_supplicant.conf.tmp /etc/wpa_supplicant.conf&lt;BR /&gt;wpa_supplicant -B -i mlan0 -c /etc/wpa_supplicant.conf -D nl80211&lt;BR /&gt;However,the configuration resets in every boot .How can I&amp;nbsp; enable WiFi uisng init scripts so that it starts automatically in boot? .&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 06:26:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-WiFi-on-i-MX8ULP-using-init-scripts-to-avoid/m-p/2036010#M233489</guid>
      <dc:creator>Namitha_zcs</dc:creator>
      <dc:date>2025-01-30T06:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable WiFi on i.MX8ULP using init scripts to avoid configuring WiFi on each boot?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-WiFi-on-i-MX8ULP-using-init-scripts-to-avoid/m-p/2036012#M233490</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;To enable WiFi on your IMX8ULP automatically at boot, create a custom startup script as a service. Create a file in /etc/systemd/system (e.g., wifi_start.service) with the necessary configuration, and then run sudo systemctl enable wifi_start.service to add it to the startup sequence. This will ensure the WiFi module initializes each time you boot.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 06:33:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-WiFi-on-i-MX8ULP-using-init-scripts-to-avoid/m-p/2036012#M233490</guid>
      <dc:creator>Joel742Bushong</dc:creator>
      <dc:date>2025-01-30T06:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable WiFi on i.MX8ULP using init scripts to avoid configuring WiFi on each boot?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-WiFi-on-i-MX8ULP-using-init-scripts-to-avoid/m-p/2036167#M233500</link>
      <description>&lt;P&gt;HI &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/246168"&gt;@Namitha_zcs&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;Thank you for contacting NXP Support!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The definitive solution is create a custom startup script as a service:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Step 1: Go to etc/systemd/system&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;cd /etc/systemd/system&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;Step 2: In this directory create a new file with the name of your preference but the&lt;BR /&gt;extension must be .service.&lt;/P&gt;
&lt;P&gt;The file must contain:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[Unit]
Description=”Wifi Start”
[Service]
ExecStart=sudo modprobe moal mod_para=nxp/wifi_mod_para.conf
[Install]
WantedBy=multi-user.target&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;Now save the file, in my case the name was wifi_start.service.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Step 3: Now we need to enable the script in the startup/boot sequence following the&lt;BR /&gt;command:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;sudo systemctl enable wifi_start.service&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Finally, each time you boot your board, the WIFI module will initialize automatically.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 14:51:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-WiFi-on-i-MX8ULP-using-init-scripts-to-avoid/m-p/2036167#M233500</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2025-01-30T14:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable WiFi on i.MX8ULP using init scripts to avoid configuring WiFi on each boot?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-WiFi-on-i-MX8ULP-using-init-scripts-to-avoid/m-p/2036402#M233516</link>
      <description>Thankyou for your response.</description>
      <pubDate>Fri, 31 Jan 2025 04:16:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-WiFi-on-i-MX8ULP-using-init-scripts-to-avoid/m-p/2036402#M233516</guid>
      <dc:creator>Namitha_zcs</dc:creator>
      <dc:date>2025-01-31T04:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable WiFi on i.MX8ULP using init scripts to avoid configuring WiFi on each boot?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-WiFi-on-i-MX8ULP-using-init-scripts-to-avoid/m-p/2043075#M233953</link>
      <description>&lt;P&gt;This help me a lot on my recent project with iMX8ULP. I will apply it to my device later for testing.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 03:54:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-WiFi-on-i-MX8ULP-using-init-scripts-to-avoid/m-p/2043075#M233953</guid>
      <dc:creator>atbkoad</dc:creator>
      <dc:date>2025-02-13T03:54:03Z</dc:date>
    </item>
  </channel>
</rss>

