Linux Programming Tips

起動時の注意!

Ubuntuインストール

以下のURLBeagleBoardUbuntu 参照の通りimgファイルをダウンロード(eMMC用とマイクロSD用があるので注意)
マイクロSDカードに展開 Linux ddコマンド、Windows・MACはimg Writerツール使用。

Ubuntuインストール後の設定

  1. 展開したimgが2GB用パーティションになっているので最大サイズに変更
    以下のURLBeagleBoardUbuntu 参照の通り
    cd /opt/scripts/tools
    git pull
    sudo ./grow_partition.sh
    sudo reboot
    を実行。

  2. Xorgドライバーをインストール(GUIubuntu-desktopを使用するならば) 以下のURLBeagleBoardUbuntu 参照の通り
    cd /opt/scripts/tools/
    git pull
    cd /opt/scripts/tools/graphics/
    ./ti-tilcdc.sh
    を実行。(これを実行しないと後述のdesktop環境を入れても動作しない)

  3. Ubuntu Desktopをインストール 以下のURLBeagleboard:Desktops On Ubuntu/Debian 参照の通り
    sudo apt-get update
    sudo apt-get upgrade
    sudo apt-get install ubuntu-desktop
    
    オプションとして以下があるlubuntu-desktop軽くてがよさそう?
    xubuntu-desktop
    kubuntu-desktop
    lubuntu-desktop
    を実行。

kernekソースコードの入手

GitHubから入手

mkdir BeagleBooneBlack
git clone https://github.com/RobertCNelson/ti-linux-kernel-dev.git
cd ti-linux-kernel-dev/
git checkout origin/ti-linux-4.14.y -b tmp

kernekビルド

<Kernel Dir>/patches/defconfigのバージョンを変更

./build_kernel.sh

二回目以降はこれ?

./tools/rebuild.sh

Kernelインストール

<Kernel Dir>/system.sh内の"MMC="にコメント参照してインストールするパスを追記する。
その後以下のコマンドを実行

cd <Kernel Dir>
./tools/install_kernel.sh

トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2024-04-08 (月) 14:40:43