2014年9月18日 星期四

OpenWrt on BeagleBone Black

Update: Now official OpenWrt support BeagleBone Black.

Follow steps shown on https://github.com/nc543/openwrt-bbb/wiki

To enable GPIO Support
make kernel_menuconfig
select Device Drivers -> GPIO Support -> /sys/class/gpio/... (sysfs interface)
make

Just replace the file /boot/zImage with bin/omap/*zImage, and reference http://wiki.openwrt.org/doc/hardware/port.gpio to setting GPIO.

References:
  1. http://wiki.openwrt.org/toh/beaglebone/black?s
  2. https://bpaste.net/show/322887

沒有留言:

張貼留言

SIP header Via

所有 SIP 訊息 都要有 Via,縮寫 v。一開始的 UAC 和後續途經的每個 proxy 都會疊加一個 Via 放傳送的位址,依序作為回應的路徑。 格式 sent-protocol sent-by [ ;branch= branch ][ ; 參數 ...] s...