R PI

[pi] RaspberryPi 自動登入

Auto Login:

在終端機模式下打(也可以用vim處理拉)

sudo nano /etc/inittab

找到

1:2345:respawn:/sbin/getty 115200 tty1

或是像我的看到是 1:2345:respawn:/sbin/getty –noclear 38400 tty1

然後在前面加上一個#號註解掉這行

#1:2345:respawn:/sbin/getty 115200 tty1

之後在他底下加入

1:2345:respawn:/bin/login -f pi tty1 </dev/tty1 >/dev/tty1 2>&1

按Ctrl+o存檔 後Ctrl+x 離開這樣下次重開後就會自動登入pi了

Be the First to comment.

Leave a Comment

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *

(若看不到驗證碼,請重新整理網頁。)