All of lore.kernel.org
 help / color / mirror / Atom feed
* Booting Beagle over NFS
@ 2012-02-06 11:34 Jack Mitchell
  0 siblings, 0 replies; only message in thread
From: Jack Mitchell @ 2012-02-06 11:34 UTC (permalink / raw)
  To: yocto@yoctoproject.org

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.



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-02-06 11:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-06 11:34 Booting Beagle over NFS Jack Mitchell

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.