diff options
author | Simon Dawson <spdawson@gmail.com> | 2014-01-15 09:19:22 +0000 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-01-15 11:10:24 +0100 |
commit | fae5ac30f0e527c67fc52244b9af909630f3a992 (patch) | |
tree | abdb4da24faddb22cabce3f084d58dcf9f89765a | |
parent | e532033bff523b8175b31d60acb79910a7e507fd (diff) | |
download | buildroot-fae5ac30f0e527c67fc52244b9af909630f3a992.tar.gz buildroot-fae5ac30f0e527c67fc52244b9af909630f3a992.zip |
raspberrypi: tweak readme
Make the readme.txt for the raspberrypi board less misleading regarding the
kernel image file name.
Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | board/raspberrypi/readme.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/board/raspberrypi/readme.txt b/board/raspberrypi/readme.txt index 2052e2b9e3..8532de4eb8 100644 --- a/board/raspberrypi/readme.txt +++ b/board/raspberrypi/readme.txt @@ -100,10 +100,9 @@ files: For example: $ cp output/images/rpi-firmware/* /mnt/mountpointboot - $ cp output/images/zImage /mnt/mountpointboot/zImage.img + $ cp output/images/zImage /mnt/mountpointboot -Note: The default name is kernel.img. -Actually, the name is zImage and it's define in the file config.txt like: +Note: The kernel image file name is defined in config.txt like this: kernel=zImage If you use a volatile rootfs, Skip to "Finish", below. For a persistent |