Re: [beagleboard] Re: chipsee beaglebone lcd/dvi expansion kernel support

2015-03-26 Thread Mahammad Mostafa
Hi Martin, I had it working more than a year ago with the LCD and touch
drivers I extracted from the 2013 DVD.  I cocked a customized image because
there was no debian at that time. I did not check the latest DVD but I know
it got debian and several other flavors. If your DVD dose not have it then
I think chipsee customers support should be able to share it with you I
think. They are very friendly.

Regarding the mkcard scripts.. I doubt the partition is auto mounted. And
device writing apps cant go with mounted partitions.

On Thu, Mar 26, 2015 at 4:23 PM,  wrote:

> Martin,
> Did you get it working? I am interested in loading debian on it just as
> you.  I am new to the linux community and have benging my head against the
> wall for over a week with this.  I partitioned a blank sd card to an
> acceptable beaglebone format, otherwise the sd is automatically labled
> /dev/mmcblkXXX  When I attempt to run the mksdcard.sh and reference the
> appropriately partitioned SD card, the mksdcard script runs, (displays
> warning box) but fails immediately.  If you can assist in any way or send a
> link to your dropbox that would be greatly appreciated!
> -Patrick
>
>
> On Monday, December 8, 2014 at 10:30:23 PM UTC-5, martin elton wrote:
>>
>> Bill,
>> I tried your advice and the .sh file doesn't fun.  I am using Debian and
>> the cpu monitor usage runs at 100% when I do this.  But it fails to write
>> anything to the sd card.  After some back and forth with chipsee customer
>> support, I received a message to update a line from
>> --device) shift; device=$1; shift; ;;
>>  to
>> --device) shift; device=$1p; shift; ;;
>>
>> I am not that familiar with linux as one can tell, but it seems the
>> change just "appends" a p to what ever I type for the device.  I can upload
>> a copy of the zip to dropbox or something if anyone wants to look at it.
>>
>>
>>
>> On Monday, December 8, 2014 10:35:29 AM UTC-5, William Pretty Security
>> wrote:
>>>
>>> Hi;
>>>
>>>
>>>
>>> If I understand you correctly, you need to use either “su” or “sudo” but
>>> not both.
>>>
>>>
>>>
>>> If you enter:
>>>
>>> sudo . /mksdcard.sh /dev/sdX
>>>
>>>
>>>
>>> It will prompt you for a password.
>>>
>>> Just use the password that you used to login.
>>>
>>>
>>>
>>> Bill
>>>
>>>
>>>
>>>
>>>
>>> "No one could make a greater mistake than he who did nothing because he
>>> could do only a little."
>>>
>>> "All that is necessary for the triumph of evil is that good men do
>>> nothing" Edmond Burke *(1729 - 1797)*
>>>
>>> http://www.packtpub.com/building-a-home-security-
>>> system-with-beaglebone/book
>>>
>>>
>>>
>>> *From:* beagl...@googlegroups.com [mailto:beagl...@googlegroups.com]
>>> *Sent:* Sunday, December 07, 2014 4:00 PM
>>> *To:* beagl...@googlegroups.com
>>> *Cc:* xris@googlemail.com
>>> *Subject:* [beagleboard] Re: chipsee beaglebone lcd/dvi expansion
>>> kernel support
>>>
>>>
>>>
>>> Hello all,
>>>
>>> I am new to Beaglebone Black (making the jump from the arduino/chipkit
>>> world) and am having some difficulty with this Chipsee 7" capacitive cape.
>>> I feel I am banging my head against the wall over something simple, but
>>> could some one provide a walk through for just getting started with the
>>> display.  I have the BBB working to an external display via HDMI, but am
>>> not able to get the lcd to work unless I use an existing .img.  I am trying
>>> to use one of Chipsee's provided prebuilt images, but am having trouble.
>>>
>>> Chipsee's directions state to use:
>>> sudo su ./mksdcard.sh /dev/sdX   (X in this instance is a after checking
>>> with fdisk -l)
>>>
>>> But I keep getting either no passwd for ./mksdcard.sh.  If I drop the
>>> sudo su I get permission denied.  Any help would be very much appreciated.
>>>
>>> Thank you
>>>
>>> --
>>> 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 beagleboard...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>> --
>>>
>>> No virus found in this message.
>>> Checked by AVG - www.avg.com
>>> Version: 2015.0.5577 / Virus Database: 4235/8695 - Release Date: 12/07/14
>>>
>>  --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "BeagleBoard" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/beagleboard/Y-rcKPITy0Q/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> beagleboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 s

Re: [beagleboard] Re: chipsee beaglebone lcd/dvi expansion kernel support

2014-12-08 Thread Mahammad Mostafa
Hi Fernando.. the issues looks like typical nodejs modules installations
issues.
Did you install nodejs yourself or it came on the image?
There are a few but major changes regarding how to access the gpios between
the kernel 3.2 and 3.8.. so I recommend you make sure you have the right
nodejs version installed. And also reinstall all the modules by the package
manager.


