diff options
| author | Marek Vasut <[email protected]> | 2012-03-14 21:52:45 +0000 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2012-03-30 22:58:55 +0200 |
| commit | 44f074c771c4b70d250b0d7ed2f7513488c678bb (patch) | |
| tree | a221e090d7b40f9a35bb35ced1eecd27b512063e /README | |
| parent | 1102d8d72afab0151123812dd227d2c2b6291cb3 (diff) | |
BOOT: Add "bootz" command to boot Linux zImage on ARM
This command boots Linux zImage from where the zImage is loaded to. Passing
initrd and fdt is supported.
Tested on i.MX28 based DENX M28EVK
Tested on PXA270 based Voipac PXA270.
NOTE: This currently only supports ARM, but other architectures can be easily
added by defining bootz_setup().
Signed-off-by: Marek Vasut <[email protected]>
Cc: Tom Warren <[email protected]>
Cc: [email protected]
Cc: [email protected],
Cc: Simon Glass <[email protected]>,
Cc: Stephen Warren <[email protected]>
Cc: Nicolas Pitre <[email protected]>
Cc: Wolfgang Denk <[email protected]>
Cc: Detlev Zundel <[email protected]>
Diffstat (limited to 'README')
| -rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -3609,6 +3609,7 @@ go - start application at address 'addr' run - run commands in an environment variable bootm - boot application image from memory bootp - boot image via network using BootP/TFTP protocol +bootz - boot zImage from memory tftpboot- boot image via network using TFTP protocol and env variables "ipaddr" and "serverip" (and eventually "gatewayip") @@ -4429,6 +4430,13 @@ U-Boot supports the following image types: useful when you configure U-Boot to use a real shell (hush) as command interpreter. +Booting the Linux zImage: +------------------------- + +On some platforms, it's possible to boot Linux zImage. This is done +using the "bootz" command. The syntax of "bootz" command is the same +as the syntax of "bootm" command. + Standalone HOWTO: ================= |
