mirror of
https://github.com/brain-hackers/buildbrain
synced 2024-12-23 04:30:12 +09:00
Merge pull request #13 from unasuke/fix_getting_started
Add missing instruction step to make nkbin-maker
This commit is contained in:
commit
52cb032a89
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ env
|
|||||||
debian
|
debian
|
||||||
cache/*
|
cache/*
|
||||||
!cache/.gitkeep
|
!cache/.gitkeep
|
||||||
|
nk.bin
|
||||||
|
@ -63,7 +63,9 @@ Build and make NK.bin
|
|||||||
|
|
||||||
2. Run `make ubuild` to build whole repository and generate `u-boot.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`.
|
- nkbin_maker packs `u-boot.bin` into `nk.bin`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user