Was this page helpful?

網樂通機上盒改機

    改機過程記錄

    [v0.3][新增] 固定 IP 網路設定

    編輯 /etc/init.d/rcSBB

    # Enable DHCP Client for ethernet
    #/sbin/udhcpc &
    # Enable static IP for ethernet
    /sbin/ifconfig eth0 192.168.6.10 netmask 255.255.255.0
    /sbin/route add default gw 192.168.6.1
    

    [v0.3][新增] 支援 sftp 傳檔

    編輯 /etc/openssh/sshd_config

    #Subsystem      sftp    /usr/libexec/openssh/sftp-server
    Subsystem       sftp    internal-sftp -f AUTH -l INFO 

    [v0.3][修正] ntpdate 重啟後無法自動校時

    編輯 /etc/init.d/rcSBB

    ...
    # Enable DHCP Client for ethernet
    /sbin/udhcpc &
    sleep 10      <==== 加上這行
    
    # Sync the time
    /etc/init.d/ntpdate start
    ... 
    

    [v0.1][新增] Telnet 可以用帳號/密碼才能登入

    編輯 /etc/init.d/rcSBB

    ...
    /usr/sbin/telnetd -l /bin/login
    ... 
    

    新增 /etc/shadow,及設定 root 密碼

    touch /etc/shadow
    passwd root 
    

    重開機後測試。

    控制 LED 燈號

    http://rexct.blogspot.tw/2013/08/led.html

    編譯 kernel

    Device Drivers

    • GPIO Support
      • /sys/class/gpio/.... (system interface)
    Was this page helpful?
    標籤 (Edit tags)
    • No tags
    您必須 登入 才能發佈評論。
    Powered by MindTouch Core