前段時間使用了petalinux(2017.2)用作zynq的linux系統構建工具,總體而言,這個軟家操作還是比較方便簡單的。但是,由於專案需要,此系統中的某些服務需要實現開機自啟的功能,查閱了最新版本的petalinux手冊,其對應用自啟的操作如下所示
#
# this file is the mystartup recipe.
#license = "mit"
lic_files_chksum =
"file://$/mit;md5=0835ade698e0bcf8506ecda2f7b4f302"
src_uri = "file: \
file://makefile \
file: \
"initscript_name = "mystartup"
initscript_params = "defaults"
s = "$"
inherit update-rc.d
do_compile
() do_install
() $
install -m 0755 mystartup $
$ install -d
$$/init.d/
install -m 0755 mystartup.s $
$/init.d/mystartup
}
若有人指導petalinux自啟的正確方法,不吝賜教,謝謝~ petalinux安裝問題總結
1,安裝所需要的庫 apt install build essential vim tofrodos 出現解決 1 sudo rm var cache apt archives lock 2 sudo rm var lib dpkg lock 3 sudo dpkg configure a 4 su...
consul設定自啟
在conusl.exe所在資料夾中新建乙個consul.bat檔案 在consul.bat中編寫consul agent dev 建乙個檔案script.vbs 裡面寫set ws wscript.createobject wscript.shell ws.run 此為你的consul.bat檔案的...
tomcat掛了自啟
先上指令碼 bin sh function 自動監控tomcat程序,掛了就執行重啟操作 author wangqy define 獲取tomcat ppid tomcatid ps ef grep tomcat grep w apache grep v grep awk tomcat startu...