
5 Nov
2014
5 Nov
'14
8:16 a.m.
Hi Timo,
On Tue, 4 Nov 2014 12:56:50 +0200 Timo Ketola timo@exertus.fi wrote:
diff --git a/doc/README.kwbimage b/doc/README.kwbimage index 13f6f92..8c02298 100644 --- a/doc/README.kwbimage +++ b/doc/README.kwbimage @@ -30,10 +30,10 @@ kwbimage support available with mkimage utility will generate kirkwood boot image that can be flashed on the board NAND/SPI flash. The make target which uses mkimage to produce such an image is "u-boot.kwb". For example:
- export BUILD_DIR=/tmp/build
- export KBUILD_OUTPUT=/tmp/build
Correct.
make distclean make yourboard_config
- make $BUILD_DIR/u-boot.kwb
- make $KBUILD_OUTPUT/u-boot.kwb
Should be make yourboard_defconfig make u-boot.kwb
Best Regards Masahiro Yamada