Add missing instruction step to make nkbin-maker

This commit is contained in:
Yusuke Nakamura 2021-03-09 22:01:53 +09:00
parent 3b26348a09
commit d455d582b8
1 changed files with 3 additions and 1 deletions

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