On Thu, Dec 4, 2014 at 9:54 PM, Fernando Derkoski  wrote:

> Hi there I installed the image that came with the dvd, it works, but I
> cannot access the GPIO with node, with octalbonescript this is the
> error CapeMgr not found: undefined
> /usr/local/lib/node_modules/octalbonescript/index.js:155
> var n = pin.gpio;
>^
> TypeError: Cannot read property 'gpio' of undefined
>
> with bonescript:
>
> /usr/local/lib/node_modules/bonescript/index.js:161
> if(typeof resp.err != 'undefined') {
>   ^
> TypeError: Cannot read property 'err' of undefined
>
> Anyone have a solution?
>
>
> On Tuesday, October 7, 2014 5:31:24 PM UTC-3, Mahammad Mostafa wrote:
>>
>> Hi.. for the debian image.. I think it is already available under recent
>> Chipsee 2014 DVD.. image file name is: BBB_Exp_Debian20140522.img.xz
>>
>> Please check Chipsee customer support for it, they are very friendly.
>>
>>
>>
>>
>> On Tue, Oct 7, 2014 at 9:15 PM,  wrote:
>>
>>> I'm also interested in debian image
>>> giorg...@gmail.com
>>>
>>>
>>> Il giorno domenica 5 ottobre 2014 14:41:44 UTC+2, frs...@yahoo.com ha
>>> scritto:
>>>
>>>> Two questions:
>>>>>
>>>> 1. how do I stop the image from looking for internet? I just want it to
>>>> run on its own and boot up quickly. I don't want to connect to the 
>>>> internet.
>>>> 2. I think chipsee finally has a debian image. Does anyone have a copy?
>>>>
>>>>>
>>>>>
>>>>  --
>>> For more options, visit http://beagleboard.org/discuss
>>> ---
>>> You received this message because you are subscribed to a topic in the
>>> Google Groups "BeagleBoard" group.
>>> To unsubscribe from this topic, visit https://groups.google.com/d/
>>> topic/beagleboard/Y-rcKPITy0Q/unsubscribe.
>>> To unsubscribe from this group and all its topics, send an email to
>>> beagleboard...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>  --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "BeagleBoard" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/beagleboard/Y-rcKPITy0Q/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> beagleboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: chipsee beaglebone lcd/dvi expansion kernel support

2014-10-07 Thread Mahammad Mostafa
Hi.. for the debian image.. I think it is already available under recent
Chipsee 2014 DVD.. image file name is: BBB_Exp_Debian20140522.img.xz

Please check Chipsee customer support for it, they are very friendly.




On Tue, Oct 7, 2014 at 9:15 PM,  wrote:

> I'm also interested in debian image
> giorgio...@gmail.com
>
>
> Il giorno domenica 5 ottobre 2014 14:41:44 UTC+2, frs...@yahoo.com ha
> scritto:
>
>> Two questions:
>>>
>> 1. how do I stop the image from looking for internet? I just want it to
>> run on its own and boot up quickly. I don't want to connect to the internet.
>> 2. I think chipsee finally has a debian image. Does anyone have a copy?
>>
>>>
>>>
>>  --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "BeagleBoard" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/beagleboard/Y-rcKPITy0Q/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> beagleboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Powering BeagleBone Black from Expansion Header

2014-04-04 Thread Mahammad
Hi Gerald.. many thanks for your support.. I revised the the cape design 
again and I found my mistake.. I was connecting power to pin 7 and 8 as 
well.. it seams like those pins should stay without any volts applied 
before the device start and supply them with 5V itself.

Thanks..



On Friday, April 4, 2014 2:34:42 PM UTC+2, Gerald wrote:
>
> Sounds like you are doing something wrong. Those pins connect to the power 
> jack, so it should power the board. What else can you tell me about your 
> setup?
>
>
> Gerald
>
>
> On Fri, Apr 4, 2014 at 7:27 AM, Mahammad  >wrote:
>
>> Hello
>>
>> I am trying to powering up the BBB through the header p9.. but when using 
>> connecting the 5V to pins 5 and 6 it is still not turning on automatically. 
>> I still need to press its power button. So how to make it turn on by just 
>> connecting the power?
>>
>> Best Regards
>>
>>
>>
>> On Wednesday, June 26, 2013 8:52:21 PM UTC+2, Juan C. wrote:
>>>
>>> You can check out this link with all the expansion header pins.
>>> http://circuitco.com/support/index.php?title=Cape_Expansion_Headers
>>>
>>>
>>> On Wednesday, June 26, 2013 1:44:58 PM UTC-5, YT wrote:
>>>>
>>>> Thanks for the quick reply.
>>>>
>>>> My board is revision A5A. Should I be concerned with the SRM Rev A5.3 
>>>> or I should be looking at A5.6 which is referring to Production A5C? 
>>>> Because Table 12 is not the same between the two SRM.
>>>>
>>>> On Wednesday, June 26, 2013 2:38:41 PM UTC-4, Gerald wrote:
>>>>>
>>>>> It  is called P9. 
>>>>> The pins are 5 and 6. 
>>>>> It is in the System Reference Manual.
>>>>> Table 12
>>>>>
>>>>> Gerald
>>>>>
>>>>>
>>>>>
>>>>> On Wed, Jun 26, 2013 at 1:30 PM, YT  wrote:
>>>>>
>>>>>> Hi all,
>>>>>>
>>>>>> I've been reading the reference manual of Beaglebone black, and in 
>>>>>> page 42, it says "The 5VDC rail is connected to the expansion header. It 
>>>>>> is 
>>>>>> possible to power the board via the expansion headers from an add-on 
>>>>>> card." 
>>>>>> Can anyone point out which expansion header the manual is referring to 
>>>>>> and 
>>>>>> where is it? And is there any difference than supplying power from the 
>>>>>> barrel jack (eg. max current allowable)?
>>>>>>
>>>>>> Thanks a lot.
>>>>>>
>>>>>> Regards,
>>>>>> Yeo
>>>>>>
>>>>>> -- 
>>>>>> 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 beagleboard...@googlegroups.com.
>>>>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>>>>  
>>>>>>  
>>>>>>
>>>>>
>>>>>  -- 
>> 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 beagleboard...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Powering BeagleBone Black from Expansion Header

2014-04-04 Thread Mahammad
Hello

I am trying to powering up the BBB through the header p9.. but when using 
connecting the 5V to pins 5 and 6 it is still not turning on automatically. 
I still need to press its power button. So how to make it turn on by just 
connecting the power?

Best Regards



On Wednesday, June 26, 2013 8:52:21 PM UTC+2, Juan C. wrote:
>
> You can check out this link with all the expansion header pins.
> http://circuitco.com/support/index.php?title=Cape_Expansion_Headers
>
> On Wednesday, June 26, 2013 1:44:58 PM UTC-5, YT wrote:
>>
>> Thanks for the quick reply.
>>
>> My board is revision A5A. Should I be concerned with the SRM Rev A5.3 or 
>> I should be looking at A5.6 which is referring to Production A5C? Because 
>> Table 12 is not the same between the two SRM.
>>
>> On Wednesday, June 26, 2013 2:38:41 PM UTC-4, Gerald wrote:
>>>
>>> It  is called P9. 
>>> The pins are 5 and 6. 
>>> It is in the System Reference Manual.
>>> Table 12
>>>
>>> Gerald
>>>
>>>
>>>
>>> On Wed, Jun 26, 2013 at 1:30 PM, YT  wrote:
>>>
 Hi all,

 I've been reading the reference manual of Beaglebone black, and in page 
 42, it says "The 5VDC rail is connected to the expansion header. It is 
 possible to power the board via the expansion headers from an add-on 
 card." 
 Can anyone point out which expansion header the manual is referring to and 
 where is it? And is there any difference than supplying power from the 
 barrel jack (eg. max current allowable)?

 Thanks a lot.

 Regards,
 Yeo

 -- 
 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 beagleboard...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  

>>>
>>>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] USB OTG Host mode with BBB?

