[Buildroot] [git commit] raspberrypi: tweak readme

Peter Korsgaard peter at korsgaard.com
Wed Jan 15 10:10:24 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=fae5ac30f0e527c67fc52244b9af909630f3a992
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Make the readme.txt for the raspberrypi board less misleading regarding the
kernel image file name.

Signed-off-by: Simon Dawson <spdawson at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 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 2052e2b..8532de4 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


More information about the buildroot mailing list