Merge pull request #5 from brain-hackers/update

U-Boot を最新にアップデートしてREADME追記
This commit is contained in:
Takumi Sueda
2020-11-01 22:47:25 +09:00
committed by GitHub
3 changed files with 9 additions and 2 deletions

View File

@@ -27,6 +27,10 @@ watch:
udefconfig: udefconfig:
make -C ./u-boot-brain pwsh1_defconfig make -C ./u-boot-brain pwsh1_defconfig
.PHONY:
udefconfig-%:
make -C ./u-boot-brain pw$*_defconfig
.PHONY: .PHONY:
usavedefconfig: usavedefconfig:
make -C ./u-boot-brain savedefconfig make -C ./u-boot-brain savedefconfig

View File

@@ -44,7 +44,10 @@ Getting Started
Build and inject U-Boot Build and inject U-Boot
----------------------- -----------------------
1. Run `make udefconfig` to generate `.config`. 1. Run `make udefconfig-sh*` to generate `.config`.
- For Sx1: `make udefconfig-sh1`
- For Sx6: `make udefconfig-sh6`
2. Run `make ubuild` to build whole repository and generate `u-boot.sb`. 2. Run `make ubuild` to build whole repository and generate `u-boot.sb`.