2014-02-11 Thread Mahammad
Hi There

I am too trying to make the mini usb port to work as a host. 

I am trying to scan the expansion port signals it seams like none of the 
pins offers direct access to the processor vbus signal. Should I do this 
with some software?

If with software; what time should it work to enable/disable the volt? And 
should it listen to the signal all the time or just during the port 
initialization stage?

Best Regards

Mahammad







On Wednesday, August 21, 2013 4:38:47 AM UTC+2, AndrewTaneGlen wrote:
>
> Understood. Thanks for taking the time to clear that up for me.
>
>
> Andy.
>
> On Wednesday, 21 August 2013 14:36:59 UTC+12, Gerald wrote:
>>
>> Yes, that is what I am saying. I did a design where the 5V was always 
>> there. It din't work. I had to add a power switch like I did on the BBB 
>> design.
>>
>>
>> Gerald
>>
>>
>> On Tue, Aug 20, 2013 at 9:33 PM, AndrewTaneGlen wrote:
>>
>>> Thanks Gerald,
>>>
>>> That was one thing I was not absolutely clear on. The TRM has the 
>>> following passage concerning USB power control:
>>>
>>> "*When any of the USB controllers assumes the role of a host, the USB 
>>> is required to supply a 5V power*
>>> *source to an attached device through its VBUS line. In order to achieve 
>>> this task, the USB controller*
>>> *requires the use of an external power logic (or charge pump) capable of 
>>> sourcing 5V power. A*
>>> *USB_DRVVBUS is used as a control signal to enable/disable this external 
>>> power logic to either source or*
>>> *disable power on the VBUS line. The control on the USB_DRVVBUS is 
>>> automatic and is handled by the*
>>> *USB controller.*" (AM335X TRM, pg. 1697)
>>>
>>> So are you saying, in addition to the above, that the USB port must be 
>>> in control of the VBUS enable - assumedly detecting the voltage as off when 
>>> disabled, and on when enabled, with specific timing requirements around 
>>> these edges - so that there is no way to simply have the 5V there the whole 
>>> time?
>>>
>>> If this is the case I guess there is a chance that I could add some kind 
>>> of gpio control through the expansion header to enable/disable the 5V rail 
>>> as and when required (or I could just modify the board - but I'm trying to 
>>> avoid this and be able to just plug my clean BBB into my horrible looking 
>>> base board...)
>>>
>>>
>>> Regards,
>>> Andy.
>>>
>>> On Wednesday, 21 August 2013 14:20:08 UTC+12, Gerald wrote:
>>>
>>>> Like the fact that the processor needs to see the 5V on 
>>>> the processor pin when it turns on the 5V?
>>>>
>>>> Take a look at the host port design. Both ports are actually OTG ports 
>>>> by design. To make the state machine in the HW function as a host, you 
>>>> need 
>>>> to make it work like the other OTG port, the one we call the Host port, 
>>>> which is configured for host..
>>>>
>>>>
>>>> Gerald
>>>>
>>>>
>>>>
>>>> On Tue, Aug 20, 2013 at 9:12 PM, AndrewTaneGlen 
>>>> wrote:
>>>>
>>>>> Hi All,
>>>>>
>>>>> I've been playing around with getting the mini-USB pc connector to 
>>>>> function as a second USB host (I'm using RCN's Ubuntu, Raring, but I'd 
>>>>> assume this would apply to Angstrom as well). There is a post here 
>>>>> http://pansenti.wordpress.com/2013/05/27/
>>>>> beaglebone-black-with-two-usb-host-ports-it-can-be-done-but-
>>>>> its-not-easy/ decribing how to do this with some hardware 
>>>>> modifications, but looking at the AM335x technical reference manual it 
>>>>> looks like I should be able to set USB Port 0 to function as a host 
>>>>> through 
>>>>> software alone (i.e. without needing to ground the USB ID pin, or to 
>>>>> modify 
>>>>> anything else on the board).
>>>>>
>>>>> So what I have done so far is modify the 'am33xx.dtsi' file under the 
>>>>> 'usb_otg_hs' section, and change the item 'port0-mode = <3>' to 
>>>>> 'port0-mode 
>>>>> = <1>', which, according to 'am33xx-usb.txt' in the device tree 
>>>>> documentation, should force this port to function in Host mode.
>>>>>
>>

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

