IMX8M MINI Hello world

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

IMX8M MINI Hello world

883件の閲覧回数
VinithNama
Contributor III

Hi,

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

0 件の賞賛
返信
1 返信

878件の閲覧回数
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 件の賞賛
返信