IMX8M MINI Hello world

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

IMX8M MINI Hello world

1,154 次查看
VinithNama
Contributor III

Hi,

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

0 项奖励
回复
1 回复

1,149 次查看
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 项奖励
回复