From 4e4aff223ba2f0582a0d644fa3bbe0e3fae710ca Mon Sep 17 00:00:00 2001 From: Takumi Sueda Date: Mon, 1 Feb 2021 00:08:25 +0900 Subject: [PATCH] =?UTF-8?q?=E8=AA=A4=E5=AD=97=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- U‐Boot>ビルド>buildbrain.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/U‐Boot>ビルド>buildbrain.md b/U‐Boot>ビルド>buildbrain.md index e99b057..e77b636 100644 --- a/U‐Boot>ビルド>buildbrain.md +++ b/U‐Boot>ビルド>buildbrain.md @@ -34,11 +34,11 @@ Gitリポジトリをクローンして、必要なファイルをダウンロ # U-Bootのビルドとnk.binの作成 1. `cd buildbrain`で`buildbrain`ディレクトリに入ります。 -2. `make udefconfig-sh*`を実行して、`.config`ファイルを作成します。 -例)PW-SH1のとき:`make udefconfig-sh1` - PW-Sx5のとき:`make udefconfig-sh5` +2. `make udefconfig-sh*`を実行して、`.config`ファイルを作成します。 +例)PW-Sx1のとき:`make udefconfig-sh1` + PW-Sx5のとき:`make udefconfig-sh5` -3. `make ubuild`を実行して。`u-boot.sb`を生成します。 +3. `make ubuild`を実行して`u-boot.sb`を生成します。 4. `make nkbin_maker`を実行します。