IMX8M MINI Hello world

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

IMX8M MINI Hello world

1,128 Views
VinithNama
Contributor III

Hi,

     I need to excecute an helloworld program in the board , how can i implement a helloworld program

0 Kudos
Reply
1 Reply

1,123 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello VinithNama,

The procedure is as follows:
  1. Create a new file called hello.sh using a text editor such as nano or vi: nano hello.sh.
  2. Add the following code: #!/bin/bash. echo "Hello World"
  3. Set the script executable permission by running chmod command: chmod +x hello.sh.
  4. Run or execute the script using following syntax: ./hello.sh.

Regards

 

 

0 Kudos
Reply