2014-01-23 Thread Mahammad Mostafa
Hi Ali

For kernel 3.2 with ubuntu on BBB please check this thread:
http://beagleboard.org/Community/Forums?place=msg%2Fbeagleboard%2FY-rcKPITy0Q%2FcXJIpqppVcsJ

Xris posted his copy already to http://www.fileswap.com/dl/sdFGPZoIw6/

It is not related to my version.. but it should cover your mentioned
needs.. here is a part of this message:

You should find yourself downloading
bbb-ubuntu-12.04-for-community.xz<http://www.fileswap.com/dl/sdFGPZoIw6/bbb-ubuntu-12.04-for-community.xz.html>

Just extract and write that to your SD card (4gb expected) with something
like:

*cat bbb-ubuntu-12.04-for-community.xz | xz -d > /dev/sdX*

Note it’s a raw sector dump NOT a tarball, so extract straight to your SD
card device. (eg.  /dev/sdx, NOT /dev/sdx1)

Good luck Ali

Mahammad






On Sun, Jan 19, 2014 at 8:52 PM, Ali J. Ghandour wrote:

> Hi Mahammad,
>
> Thanks for your reply.
> My target is to run the 3.2 kernel with Ubuntu rootfs on the BBB.
>
> Regards,
>
> Ali J. Ghandour
> www.alighandour.org
>
> “When planning for a year, plant corn. When planning for a decade, plant
> trees. When planning for life, train and educate people.”
>
>
> On 19 January 2014 18:53, Mahammad Mostafa  wrote:
>
>> Hi Ali
>>
>> My version is modified.. not found online as is. But this webpage should
>> guide you where to install the base:
>>
>> http://processors.wiki.ti.com/index.php/AM335x-PSP_04.06.00.11_Release_Notes
>>
>>
>> It will not work on BBB and will not support eMMC, or HDMI.. and will hang 
>> on BBB as you mentioned; but it should work on the original BB (white). If 
>> you can provide more information what do you target I may be able to help 
>> you where to modify or even share my version with you if any useful to your 
>> target.
>>
>>
>> Best regards
>>
>> 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 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 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 wrote:
>>
>> 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 January 2014 10:06, Mahammad Mostafa  wrote:
>>
>> 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 of
>> board-am33x file.
>>
>> With that update yes, I can see two mmc blocks under the /dev/.. one for
>> the eMMC and the other for the SDCard.. Now I have the beaglebone black
>> booting up from the eMMC without any sdcards with the capacitive 7' LCD
>> fully functional on ubuntu 12.10+LXDE, and can access the sdcard as an
>> external storage. Beaglebone is fun, please enjoy it.
>>
>> Best regards
>>
>> Mahammad
>>
>>
>>
>>
>>
>>
>>
>> On Sun, Jan 12, 2014 at 7:19 AM, Ali J. Ghandour wrote:
>>
>> 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  wrote:
>>
>> 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 7"lcd. It is based on

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

