mirror of
https://github.com/brain-hackers/README
synced 2025-08-08 11:44:12 +09:00
Revert "スペース除去"
This reverts commit 46a9299398600bb5fb6e91004b651b9ad07a079f.
parent
a2379439c2
commit
389ddba5cc
@ -18,7 +18,7 @@
|
|||||||
本項では上記のいずれかを使用していることを前提で記述します。
|
本項では上記のいずれかを使用していることを前提で記述します。
|
||||||
|
|
||||||
# 環境の構築
|
# 環境の構築
|
||||||
[Linux>ビルド](https://github.com/brain-hackers/README/wiki/Linux%EF%BC%9E%E3%83%93%E3%83%AB%E3%83%89)の頁でされた場合は飛ばしてください。
|
[Linux>ビルド](https://github.com/brain-hackers/README/wiki/Linux%EF%BC%9E%E3%83%93%E3%83%AB%E3%83%89)の頁でされた場合は飛ばしてください。
|
||||||
|
|
||||||
## 依存関係のインストール
|
## 依存関係のインストール
|
||||||
`sudo apt install build-essential bison flex libncurses5-dev gcc-arm-linux-gnueabi debootstrap qemu-user-static`
|
`sudo apt install build-essential bison flex libncurses5-dev gcc-arm-linux-gnueabi debootstrap qemu-user-static`
|
||||||
@ -26,13 +26,13 @@
|
|||||||
で依存関係をインストールしてください。
|
で依存関係をインストールしてください。
|
||||||
|
|
||||||
## Gitリポジトリのクローン
|
## Gitリポジトリのクローン
|
||||||
Gitリポジトリをクローンして、必要なファイルをダウンロードします。
|
Gitリポジトリをクローンして、必要なファイルをダウンロードします。
|
||||||
`git clone --recursive https://github.com/brain-hackers/buildbrain.git`
|
`git clone --recursive https://github.com/brain-hackers/buildbrain.git`
|
||||||
|
|
||||||
を実行します。かなり時間がかかるので寝る前などにやっておきましょう。
|
を実行します。かなり時間がかかるので寝る前などにやっておきましょう。
|
||||||
|
|
||||||
# U-Bootのビルドとnk.binの作成
|
# U-Bootのビルドとnk.binの作成
|
||||||
1. `cd buildbrain`で`buildbrain`ディレクトリに入ります。
|
1. `cd buildbrain`で`buildbrain`ディレクトリに入ります。
|
||||||
|
|
||||||
2. `make udefconfig-sh*`を実行して、`.config`ファイルを作成します。
|
2. `make udefconfig-sh*`を実行して、`.config`ファイルを作成します。
|
||||||
例)PW-Sx1のとき:`make udefconfig-sh1`
|
例)PW-Sx1のとき:`make udefconfig-sh1`
|
||||||
@ -40,8 +40,8 @@ Gitリポジトリをクローンして、必要なファイルをダウンロ
|
|||||||
|
|
||||||
3. `make ubuild`を実行して`u-boot.sb`を生成します。
|
3. `make ubuild`を実行して`u-boot.sb`を生成します。
|
||||||
|
|
||||||
4. `make nkbin-maker`を実行します。
|
4. `make nkbin_maker`を実行します。
|
||||||
|
|
||||||
5. `make nk.bin`を実行します。
|
5. `make nk.bin`を実行します。
|
||||||
|
|
||||||
[Linux>ビルド](https://github.com/brain-hackers/README/wiki/Linux%EF%BC%9E%E3%83%93%E3%83%AB%E3%83%89)に続く…
|
[Linux>ビルド](https://github.com/brain-hackers/README/wiki/Linux%EF%BC%9E%E3%83%93%E3%83%AB%E3%83%89)に続く…
|
||||||
|
Loading…
x
Reference in New Issue
Block a user