[linux-yocto] [daisy] beaglebone large kernel images do not boot

2014-07-11 Thread Peter A. Bigot
I've just returned to Yocto development, and am using Ubunto 12.04 64-bit with commit 8e05d5e at the head of poky's daisy branch, building for core-image-base for MACHINE=beaglebone, testing on a Beaglebone Black rev A5C. The resulting image failed to boot, hanging after printing Starting kernel

Re: [linux-yocto] [daisy] beaglebone large kernel images do not boot

2014-07-11 Thread Bruce Ashfield
On 14-07-11 09:00 AM, Peter A. Bigot wrote: I've just returned to Yocto development, and am using Ubunto 12.04 64-bit with commit 8e05d5e at the head of poky's daisy branch, building for core-image-base for MACHINE=beaglebone, testing on a Beaglebone Black rev A5C. The resulting image failed to

Re: [linux-yocto] [daisy] beaglebone large kernel images do not boot

2014-07-11 Thread Peter A. Bigot
On 07/11/2014 08:48 AM, Bruce Ashfield wrote: On 14-07-11 09:00 AM, Peter A. Bigot wrote: When I replace /boot/uImage on the SD card with the ones corresponding to built Image files with size 11223252 (0xab40d4) or smaller, the boot succeeds as shown below. With uImage corresponding to Image

Re: [linux-yocto] [PATCH 16/17] kernel/smp: Allow smp_call_function_single() to be called with a function that doesn't return.

2014-07-11 Thread Bruce Ashfield
On 14-07-09 01:26 PM, Charlie Paul wrote: From: John Jacques john.jacq...@lsi.com When we do a reset (core, not chip or system), the core that is doing the reset has to tell all the other cores to reset. To do this, we call smp_call_function_single(). In this case the function specified in