2014-01-20 Thread Mahammad Mostafa
Hi Ali

My version is modified.. not found online as is. But this webpage should guide 
you where to install the base:
http://processors.wiki.ti.com/index.php/AM335x-PSP_04.06.00.11_Release_Notes

It will not work on BBB and will not support eMMC, or HDMI.. and will hang on 
BBB as you mentioned; but it should work on the original BB (white). If you can 
provide more information what do you target I may be able to help you where to 
modify or even share my version with you if any useful to your target.

Best regards

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 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 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  wrote:

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. Ghandourwww.alighandour.org

“Intellectual growth should commence at birth and cease only at death.”






On 12 January 2014 10:06, Mahammad Mostafa  wrote:




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 of board-am33x file. 






With that update yes, I can see two mmc blocks under the /dev/.. one for the 
eMMC and the other for the SDCard.. Now I have the beaglebone black booting up 
from the eMMC without any sdcards with the capacitive 7' LCD fully functional 
on ubuntu 12.10+LXDE, and can access the sdcard as an external storage. 
Beaglebone is fun, please enjoy it.






Best regards

Mahammad








On Sun, Jan 12, 2014 at 7:19 AM, Ali J. Ghandour  wrote:

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  wrote:







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 7"lcd. 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  wrote:








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.. not even as a storage. 'lsblk' only shows the sdcard. Any idea 
how to support the eMMC under kernel 3.2? I 
feel it could be a backport effort to the eMMC driver... any help will 
be appreciated.

Best Regards

Mahammad


On Thursday, December 12, 2013 8:34:23 PM UTC+2, Ali wrote:







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, RobertCNelson wrote:On Thu, 
Dec 12, 2013 at 12:24 PM, Ali  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 variable:

>

> .

> No daughter card found

> [1.103912] at24 1-0050: 32768 byte 24c256 EEPROM, writable, 64

> bytes/write

> [1.119110] Board config.name:

> A335BNLT0A5C3513BBBK0428

> [1.127502] Board name: A335BNLT

> [1.130889] Board version: 0A5C

> [1.134155] SKU: ��

> [1.136718] The error message above indicates that there is an issue with

> [1.136718] the EEPROM or the EEPROM contents.  After verifying the

> EEPROM

> [1.136718] contents, if any, refer to the am335x_evm_setup function in

> the

> [1.136718] arch/arm/mach-omap2/board-am335xevm.c file to modify the

> board

> [1.136749] initialization code to match the hardware configuration

> .



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  wrote:

> 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 January 2014 10:06, Mahammad Mostafa  wrote:
>
>> 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 of
>> board-am33x file.
>>
>> With that update yes, I can see two mmc blocks under the /dev/.. one for
>> the eMMC and the other for the SDCard.. Now I have the beaglebone black
>> booting up from the eMMC without any sdcards with the capacitive 7' LCD
>> fully functional on ubuntu 12.10+LXDE, and can access the sdcard as an
>> external storage. Beaglebone is fun, please enjoy it.
>>
>> Best regards
>>
>> Mahammad
>>
>>
>>
>>
>>
>>
>>
>> On Sun, Jan 12, 2014 at 7:19 AM, Ali J. Ghandour wrote:
>>
>>> 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  wrote:
>>>
>>>> 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 7"lcd. 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  wrote:
>>>>
>>>>> 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.. not even as a storage. 'lsblk' only shows the 
>>>>>> sdcard.
>>>>>> Any idea how to support the eMMC under kernel 3.2? I feel it could be a
>>>>>> backport effort to the eMMC driver... any help will be appreciated.
>>>>>>
>>>>>> Best Regards
>>>>>>
>>>>>> Mahammad
>>>>>>
>>>>>>
>>>>>> On Thursday, December 12, 2013 8:34:23 PM UTC+2, Ali wrote:
>>>>>>>
>>>>>>> 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, RobertCNelson wrote:
>>>>>>>>
>>>>>>>> On Thu, Dec 12, 2013 at 12:24 PM, Ali  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 variable:
>>>>>>>> >
>>>>>>>> > .
>&

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 of
board-am33x file.

With that update yes, I can see two mmc blocks under the /dev/.. one for
the eMMC and the other for the SDCard.. Now I have the beaglebone black
booting up from the eMMC without any sdcards with the capacitive 7' LCD
fully functional on ubuntu 12.10+LXDE, and can access the sdcard as an
external storage. Beaglebone is fun, please enjoy it.

Best regards

Mahammad







On Sun, Jan 12, 2014 at 7:19 AM, Ali J. Ghandour  wrote:

