[FE training-materials-updates] lab-data/sysdev/buildroot: help working without the symlink

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu Oct 4 18:30:34 CEST 2012


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=4f613a0eaf627c4ec77da21bbb5762360e6db93f

>---------------------------------------------------------------

commit 4f613a0eaf627c4ec77da21bbb5762360e6db93f
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Thu Oct 4 18:30:49 2012 +0200

    lab-data/sysdev/buildroot: help working without the symlink
    
    Hint the user that (s)he should fixup the run_qemu script with the
    right qemu version.
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


>---------------------------------------------------------------

4f613a0eaf627c4ec77da21bbb5762360e6db93f
 lab-data/sysdev/buildroot/run_qemu |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lab-data/sysdev/buildroot/run_qemu b/lab-data/sysdev/buildroot/run_qemu
index d0eeb21..3ce9b3d 100755
--- a/lab-data/sysdev/buildroot/run_qemu
+++ b/lab-data/sysdev/buildroot/run_qemu
@@ -1,2 +1,2 @@
 #!/bin/sh
-qemu-system-arm -m 32 -M versatilepb -hda output/images/rootfs.ext2 -kernel data/zImage -append "root=/dev/sda rw"
+qemu-system-arm -m 32 -M versatilepb -hda buildroot-XXXX.YY/output/images/rootfs.ext2 -kernel data/zImage -append "root=/dev/sda rw"



More information about the training-materials-updates mailing list