Systemd檔案系統設定程式開機自啟動 並 實現自啟動程式的列印輸出 (arm linux)

2020-10-03 12:01:47

開發環境 :

處理器: AM335x 
SDK:06_03_00_106

一設定程式開機自啟動

1、編寫測試程式

1)編寫測試程式 test.c

#include <stdio.h>
#include <unistd.h>