> 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  wrote:
>
>> 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 7"lcd. 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  wrote:
>>
>>> 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.. not even as a storage. 'lsblk' only shows the sdcard. Any
>>>> idea how to support the eMMC under kernel 3.2? I feel it could be a
>>>> backport effort to the eMMC driver... any help will be appreciated.
>>>>
>>>> Best Regards
>>>>
>>>> Mahammad
>>>>
>>>>
>>>> On Thursday, December 12, 2013 8:34:23 PM UTC+2, Ali wrote:
>>>>>
>>>>> 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, RobertCNelson wrote:
>>>>>>
>>>>>> On Thu, Dec 12, 2013 at 12:24 PM, Ali  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 variable:
>>>>>> >
>>>>>> > .
>>>>>> > No daughter card found
>>>>>> > [1.103912] at24 1-0050: 32768 byte 24c256 EEPROM, writable, 64
>>>>>> > bytes/write
>>>>>> > [1.119110] Board config.name:
>>>>>> > A335BNLT0A5C3513BBBK0428
>>>>>> > [1.127502] Board name: A335BNLT
>>>>>> > [1.130889] Board version: 0A5C
>>>>>> > [1.134155] SKU: ��
>>>>>> > [1.136718] The error message above indicates that there is an
>>>>>> issue with
>>>>>> > [1.136718] the EEPROM or the EEPROM contents.  After verifying
>>>>>> the
>>>>>> > EEPROM
>>>>>> > [1.136718] contents, if any, refer to the am335x_evm_setup
>>>>>> function in
>>>>>> > the
>>>>>> > [1.136718] arch/arm/mach-omap2/board-am335xevm.c file to
>>>>>> modify the
>>>>>> > board
>>>>>> > [1.136749] initialization code to match the hardware
>>>>>> configuration
>>>>>> > .
>>>>>>
>>>>>> Laughs, no it's working perfectly, !
>>>>>>
>>>>>> 

Re: [beagleboard] Re: BBB, Ubuntu 13.10 (RCN distro) - stk1160 (EasyCap) not recognized

2014-01-10 Thread Mahammad
Hello

Did you manage to make the mainline driver work?

Regarding power, the module consumes like 200ma while work. I doubt power 
is an issue.

I managed to make it work with the old easycap driver made by Thomas work 
with 3.2.0 psp linux with DMA on. But it stop capture in a few seconds. I 
am trying to make the make mainlined stk1160 driver work. Did anyone 
succeed making it work?

Best Regards

Mahammad





On Thursday, October 3, 2013 3:38:03 AM UTC+2, Paul Hannah wrote:
>
> Is it viable to get a cheap hub and manually wire the 5V to that hub from 
> the 5V in, completely bypassing the BBB's circuits entirely? Or are there 
> gotchas with that also, initialisation timing or something else I haven't 
> thought of?
>
>
> On Thu, Oct 3, 2013 at 10:27 AM, garyamort 
> > wrote:
>
>>
>>
>> On Wednesday, October 2, 2013 4:56:34 PM UTC-4, Ivan Korman wrote:
>>>
>>> Any further hint?
>>>
>>>
>> So, finally googled skt1160 and after looking through the results, I'm 
>> thinking the issue might be the device.  Based on 
>> http://www.raspberrypi.org/phpBB3/viewtopic.php?f=33&t=18831&sid=057d5de92feb665cf10f4905c1929e32
>>  where 
>> you have many different people having varying degrees of failures - 
>> including some where it works only if plugged in upon bootup and not 
>> unplugged, and others where they have to periodically unplug it and plug it 
>> back in - my guess is that because this chip is so generic that the quality 
>> of production is all over the place.
>>
>> I'd also guess that your issue is related to power.   Even though your 
>> BBB has a decent power supply, I'm betting that TI was very careful with 
>> power regulation for the USB host and it just will NOT supply more than 
>> 500mA of power[which is what it is clearly rated to for and which is more 
>> than enough for any USB compliant device].
>>
>> Wheras if the producer of your your particular device was sloppy/didn't 
>> care they may need more than 500mA which most PC's these days will provide 
>> despite it being so far out of spec.
>>
>>  
>>
>> -- 
>> 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 beagleboard...@googlegroups.com .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 7"lcd. 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  wrote:

