タグ

ブックマーク / tipspc.blogspot.com (1)

  • Ubuntuでシリアルを有効にする

    [概要] Ubuntuでシリアルコンソールを利用可能にする方法を説明します。 [詳細] 対象となるUbuntuのバージョンは12.04とします。 起動ファイルの作成 まず、Upstartの設定を行います。 下記の内容を "ttyS0.conf"へコピペしてください。 foo@ubuntu01:~$ vi ttyS0.conf # ttyS0 - getty # # This service maintains a getty on ttyS0 from the point the system is # started until it is shut down again. start on stopped rc or RUNLEVEL=[2345] stop on runlevel [!2345] respawn exec /sbin/getty -L 115200 ttyS0 vt1

    Ubuntuでシリアルを有効にする
    nacika_inscatolare
    nacika_inscatolare 2014/02/17
    “sudo start ttyS0”
  • 1