BeagleBoneBlack
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
[[Linux Programming Tips]]
#contents
*起動時の注意! [#ebb712eb]
-HDMI→VGA変換する場合電力が足りないので外部供給できる物を...
*Ubuntuインストール [#vfae9c02]
以下のURL[[BeagleBoardUbuntu:https://elinux.org/BeagleBoa...
参照の通りimgファイルをダウンロード(eMMC用とマイクロSD用...
マイクロSDカードに展開
Linux ddコマンド、Windows・MACはimg Writerツール使用。
*Ubuntuインストール後の設定 [#nd172474]
+展開したimgが2GB用パーティションになっているので最大サイ...
以下のURL[[BeagleBoardUbuntu:https://elinux.org/BeagleBoa...
参照の通り~
cd /opt/scripts/tools
git pull
sudo ./grow_partition.sh
sudo reboot
を実行。~
~
+Xorgドライバーをインストール(GUIubuntu-desktopを使用する...
以下のURL[[BeagleBoardUbuntu:https://elinux.org/BeagleBoa...
参照の通り~
cd /opt/scripts/tools/
git pull
cd /opt/scripts/tools/graphics/
./ti-tilcdc.sh
を実行。(これを実行しないと後述のdesktop環境を入れても動...
~
+Ubuntu Desktopをインストール
以下のURL[[Beagleboard:Desktops On Ubuntu/Debian:https://...
参照の通り~
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install ubuntu-desktop
オプションとして以下があるlubuntu-desktop軽くてがよさそ...
xubuntu-desktop
kubuntu-desktop
lubuntu-desktop
を実行。
*kernekソースコードの入手 [#rcf6e4ff]
GitHubから入手
mkdir BeagleBooneBlack
git clone https://github.com/RobertCNelson/ti-linux-kern...
cd ti-linux-kernel-dev/
git checkout origin/ti-linux-4.14.y -b tmp
*kernekビルド [#k0ff4ffc]
~<Kernel Dir>/patches/defconfigのバージョンを変更
./build_kernel.sh
二回目以降はこれ?
./tools/rebuild.sh
*Kernelインストール [#m282ffa3]
~<Kernel Dir>/system.sh内の"MMC="にコメント参照してインス...
その後以下のコマンドを実行
cd <Kernel Dir>
./tools/install_kernel.sh
終了行:
[[Linux Programming Tips]]
#contents
*起動時の注意! [#ebb712eb]
-HDMI→VGA変換する場合電力が足りないので外部供給できる物を...
*Ubuntuインストール [#vfae9c02]
以下のURL[[BeagleBoardUbuntu:https://elinux.org/BeagleBoa...
参照の通りimgファイルをダウンロード(eMMC用とマイクロSD用...
マイクロSDカードに展開
Linux ddコマンド、Windows・MACはimg Writerツール使用。
*Ubuntuインストール後の設定 [#nd172474]
+展開したimgが2GB用パーティションになっているので最大サイ...
以下のURL[[BeagleBoardUbuntu:https://elinux.org/BeagleBoa...
参照の通り~
cd /opt/scripts/tools
git pull
sudo ./grow_partition.sh
sudo reboot
を実行。~
~
+Xorgドライバーをインストール(GUIubuntu-desktopを使用する...
以下のURL[[BeagleBoardUbuntu:https://elinux.org/BeagleBoa...
参照の通り~
cd /opt/scripts/tools/
git pull
cd /opt/scripts/tools/graphics/
./ti-tilcdc.sh
を実行。(これを実行しないと後述のdesktop環境を入れても動...
~
+Ubuntu Desktopをインストール
以下のURL[[Beagleboard:Desktops On Ubuntu/Debian:https://...
参照の通り~
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install ubuntu-desktop
オプションとして以下があるlubuntu-desktop軽くてがよさそ...
xubuntu-desktop
kubuntu-desktop
lubuntu-desktop
を実行。
*kernekソースコードの入手 [#rcf6e4ff]
GitHubから入手
mkdir BeagleBooneBlack
git clone https://github.com/RobertCNelson/ti-linux-kern...
cd ti-linux-kernel-dev/
git checkout origin/ti-linux-4.14.y -b tmp
*kernekビルド [#k0ff4ffc]
~<Kernel Dir>/patches/defconfigのバージョンを変更
./build_kernel.sh
二回目以降はこれ?
./tools/rebuild.sh
*Kernelインストール [#m282ffa3]
~<Kernel Dir>/system.sh内の"MMC="にコメント参照してインス...
その後以下のコマンドを実行
cd <Kernel Dir>
./tools/install_kernel.sh
ページ名: