Re: [beagleboard] RobertCNelson Tree

2014-07-26 Thread Douglas Jerome
On 07/26/14 11:26, William Hermans wrote: /It's not weak, It's empty. But, my focus was using a easier/ /cross-compiler rather than building my own./ /I will get crosstool-ng when I have more time to test before I publish./ You have a problem with the Linaro toolchain ? That is

Re: [beagleboard] RobertCNelson Tree

2014-07-26 Thread Douglas Jerome
On 07/26/14 15:10, Lucas Tanure wrote: Jerome, Sorry I didn't understand what you want, or complain about that page. Feel free to edit and add what you think is important. I can only write about things I know, and understand. That tip about Linaro toolchain was very good thanks, I will take a

Re: [beagleboard] minimal kernel v3.8

2014-07-21 Thread Douglas Jerome
Hi, I know I'm some days late with this but you can also take a look at ttylinux kernel for beaglebone. The kernel is small but larger than his; it is in the ttylinux-beagle_bone-2014.10.tar.bz2 file: http://ttylinux.net/dloadBBN.html On 07/18/14 07:26, Maxim Podbereznyy wrote: Thank you

[beagleboard] Bug in github.com/beagleboard/kernel/tree/3.8

2014-04-06 Thread Douglas Jerome
Robert, are you (one of the folks) maintaining the github repo for BeagleBone kernel patches? If not, who do I send this too? This patch in the 3.8 branch doesn't seem to work; it just makes a bug or two:

[beagleboard] BeagleBone CT-NG Tool Chain

2014-03-30 Thread Douglas Jerome
Hello, I am trying to build a cross tool chain for the BeagleBone (white), rev A3. The problem I have is the kernel header files; the kernel is from https://github.com/beagleboard/kernel/tree/3.8 and no kernel later than the 2013-03-22 from that tree can properly export its header files. Is

Re: [beagleboard] Re: Kernel panic - not syncing: No init found. Try passing init= option to kernel.

2014-03-21 Thread Douglas Jerome
On 03/19/14 23:53, siva kumar wrote: hai, yes u r right , i try to mount my file system using nfs, i also cross checked my rootfs that shows that /bin/bash file not available .. i dont know how that was missed ..!!! when i look out my targetNFS directory (which is my actual nfs mount folder)

Re: [beagleboard] Re: Kernel panic - not syncing: No init found. Try passing init= option to kernel.

2014-03-17 Thread Douglas Jerome
Control yourself. Stop doing random things. Put the directories back into the file system. Change to using init=/bin/bash and see if you get a shell prompt when you boot. On 03/17/14 06:05, siva kumar wrote: hai, i tried to debug the boot process.. i went with some ideas to find the why such

Re: [beagleboard] Re: Kernel panic - not syncing: No init found. Try passing init= option to kernel.

2014-03-14 Thread Douglas Jerome
I build linux Linux systems that run on their inital RAM disk and I can NFS boot them, so I don't think the kernel haveing initrd capability does anything wrong. Maybe I missed something in the thread, but why are you using /lib/modules/3.8.13/init ?? When I see this Kernel panic - not