Re: [beagleboard] Re: Unexpected Reboots on BBB Debian with 3.2 Kernel

2014-01-19 Thread Ali J. Ghandour
Hi Mahammad, I am currently using my 3.2 kernel with Debian but it is showing errors to boot with Ubuntu rootfs. Can you please share with me the kernel you are using? Regards, Ali J. Ghandour www.alighandour.org “Intellectual growth should commence at birth and cease only at death.” On 12

Re: [beagleboard] Re: Unexpected Reboots on BBB Debian with 3.2 Kernel

2014-01-19 Thread Mahammad Mostafa
Hi Ali.. My kernel is a modified version of kernel 3.2 with ubuntu.. (TI psp kernel). What do you want to know about it? What is your target? Best Regards Mahammad On Sun, Jan 19, 2014 at 4:42 PM, Ali J. Ghandour aj...@aub.edu.lb wrote: Hi Mahammad, I am currently using my 3.2 kernel

Re: [beagleboard] Re: Unexpected Reboots on BBB Debian with 3.2 Kernel

2014-01-19 Thread Ali
Hi Mahammad, I tried to boot TI 3.2 kernel with Ubuntu rootfs but it failed. I am wondering if you can share the kernel you used. Is it available somewhere online? Thanks :) Ali On Sunday, January 19, 2014 6:06:22 PM UTC+2, Mahammad Mostafa wrote: Hi Ali.. My kernel is a modified version

Re: [beagleboard] Re: Unexpected Reboots on BBB Debian with 3.2 Kernel

2014-01-19 Thread Ali J. Ghandour
Mahammad -- Date: Sun, 19 Jan 2014 08:10:49 -0800 From: ghandour@gmail.com To: beagleboard@googlegroups.com CC: whilet...@hotmail.com Subject: Re: [beagleboard] Re: Unexpected Reboots on BBB Debian with 3.2 Kernel Hi Mahammad, I tried to boot TI 3.2 kernel

Re: [beagleboard] Re: Unexpected Reboots on BBB Debian with 3.2 Kernel

2014-01-12 Thread Mahammad Mostafa
Hi Ali.. No, none of the kernel 3.2.0 based images will be able to see the eMMC. But, lateron I was able to support it with that old kernel by a patch I found online was originally made for Android JB. Supporting the eMMC is easy; not more than 10 lines. You can even extract it from new versions

Re: [beagleboard] Re: Unexpected Reboots on BBB Debian with 3.2 Kernel

2014-01-11 Thread Ali J. Ghandour
Hi Mahammad, If you try ls -lt /dev/, can you find *mmcblk1?* Regards, Ali J. Ghandour www.alighandour.org “Intellectual growth should commence at birth and cease only at death.” On 8 January 2014 10:42, Mahammad Mostafa whilet...@hotmail.com wrote: Hi Ali.. I was using ubuntu 12.10:

Re: [beagleboard] Re: Unexpected Reboots on BBB Debian with 3.2 Kernel

2014-01-08 Thread Mahammad Mostafa
Hi Ali.. I was using ubuntu 12.10: ubuntu-12.10-console-armhf-2013-04-26 Kernel is 3.2.0 that comes with chipsee capacitive 7lcd. It is based on the TI sdk with a few changes to support the LCD on BBB. Best Regards Mahammad On Wed, Jan 8, 2014 at 8:38 AM, Ali ghandour@gmail.com wrote:

Re: [beagleboard] Re: Unexpected Reboots on BBB Debian with 3.2 Kernel

2014-01-07 Thread Mahammad
Hi There... Did anyone succeed running 3.2 from the epron on BBB? I managed to run ubuntu with 3.2 on BBB but from sdcard only.. it cant see the eeprom.. not even as a storage. Any idea how to support it? I feel it could be a backport effort to the eprom driver... any help will be

Re: [beagleboard] Re: Unexpected Reboots on BBB Debian with 3.2 Kernel

2014-01-07 Thread Ali
Hi Mahammad, Which 3.2 kernel you are using? And what version of Ubuntu? On Tuesday, January 7, 2014 10:00:23 PM UTC+2, Mahammad wrote: Hi There... Did anyone succeed running 3.2 from the eMMC on BBB? I managed to run ubuntu with 3.2 on BBB but from sdcard only.. it can't see the eMMC..

