LS-WVL 安裝 Debian12
準備一台已經運行原廠Buffalo的LS WVL設備
下載檔案
準備安裝
將initrd.buffalo和uImage.buffalo複製到acp_commander.jar同目錄
運行指令尋找設備IP
java -jar acp_commander.jar -f
複製安裝檔到設備
java -jar acp_commander.jar -t <device ip address> -pw <your admin password> -xfer initrd.buffalo -xferto /boot/
java -jar acp_commander.jar -t <device ip address> -pw <your admin password> -xfer uImage.buffalo -xferto /boot/
重啟設備
java -jar acp_commander.jar -t <device ip address> -pw <your admin password> -c reboot
開始安裝
找尋設備IP後SSH進入安裝,使用者名稱是installer,密碼是install
ssh installer@IP