From d455d582b851f2311b842942b9c233c4ec8eee71 Mon Sep 17 00:00:00 2001 From: Yusuke Nakamura Date: Tue, 9 Mar 2021 22:01:53 +0900 Subject: [PATCH 1/2] Add missing instruction step to make nkbin-maker --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e34301f..3add272 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,9 @@ Build and make NK.bin 2. Run `make ubuild` to build whole repository and generate `u-boot.bin`. -3. To make `nk.bin`, run `make nkbin`. +3. Run `make nkbin-maker`. + +4. To make `nk.bin`, run `make nk.bin`. - nkbin_maker packs `u-boot.bin` into `nk.bin`. From 98505fbd1dfdea5326fa1a997637793430c42020 Mon Sep 17 00:00:00 2001 From: Yusuke Nakamura Date: Tue, 9 Mar 2021 22:05:26 +0900 Subject: [PATCH 2/2] Add nk.bin to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9592128..f142aa4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ env debian cache/* !cache/.gitkeep +nk.bin