Hi,
I think the manual can use some minor edits. Please see:
And copied here:
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I think the manual can use some minor edits. Please see:
And copied here:
Hi Norman,
I think it's just that it isn't selected as a default target. "make help" does not list it as "* uImage".
If I "make uImage" it builds the image just fine.
Best,
Ken
I misunderstood. The instructions should have said.
4. Initiate the build
$ make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm uImage
On successful completion, file uImage will be created in the sub-directory arch/arm/boot. Copy this file to the root directory of your TFTP server.
The uImage target is an add-on just for embedded systems with u-boot. Maybe the mainline Linux guys don't want to force everybody to build uImage. The TI patched kernel partly does. I don't know if there are any TI platforms that don't use u-boot. In the far off past, I think uImage had manually built outside the kernel make.