Merge pull request #13 from unasuke/fix_getting_started

Add missing instruction step to make nkbin-maker
This commit is contained in:
Takumi Sueda
2021-03-09 22:11:49 +09:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@ env
debian
cache/*
!cache/.gitkeep
nk.bin

View File

@@ -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`.