> 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.. not even as a storage. 'lsblk' only shows the sdcard. Any
>> idea how to support the eMMC under kernel 3.2? I feel it could be a
>> backport effort to the eMMC driver... any help will be appreciated.
>>
>> Best Regards
>>
>> Mahammad
>>
>>
>> On Thursday, December 12, 2013 8:34:23 PM UTC+2, Ali wrote:
>>>
>>> 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, RobertCNelson wrote:
>>>>
>>>> On Thu, Dec 12, 2013 at 12:24 PM, Ali  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 variable:
>>>> >
>>>> > .
>>>> > No daughter card found
>>>> > [1.103912] at24 1-0050: 32768 byte 24c256 EEPROM, writable, 64
>>>> > bytes/write
>>>> > [1.119110] Board config.name:
>>>> > A335BNLT0A5C3513BBBK0428
>>>> > [1.127502] Board name: A335BNLT
>>>> > [1.130889] Board version: 0A5C
>>>> > [1.134155] SKU: ��
>>>> > [1.136718] The error message above indicates that there is an
>>>> issue with
>>>> > [1.136718] the EEPROM or the EEPROM contents.  After verifying
>>>> the
>>>> > EEPROM
>>>> > [1.136718] contents, if any, refer to the am335x_evm_setup
>>>> function in
>>>> > the
>>>> > [1.136718] arch/arm/mach-omap2/board-am335xevm.c file to modify
>>>> the
>>>> > board
>>>> > [1.136749] initialization code to match the hardware
>>>> configuration
>>>> > .
>>>>
>>>> Laughs, no it's working perfectly, !
>>>>
>>>> As previous stated, " I never added BBB support to my 3.2 based
>>>> kernel, I consider 3.2 long dead."
>>>>
>>>> AKA: DO NOT USE my 3.2 branch on the BBB, use 3.8...
>>>>
>>>> Regards,
>>>>
>>>> --
>>>> Robert Nelson
>>>> http://www.rcn-ee.com/
>>>>
>>>  --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "BeagleBoard" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/beagleboard/H2R8dCj8xyI/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> beagleboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 eMMC on BBB?

I managed to run ubuntu with 3.2 on BBB but from sdcard only.. it can't see 
the eMMC.. not even as a storage. 'lsblk' only shows the sdcard. Any idea 
how to support the eMMC under kernel 3.2? I feel it could be a backport 
effort to the eMMC driver... any help will be appreciated.

Best Regards

Mahammad


On Thursday, December 12, 2013 8:34:23 PM UTC+2, Ali wrote:
>
> 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, RobertCNelson wrote:
>>
>> On Thu, Dec 12, 2013 at 12:24 PM, Ali  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 variable: 
>> > 
>> > . 
>> > No daughter card found 
>> > [1.103912] at24 1-0050: 32768 byte 24c256 EEPROM, writable, 64 
>> > bytes/write 
>> > [1.119110] Board config.name: 
>> > A335BNLT0A5C3513BBBK0428 
>> > [1.127502] Board name: A335BNLT 
>> > [1.130889] Board version: 0A5C 
>> > [1.134155] SKU: �� 
>> > [1.136718] The error message above indicates that there is an issue 
>> with 
>> > [1.136718] the EEPROM or the EEPROM contents.  After verifying the 
>> > EEPROM 
>> > [1.136718] contents, if any, refer to the am335x_evm_setup function 
>> in 
>> > the 
>> > [1.136718] arch/arm/mach-omap2/board-am335xevm.c file to modify the 
>> > board 
>> > [1.136749] initialization code to match the hardware configuration 
>> > . 
>>
>> Laughs, no it's working perfectly, ! 
>>
>> As previous stated, " I never added BBB support to my 3.2 based 
>> kernel, I consider 3.2 long dead." 
>>
>> AKA: DO NOT USE my 3.2 branch on the BBB, use 3.8... 
>>
>> Regards, 
>>
>> -- 
>> Robert Nelson 
>> http://www.rcn-ee.com/ 
>>
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 
appreciated.

Best Regards

Mahammad








On Thursday, December 12, 2013 8:34:23 PM UTC+2, Ali wrote:
>
> 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, RobertCNelson wrote:
>>
>> On Thu, Dec 12, 2013 at 12:24 PM, Ali  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 variable: 
>> > 
>> > . 
>> > No daughter card found 
>> > [1.103912] at24 1-0050: 32768 byte 24c256 EEPROM, writable, 64 
>> > bytes/write 
>> > [1.119110] Board config.name: 
>> > A335BNLT0A5C3513BBBK0428 
>> > [1.127502] Board name: A335BNLT 
>> > [1.130889] Board version: 0A5C 
>> > [1.134155] SKU: �� 
>> > [1.136718] The error message above indicates that there is an issue 
>> with 
>> > [1.136718] the EEPROM or the EEPROM contents.  After verifying the 
>> > EEPROM 
>> > [1.136718] contents, if any, refer to the am335x_evm_setup function 
>> in 
>> > the 
>> > [1.136718] arch/arm/mach-omap2/board-am335xevm.c file to modify the 
>> > board 
>> > [1.136749] initialization code to match the hardware configuration 
>> > . 
>>
>> Laughs, no it's working perfectly, ! 
>>
>> As previous stated, " I never added BBB support to my 3.2 based 
>> kernel, I consider 3.2 long dead." 
>>
>> AKA: DO NOT USE my 3.2 branch on the BBB, use 3.8... 
>>
>> Regards, 
>>
>> -- 
>> Robert Nelson 
>> http://www.rcn-ee.com/ 
>>
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Re: chipsee beaglebone lcd/dvi expansion kernel support

2014-01-04 Thread Mahammad
I passed with same experience trying to run ubuntu with the capacitive and 
the black beaglebone. I can confirm steps above are very useful. But you 
will have two problems when it come to BBB:
- That old version of kernel will hang on Beaglebone Black.
- Capacitive touch will not work.

