From: Jack Mitchell <ml@communistcode.co.uk>
To: "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Booting Beagle over NFS
Date: Mon, 06 Feb 2012 11:34:14 +0000 [thread overview]
Message-ID: <4F2FBAB6.5050806@communistcode.co.uk> (raw)
Hello everyone,
I am attempting to boot my BeagleBoard over NFS. Now I have followed
some instructions and used my onw knowledge to derive the boot
parameters as shown here:
> setenv bootargs 'console=ttySO2,115200n8 noinitrd rw
> ip=10.0.11.2::255.255.255.0 root=/dev/nfs
> nfsroot=10.0.11.1:/home/jack/yocto/poky-edison/beagleEdison/beagleRootFS,nolock,rsize=1024,wsize=1024,rootdelay=2'
> setenv bootcmd 'mmcinit;fatload mmc 0 80300000 uImage;bootm 80300000'
I am then making an image file as show here:
http://www.yoctoproject.org/download/bsp/texas-instruments-arm-cortex-a8-development-board-beagleboard-0
> mkimage -A arm -O linux -T script -C none -a 0 -e 0 -n "Core Minimal"
> -d ./serial-boot.cmd ./boot.scr
I then proceed to boot my beagle and it just uses the old settings where
it reads the root from the mmc. I have also tried copying the boot
commands to the boot partition with the name uEnv.txt, still to no avail.
Does anyone have any clues why it is not picking up my new boot
configuration?
It would also be useful to turn of quiet booting on the Beagle, does
anyone know how this is done, I cannot see any initialisation of the
kernel over serial.
Best Regards,
Jack.
reply other threads:[~2012-02-06 11:34 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F2FBAB6.5050806@communistcode.co.uk \
--to=ml@communistcode.co.uk \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.