mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Top level make will now generate a U-Boot uImage file
This commit is contained in:
@@ -501,7 +501,9 @@ Load NuttX with U-Boot on AT91 boards
|
|||||||
image with header information, CRC32 checksum, etc.
|
image with header information, CRC32 checksum, etc.
|
||||||
|
|
||||||
mkimage comes in source code with U-Boot distribution and it is built
|
mkimage comes in source code with U-Boot distribution and it is built
|
||||||
during U-Boot compilation (u-boot-source-dir/tools/mkimage).
|
during U-Boot compilation (u-boot-source-dir/tools/mkimage). There
|
||||||
|
are also sites where you can download pre-built mkimage binaries. For
|
||||||
|
example: http://www.trimslice.com/wiki/index.php/U-Boot_images
|
||||||
|
|
||||||
See the U-Boot README file for more information. More information is
|
See the U-Boot README file for more information. More information is
|
||||||
also available in the mkimage man page (for example,
|
also available in the mkimage man page (for example,
|
||||||
@@ -524,6 +526,8 @@ Load NuttX with U-Boot on AT91 boards
|
|||||||
-n nuttx: Set image name.
|
-n nuttx: Set image name.
|
||||||
-d nuttx.bin: Use image data from nuttx.bin.
|
-d nuttx.bin: Use image data from nuttx.bin.
|
||||||
|
|
||||||
|
This will generate a binary called uImage.
|
||||||
|
|
||||||
Loading through network
|
Loading through network
|
||||||
|
|
||||||
On a development system, it is useful to get the kernel and root file
|
On a development system, it is useful to get the kernel and root file
|
||||||
|
|||||||
@@ -622,7 +622,9 @@ Load NuttX with U-Boot on AT91 boards
|
|||||||
image with header information, CRC32 checksum, etc.
|
image with header information, CRC32 checksum, etc.
|
||||||
|
|
||||||
mkimage comes in source code with U-Boot distribution and it is built
|
mkimage comes in source code with U-Boot distribution and it is built
|
||||||
during U-Boot compilation (u-boot-source-dir/tools/mkimage).
|
during U-Boot compilation (u-boot-source-dir/tools/mkimage). There
|
||||||
|
are also sites where you can download pre-built mkimage binaries. For
|
||||||
|
example: http://www.trimslice.com/wiki/index.php/U-Boot_images
|
||||||
|
|
||||||
See the U-Boot README file for more information. More information is
|
See the U-Boot README file for more information. More information is
|
||||||
also available in the mkimage man page (for example,
|
also available in the mkimage man page (for example,
|
||||||
@@ -645,6 +647,8 @@ Load NuttX with U-Boot on AT91 boards
|
|||||||
-n nuttx: Set image name.
|
-n nuttx: Set image name.
|
||||||
-d nuttx.bin: Use image data from nuttx.bin.
|
-d nuttx.bin: Use image data from nuttx.bin.
|
||||||
|
|
||||||
|
This will generate a binary called uImage.
|
||||||
|
|
||||||
Loading through network
|
Loading through network
|
||||||
|
|
||||||
On a development system, it is useful to get the kernel and root file
|
On a development system, it is useful to get the kernel and root file
|
||||||
|
|||||||
Reference in New Issue
Block a user