mirror of
https://github.com/brain-hackers/README
synced 2024-12-22 12:10:04 +09:00
Updated Linux>ビルド (markdown)
parent
87602ac7ba
commit
d797bafb0e
4
Home.md
4
Home.md
@ -4,10 +4,10 @@
|
||||
|
||||
- [Wikiの編集方法](Wiki%E3%81%AE%E7%B7%A8%E9%9B%86%E6%96%B9%E6%B3%95)
|
||||
# Linux
|
||||
- [ビルド](Linux%EF%BC%9E%E3%83%93%E3%83%AB%E3%83%89)
|
||||
- [ビルド](Linux%EF%BC%9E%E3%83%93%E3%83%AB%E3%83%89)
|
||||
# U‐Boot
|
||||
- [起動 (EBOOT)](U%E2%80%90Boot%EF%BC%9E%E8%B5%B7%E5%8B%95-%28EBOOT%29)
|
||||
- [起動 (USB Recovery)](U%E2%80%90Boot%EF%BC%9E%E8%B5%B7%E5%8B%95-%28USB-Recovery%29)
|
||||
### ビルド
|
||||
### ビルド
|
||||
- [buildbrain](U%E2%80%90Boot%EF%BC%9E%E3%83%93%E3%83%AB%E3%83%89%EF%BC%9Ebuildbrain)
|
||||
- [手動](U%E2%80%90Boot%EF%BC%9E%E3%83%93%E3%83%AB%E3%83%89%EF%BC%9E%E6%89%8B%E5%8B%95)
|
||||
|
33
Linux>ビルド.md
33
Linux>ビルド.md
@ -1 +1,32 @@
|
||||
Under Construction
|
||||
#依存関係のインストール
|
||||
`sudo apt install build-essential bison flex libncurses5-dev gcc-arm-linux-gnueabi`
|
||||
で依存関係をインストールしてください。
|
||||
#gitリポジトリのクローン
|
||||
gitリポジトリをクローン(環境を作る)します。
|
||||
`git clone --recursive git@github.com:puhitaku/buildbrain.git`
|
||||
を実行します。かなり時間がかかるので寝る前などにやっておきましょう。
|
||||
#Linuxのビルド
|
||||
いよいよLinuxのビルドです。まず、`cd buildbrain`でディレクトリを変えてください。
|
||||
1.`make ldefconfig`を実行して、`.config`ファイルを作成します。
|
||||
2.`make lbuild`を実行してLinuxをビルドします。
|
||||
#Debian (buster) のビルド
|
||||
今行ったのはLinuxのカーネルのビルドです。Debianをビルドして、ソフトが動くようにしましょう。
|
||||
1.欲しいパッケージを`./tools/setup_debian.sh`の51行目あたりに追記します。(任意)
|
||||
```diff
|
||||
42 apt install -y dialog sudo \
|
||||
43 libjpeg-dev libfreetype6 libfreetype6-dev zlib1g-dev \
|
||||
44 xserver-xorg xserver-xorg-video-fbdev xserver-xorg-dev xorg-dev x11-apps \
|
||||
45 openbox obconf obmenu \
|
||||
46 weston xwayland \
|
||||
47 bash tmux vim htop \
|
||||
48 midori pcmanfm lxterminal xterm gnome-terminal fonts-noto-cjk \
|
||||
49 dbus udev build-essential flex bison pkg-config autotools-dev libtool autoconf automake \
|
||||
50 python3 python3-dev python3-setuptools python3-wheel python3-pip python3-smbus \
|
||||
51 resolvconf net-tools ssh openssh-client avahi-daemon
|
||||
+ 52 apt install -y fbterm uim-fep uim-mozc
|
||||
```
|
||||
2.バックグラウンドで`make aptcache`を実行します。
|
||||
バックグラウンドでDebianのビルドの間ずっと実行するので、新しいターミナルウィンドウを開きましょう。
|
||||
3.`make debian`を実行します。これも長い時間がかかりますから時間のあるときに行いましょう。
|
||||
|
||||
[SDカードにコピー](https://github.com/brain-hackers/README/wiki/Linux>SDカードにコピー)(現在執筆中)に続く…
|
||||
|
@ -4,10 +4,10 @@
|
||||
|
||||
- [Wikiの編集方法](Wiki%E3%81%AE%E7%B7%A8%E9%9B%86%E6%96%B9%E6%B3%95)
|
||||
# Linux
|
||||
- [ビルド](Linux%EF%BC%9E%E3%83%93%E3%83%AB%E3%83%89)
|
||||
- [ビルド](Linux%EF%BC%9E%E3%83%93%E3%83%AB%E3%83%89)
|
||||
# U‐Boot
|
||||
- [起動 (EBOOT)](U%E2%80%90Boot%EF%BC%9E%E8%B5%B7%E5%8B%95-%28EBOOT%29)
|
||||
- [起動 (USB Recovery)](U%E2%80%90Boot%EF%BC%9E%E8%B5%B7%E5%8B%95-%28USB-Recovery%29)
|
||||
### ビルド
|
||||
### ビルド
|
||||
- [buildbrain](U%E2%80%90Boot%EF%BC%9E%E3%83%93%E3%83%AB%E3%83%89%EF%BC%9Ebuildbrain)
|
||||
- [手動](U%E2%80%90Boot%EF%BC%9E%E3%83%93%E3%83%AB%E3%83%89%EF%BC%9E%E6%89%8B%E5%8B%95)
|
||||
|
Loading…
Reference in New Issue
Block a user