sudo apt-get install gcc
sudo apt-get install binutils
sudo apt-get install bzip2
sudo apt-get install flex
sudo apt-get install python
sudo apt-get install perl
sudo apt-get install make
sudo apt-get install find
sudo apt-get install grep
sudo apt-get install diff
sudo apt-get install unzip
sudo apt-get install gawk
sudo apt-get install getopt
sudo apt-get install subversion
sudo apt-get install libz-dev
sudo apt-get install libc-dev
sudo apt-get install g++
sudo apt-get install libncurses5-dev
sudo apt-get install openssl
sudo apt-get install libssl-dev
cd ~
git clone https:的
make menuconfig
target system 選擇 broadcom bcm2708/bcm2835
sudo make
cd ~/openwrt/bin/brm2708
sudo dd if=openwrt-brcm2708-sdcard-vfat-ext4.img of=/dev/mmcblk0
將sd卡插入樹莓派
1. 用網線連線電腦
配置eth0 與樹莓派在同一網段
ifconfig eth0 192.168.1.100 netmask 255.255.255.0
telnet 連線 樹莓派
telnet 192.168.1.100
2. 將樹莓派接入區域網方法
修改樹莓派/etc/config/network 如下
config inte***ce 『lan』
option ifname 『eth0』
option proto 『dhcp』
關閉dns/dhcp服務
/etc/init.d/odhcpd disable
/etc/init.d/odhcpd stop
重啟網路服務
/etc/init.d/network reload
openwrt 閘道器燒寫程式
1 用securecrt配serial埠,波特率57600 2 開啟閘道器燒寫openwrt.bin 3 配置vi etc config network lan eth0.1 wan eth0.2 0.1 0.2互換 lan0.1 wan 0.2 4 輸入passwd設定root密碼 5 重啟閘道器...
Openwrt常用燒寫命令
from ar系列分割槽位址 分割槽名 起始位址 結束位址 分割槽長度 uboot 0x9f000000 0x9f020000 0x20000 firmware 0x9f020000 0x9f3e0000 0x3c0000 art 0x9f3f0000 0x9f3e0000 0x10000 分割槽名...
樹莓派映象編譯
樹莓派的映象製作 cd buildroot 2019.11 make list defconfigs 可以檢視buildroot所支援的預選配置列表,由於我們的裝置是樹莓派3b,所以執行命令make raspberrypi3 defconfig 執行make menuconfig,進行一些選項的調整...