Re: Booting armmp kernel on Beaglebone Black

2014-05-07 Thread Robert Nelson
On Wed, May 7, 2014 at 4:17 PM, Vagrant Cascadian wrote: > On Mon, Apr 21, 2014 at 09:34:04PM -0400, James Valleroy wrote: >> The 2nd version of this script [2] uses the kernel and dtbs from >> debian's linux-image-armmp package. But I can't get farther than >> "Starting kernel ..." (log is at [3]

Re: Booting armmp kernel on Beaglebone Black

2014-05-07 Thread Vagrant Cascadian
On Mon, Apr 21, 2014 at 09:34:04PM -0400, James Valleroy wrote: > The 2nd version of this script [2] uses the kernel and dtbs from > debian's linux-image-armmp package. But I can't get farther than > "Starting kernel ..." (log is at [3]). I just submitted a patch to the BTS to enable some options

Re: Booting armmp kernel on Beaglebone Black

2014-04-25 Thread Robert Nelson
> > Thanks for the information. I rebuilt the armmp kernel with > CONFIG_TI_EDMA=y, however it is still stuck at "Starting kernel ...". > > I tried both with and without the initramfs. For the attempt with > initramfs, I used a uEnv.txt similar to [1]. The boot log is at [2]. > > [3] has the remain

Re: Booting armmp kernel on Beaglebone Black

2014-04-25 Thread drEagle
On 25/04/2014 12:08, James Valleroy wrote: > On Tue, Apr 22, 2014 at 1:17 PM, Robert Nelson > wrote: > I need to review my full config delta against armmp, but let's start with > mmc: > CONFIG_TI_EDMA needs to be builtin. Why? I don't know anything about this sett

Re: Booting armmp kernel on Beaglebone Black

2014-04-25 Thread James Valleroy
On Tue, Apr 22, 2014 at 1:17 PM, Robert Nelson wrote: >>> I need to review my full config delta against armmp, but let's start with mmc: >>> CONFIG_TI_EDMA needs to be builtin. >>> >>> Why? I don't know anything about this setting, but I note you said "built >>> in", and not "enabl

Re: Booting armmp kernel on Beaglebone Black

2014-04-22 Thread Steve Langasek
On Tue, Apr 22, 2014 at 11:54:16AM -0500, Robert Nelson wrote: > >> I need to review my full config delta against armmp, but let's start with > >> mmc: > >> CONFIG_TI_EDMA needs to be builtin. > > Why? I don't know anything about this setting, but I note you said "built > > in", and not "enabled

Re: Booting armmp kernel on Beaglebone Black

2014-04-22 Thread Robert Nelson
>> >>> I need to review my full config delta against armmp, but let's start with >>> mmc: >> >>> CONFIG_TI_EDMA needs to be builtin. >> >> Why? I don't know anything about this setting, but I note you said "built >> in", and not "enabled", implying that it's a driver. Why should >> kernel+dtb+ini

Re: Booting armmp kernel on Beaglebone Black

2014-04-22 Thread Robert Nelson
On Tue, Apr 22, 2014 at 11:33 AM, Steve Langasek wrote: > On Tue, Apr 22, 2014 at 07:52:25AM -0500, Robert Nelson wrote: >> On Mon, Apr 21, 2014 at 8:34 PM, James Valleroy >> wrote: >> > Not sure if this is the right place to ask, but I am looking for some >> > help in booting the linux-image-arm

Re: Booting armmp kernel on Beaglebone Black

2014-04-22 Thread Steve Langasek
On Tue, Apr 22, 2014 at 07:52:25AM -0500, Robert Nelson wrote: > On Mon, Apr 21, 2014 at 8:34 PM, James Valleroy > wrote: > > Not sure if this is the right place to ask, but I am looking for some > > help in booting the linux-image-armmp kernel on the Beaglebone Black. > > I am building an SD card

Re: Booting armmp kernel on Beaglebone Black

2014-04-22 Thread Robert Nelson
On Mon, Apr 21, 2014 at 8:34 PM, James Valleroy wrote: > Hello, > > Not sure if this is the right place to ask, but I am looking for some > help in booting the linux-image-armmp kernel on the Beaglebone Black. > I am building an SD card image using the freedom-maker tool [0], which > is a wrapper

Booting armmp kernel on Beaglebone Black

2014-04-21 Thread James Valleroy
Hello, Not sure if this is the right place to ask, but I am looking for some help in booting the linux-image-armmp kernel on the Beaglebone Black. I am building an SD card image using the freedom-maker tool [0], which is a wrapper around vmdebootstrap. The image has a FAT boot partition and ext4 r