On 11/30/2013 12:02 PM, David Lewin wrote: > maybe a workaround ? > in the 1st (fat) partition : no uImage is present, while am335x-bone.dtb is > here. > > So I've copied > yocto/poky/build/tmp/deploy/images/beaglebone/uImage to the the boot > partition and then got:
You don't have your boot loader and kernel installed/configured properly. You'll need to sort out getting the system booted in order to get your kernel running. There are a lot of working examples available for you to use as a basis, or refer to the uBoot code and documentation if you're building from scratch. But copying uImage (ie: the Linux kernel) from a yocto build probably isn't what you want to do if you're still trying to run a Xenomai kernel. -- Charles Steinkuehler [email protected] -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
