petalinux常用命令記錄
2023年05月28日 15:52:24
閱讀數:31
前提: petalinux開發環境安裝好:
source命令載入成功,可利用echo $petalinux驗證。
檢查統計資訊是否關閉
petalinux-util --webtalk off
info: turn off webtalk feature!12
3一、建立工程
根據bsp包建立工程
在當前工程路徑下有xilinx-zc706-v2016.4-final1.bsp,指定工程名為zc706
petalinux-create -t project -s xilinx-zc706-v2016.4-final1.bsp -n zc70612
2) 自定義建立工程
此時需要考慮結合自己的hdf檔案建立工程,有各種辦法
petalinux-create -t project --template zynq -n zc706
cd petalinux-config --get-hw-desription= 1
2 3
二、工程內的各種配置操作
切換到petalinux工程根目錄。
cd 1
登入系統頂層配置選單,設定你想要配置。
petalinux-config
1登入linux核心配置選單並配置
petalinux-config -c kernel
1登入根檔案系統配置選單並配置
petalinux-config -c rootfs
1三、編譯與**工程
具體編譯
petalinux-build12
製作bin檔案
petalinux-package --boot --fsbl ./images/linux/zynq_fsbl.elf --fpga ./images/linux/system_top.bit --u-boot --force1打包
petalinux-package --prebuilt --fpga ./images/linux/system_top.bit --force1**
qemu中除錯linux核心
petalinux-boot --qemu --prebuilt 3
#模擬執行u-boot,kernel,看看是不是正確
petalinux-boot --qemu --u-boot
petalinux-boot --qemu --kernel
常用命令記錄
cd change directory cd 回到剛才目錄。cd 回到自己主資料夾 root。cd 1 3 進入到有空格的1 3資料夾裡 pwd print working directory pwd p 顯示使用路徑,而非表面路徑。eg var mail spool mail cd var mai...
linux 常用命令記錄
一 chmod chmod命令有兩種格式 符號格式和絕對格式 符號格式為 chmod who operator permission filename who欄位要使用字元,可以使用字元有 a 所有使用者,三個不同級別的許可權都可以進行修改 u 系主,改變系主的許可權 g 組,改變同組的許可權 o ...
redis 常用命令記錄
學習redis強力推薦這個大神的部落格 啟動 redis server.exe conf redis.conf redis cli.exe 切換資料庫 select 0 select 1 select 2 檢視所有的key keys 檢視key的型別 type key 檢視key的型別 type n...