<?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>i.MX ProcessorsのトピックAuto run a script on boot up</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Auto-run-a-script-on-boot-up/m-p/1163370#M162972</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to run a script when board boot up completed. this is a macchanger script.&lt;/P&gt;&lt;P&gt;I am using the imx6sx board and compiling the core-image-base image for filesystem. I read similar post on the community but i want to make sure on my board i do not have /etc/rc.local and&amp;nbsp;&lt;SPAN&gt;/etc/inittab files.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Nikhil&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Oct 2020 11:26:33 GMT</pubDate>
    <dc:creator>nikhil_sahu2</dc:creator>
    <dc:date>2020-10-06T11:26:33Z</dc:date>
    <item>
      <title>Auto run a script on boot up</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Auto-run-a-script-on-boot-up/m-p/1163370#M162972</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to run a script when board boot up completed. this is a macchanger script.&lt;/P&gt;&lt;P&gt;I am using the imx6sx board and compiling the core-image-base image for filesystem. I read similar post on the community but i want to make sure on my board i do not have /etc/rc.local and&amp;nbsp;&lt;SPAN&gt;/etc/inittab files.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Nikhil&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 11:26:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Auto-run-a-script-on-boot-up/m-p/1163370#M162972</guid>
      <dc:creator>nikhil_sahu2</dc:creator>
      <dc:date>2020-10-06T11:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Auto run a script on boot up</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Auto-run-a-script-on-boot-up/m-p/1163719#M163016</link>
      <description>&lt;P&gt;You can place your script into /etc/init.d&lt;BR /&gt;&lt;BR /&gt;root@imx8qmmek:/etc/init.d# cat test.sh&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;echo test &amp;gt; /file.txt&lt;BR /&gt;root@imx8qmmek:/etc/init.d# ls -l test.sh&lt;BR /&gt;-rwxr-xr-x 1 root root 22 May 25 18:50 test.sh&lt;BR /&gt;root@imx8qmmek:/etc/init.d#&lt;BR /&gt;&lt;BR /&gt;and add it into exact runlevel&lt;/P&gt;
&lt;P&gt;root@imx8qmmek:/etc/init.d# runlevel&lt;BR /&gt;N 3&lt;BR /&gt;root@imx8qmmek:/etc/init.d# cd /etc/rc3.d/&lt;BR /&gt;root@imx8qmmek:/etc/rc3.d# ln -s ../init.d/test.sh S50test.sh&lt;BR /&gt;root@imx8qmmek:/etc/rc3.d#&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 05:53:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Auto-run-a-script-on-boot-up/m-p/1163719#M163016</guid>
      <dc:creator>b36401</dc:creator>
      <dc:date>2020-10-07T05:53:06Z</dc:date>
    </item>
  </channel>
</rss>