Re: [beagleboard] Re: Unexpected Reboots on BBB Debian with 3.2 Kernel

2013-12-12 Thread Ali
Thanks Robert and Maxim. I started again with a fresh git clone and was able to compile a new 3.2 kernel. When I tried booting the compiled kernel on a BBB, it hits the following error related to EEProm Configuration Option variable: . No daughter card found [

Re: [beagleboard] Re: Unexpected Reboots on BBB Debian with 3.2 Kernel

2013-12-12 Thread Robert Nelson
On Thu, Dec 12, 2013 at 12:24 PM, Ali ghandour@gmail.com wrote: Thanks Robert and Maxim. I started again with a fresh git clone and was able to compile a new 3.2 kernel. When I tried booting the compiled kernel on a BBB, it hits the following error related to EEProm Configuration Option

Re: [beagleboard] Re: Unexpected Reboots on BBB Debian with 3.2 Kernel

2013-12-12 Thread Ali
I have noticed that your are not supporting 3.2 kernel. But Maxim mentioned that he was able to run your 3.2 kernel on the BBB. That's why I was asking Maxim to provide me with the patched 3.2 kernel that he was able to run on the BBB. On Thursday, December 12, 2013 8:26:51 PM UTC+2,

Re: [beagleboard] Re: Unexpected Reboots on BBB Debian with 3.2 Kernel

2013-12-11 Thread Ali
Dear Maxim, I have a Debain rootfs from RCN. However, while trying to build the 3.2 kernel from RCN databse, it gaves lot of merge conflicts for the patches. Can you provide me with access to the patched 3.2 kernel for the BBB? Thanks in advance! On Monday, December 9, 2013 3:51:07 PM UTC+2,

Re: [beagleboard] Re: Unexpected Reboots on BBB Debian with 3.2 Kernel

2013-12-11 Thread Robert Nelson
On Wed, Dec 11, 2013 at 1:08 PM, Ali ghandour@gmail.com wrote: Dear Maxim, I have a Debain rootfs from RCN. However, while trying to build the 3.2 kernel from RCN databse, it gaves lot of merge conflicts for the patches. Really? What did you change? It builds cleanly as setup in git:

Re: [beagleboard] Re: Unexpected Reboots on BBB Debian with 3.2 Kernel

2013-12-11 Thread Maxim Podbereznyy
To confirm what Robert says: git clone git://github.com/RobertCNelson/linux-dev.git cd linux-dev/ git checkout origin/am33x-v3.2 -b tmp ./build_kernel.sh 2013/12/11 Robert Nelson robertcnel...@gmail.com On Wed, Dec 11, 2013 at 1:08 PM, Ali ghandour@gmail.com wrote: Dear Maxim, I

Re: [beagleboard] Re: Unexpected Reboots on BBB Debian with 3.2 Kernel

2013-12-10 Thread Robert Nelson
On Tue, Dec 10, 2013 at 1:24 AM, benedict290...@gmail.com wrote: I didn't say it wouldn't work. I expect most of the user land stuff to be fine. I did try to get a later version of udev working on the 3.2 kernel image supplied from TI with not much luck, but that is another problem. The

Re: [beagleboard] Re: Unexpected Reboots on BBB Debian with 3.2 Kernel

2013-12-10 Thread Maxim Podbereznyy
Both kernels from TI and RCN lead to reboots at BBB. It was very well discussed here and there are a number of solution that you can use to avoid reboots: 1) use 3.x kernel (usb otg is not supported) 2) ground USB vbus line 3) connect vbat, bat_sense and bat_ts together and leave floating 10 дек.

[beagleboard] Re: Unexpected Reboots on BBB Debian with 3.2 Kernel

2013-12-09 Thread Ali
Hello, I am trying to go through the same process and bolt the 3.2 kernel into a Debian or Ubuntu root file system. I got some problems so far regarding the partition type. Can you please show me the steps you used to get this work? Thanks in advance :) On Wednesday, October 30, 2013 8:09:57

[beagleboard] Re: Unexpected Reboots on BBB Debian with 3.2 Kernel

2013-12-09 Thread benedict290565
Hi, You may want to have a read here RoberCNelsonhttp://eewiki.net/display/linuxonarm/BeagleBone+Black , also here linux-dev http://buildroot.uclibc.org/ for a git repository covering many kernel branches (probably mentioned in the first link) I am not sure if you can just take a Debian root