caipirinha os
v1.1
Open and Collaborative Project,我們正在為LHC版本為OpenWrt創建自定義。我們正在努力在OpenWrt上設置Internet連接質量儀表儀創建新菜單和功能。 
彙編是在Docker容器中進行的。
在此存儲庫中,執行:
sudo env UID= $( id -u ) GID= $( id -g ) docker compose build確保啟動subsodes:
git submodule update --init --recursive運行容器
sudo env UID= $( id -u ) GID= $( id -g ) docker compose run sindri運行腳本以準備環境(僅首次)
./setup_build.sh運行容器:
./build_image.sh -a chirpstackos_rpi4此命令將使用Chirpstack(Lorawan)構建Raspberry Pi 4的Caipirinha-OS版本
以下命令必須在容器內執行,特別是在openwrt文件夾中:
可選地清潔上述創建的內容:
make distclean更新提要:
./scripts/feeds update -a
./scripts/feeds install -a生成.config文件:
cp ../.config.caipirinha .config
make defconfig創建一個新的差異設置
./scripts/diffconfig.sh > ../.config.caipirinha
make menuconfigmake download
make -j4抱怨後,這些圖像可以在bin/targets/bcm27xx/bcm2710/中找到。 openwrt-ath79-generic-comfast_cf-e5-squashfs-sysupgrade.bin
make download
make -j1 V=sc以上命令將允許單個線程中的詳細信息和彙編,以在編譯過程中獲得錯誤可視化。