I started with 3.2.42-psp27 and then spent like 2 days merging changes 
Chipsee made to have things working on BBB. Can summarize changes to:
- Copied the /arch/arm folder from Chipsee kernel. That helped the kernel 
to operate on BBB.
- Copy the capacitive touch driver from under /drivers/input/touchscreen/ 
(ft5x0x_ts.c/h and eeti_ts.c). Please copy the folder in full as it also 
has the Kbuild, and Makefile changes. And while mearging I note all changes 
in the folder where made to support the touch.
- During rebuild, and under the config tool; enable the touch driver under 
device drivers/input/touchscreen.
- Install lxde gnu (apt-get install lxde). Without a gnu the screen will 
stay black. It could have a prompt somewhere outside the screen boundries 
you can test if you have a keyboard.. but none of my keyboards or mice 
worked with that kernel. I am investigating this now. I could had messed up 
something while merging.

No changes to uEnv.txt It finally worked with touch.

This is not the best solution anyway.. but just to move forward. My next 
milestone is to have it working with kernel 3.8.13.. anyone succeeded 
extracting the device tree partially or in full?

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Re: chipsee beaglebone lcd/dvi expansion kernel support

2014-01-04 Thread Mahammad Hegazy
Hi Luke... if you are still looking for the DVD.. I think one post here has 
a link to download the linux branch from the DVD. If you are looking for 
the full dvd it is about 4GB compressed. Let me know if you still need it 
so I can upload it for you. And please make sure it is not copyrighted.









On Thursday, December 26, 2013 12:47:39 AM UTC+2, sol...@gmail.com wrote:
>
> Dear all,
>
> I am new to this forum. My friend helped me to buy the Chipsee touch LCD 
> from China but it comes without a DVD/CD! Is there any link that I can 
> download it as Chipsee people are not very helpful at all in my case!
>
> Thanks very much!
>
> Kind regards,
>
> Luke 
>
> tripzero於 2012年5月22日星期二UTC+1上午6時27分07秒寫道:
>>
>> Anyone gotten the chipsee lcd cape working with ubuntu or debian?
>>
>>
>> cape found here:
>> http://www.tigal.com/product/2559
>>
>> chipsee's website:
>> http://www.chipsee.com/beaglebone-exp.html
>>
>>
>>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Chipsee 7" cap touchscreen v1 Expansion for BBB dtbo

2013-12-31 Thread Mahammad Hegazy
Hi.. did anyone succedd running the chipsee capacitive LCD with new kernels 
(3.8)?



On Saturday, November 9, 2013 1:51:42 PM UTC+2, Kishor Dhanawade wrote:
>
>
> Hello,
>   ChipSee 7" LCD + Beaglebone Black + ubuntu 12.04 (3.8.13).
> Did you get success to run ChipSee's 7" LCD with 3.8 kernel??
>
> Thanks.
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Re: Beaglebone video capture with stk1160 gives image corruption - DMA issue?

2013-12-26 Thread Mahammad Hegazy
Hi Robert.. thank you for the information.

Sorry for the typo.. I mean install_kernel.sh

I finally managed to install 3.2 PSP kernel over an old Angstrom image. I 
can see it has CPPi41 driver. Hope it will work.. trying with it.

Is there any way to install TI PSP kernel alone or with ubuntu?

I also note that the sdcard with the old kernel runs on BBW only and hangs 
with LEDs all up on BBB. What changes I should made to make it work on BBB?

Are there any of the linux flavors based on TI PSP kernel? Any sdcard image 
with TI PSP kernel ready for BBB or BBW? I want that version because the 
driver maintainer confirmed he verified his driver on the BB with the PSP 
kernel and it was working ok.

Best Regards

Mahammad










On Thursday, December 26, 2013 6:17:52 PM UTC+2, RobertCNelson wrote:
>
> On Wed, Dec 25, 2013 at 10:11 AM, Mahammad Hegazy 
> > 
> wrote: 
> > Hello 
> > 
> > I am trying to have the same driver running on BBB as well. How I can 
> have a 
> > 3.2 kernel? when I try to run the install_me of old versions it dose 
> install 
> > the files; but keep booting with the new kernel on restarting. Trying to 
> fix 
> > this.. is there any prebuilt SDCard image that has a psp based kernel? 
> How I 
> > can force the bone to boot from an older kernel? 
>
> laughs, well i didn't code the install-me's to do that.. But it's a 
> good thing as that 3.2 based kernel is NOT supported for the BBB and 
> WILL NOT BOOT... 
>
> Regards, 
>
> -- 
> Robert Nelson 
> http://www.rcn-ee.com/ 
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Re: Beaglebone video capture with stk1160 gives image corruption - DMA issue?

2013-12-26 Thread Mahammad Hegazy
Hello

I am trying to have the same driver running on BBB as well. How I can have 
a 3.2 kernel? when I try to run the install_me of old versions it dose 
install the files; but keep booting with the new kernel on restarting. 
Trying to fix this.. is there any prebuilt SDCard image that has a psp 
based kernel? How I can force the bone to boot from an older kernel?

Best Regards

Mahammad

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.