Re: [beagleboard] Additional Ethernet Port

2017-07-07 Thread Maxim Podbereznyy
USB Ethernet adapter

2017-07-07 4:19 GMT+03:00 ku...@vamtec.net :

> I am kumar from India. I am testing BBB with software called CoDeSys. I
> need to have one more ethernet port. How to add ?
>
> --
> 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.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/beagleboard/3d8988c0-6c1b-4e64-aea3-415e99091e89%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Best wishes,
Max Podbereznyy

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAP3%2BTEqhix%3DEjyVTAYMUMiO3aUzyqwHJO3eBDm4ztGKRND3pXA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] AM335x

2017-05-28 Thread Maxim Podbereznyy
fdisk + mkfs dont't work?

2017-05-27 7:33 GMT+03:00 Mukesh Kumar :

> I am using AM3354  with eMMC (Micron 4
> GB) connected on MMC1.
>
>
> I am able to read and write single sectors(block) also multiple continous
> sectors (for eg. from 20 to 40).
>
>
> But once i write single block after that i am not able to write on other
> sector. For eg. i write something on sector 0 (successfully written) then
> on sector 20 not able to write.
>
>
> I am following beagle bone black schematic and Starterware 02_00_01_01.
>
>
> Actually i want to create FATFS on eMMC1.
>
>
> Kindly help.
>
> --
> 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.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/beagleboard/56c484c8-b30b-4697-82b1-fcf7a5143c1d%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Best wishes,
Max Podbereznyy

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAP3%2BTEpQ6r%2Bm3NxY3oofnYQK_kuL8W%2BFKuJpgaQHk%3DndqxX-EA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] bbb rs-485

2016-11-25 Thread Maxim Podbereznyy
Hi!

Is it possible to connect to BBB three RS-485 transceivers with GPIO
controlled ENABLE pin for each of transceivers? Is GPIO controlled ENABLE
pin supported in any of kernels provided by RCN or TI?

-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAP3%2BTEq9y252_pTNwJDN90wmLg1QSgKCaNvNj4SFVffnPwi9JA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] v4.5.7-bone4 overlays problem

2016-08-25 Thread Maxim Podbereznyy
Hi ,

We have purchased a few Mentorel BeagleBone uSomIQ development kits. They
have the 3.8.13-bone72 kernel on there.

Due to some USB issues we have with this version of the  kernel, I was able
to recompile the v4.5.7-bone4 using Robert Nelson's instructions (
https://eewiki.net/display/linuxonarm/BeagleBone+Black) and make a new SD
card image. I was able to boot our mentorel dev kit off the image on this
SD card.

Unfortunately, I cannot get the UARTs, i2c and some digital IO to work on
this modified setup. (NOTE: with 3.8.13-bone72 kernel these buses work
fine). So to enable the overlays here is what I do on the newly compiled
image.

1. Execute the following lines...
export PINS=/sys/kernel/debug/pinctrl/44e10800.pinmux/pins

export SLOTS=/sys/devices/platform/bone_capemgr/slots

sudo sh -c "echo BB-ADC > $SLOTS"
sudo sh -c "echo BB-I2C1 > $SLOTS"
sudo sh -c "echo BB-UART1 > $SLOTS"
sudo sh -c "echo BB-UART2 > $SLOTS"
sudo sh -c "echo BB-UART4 > $SLOTS"

2. cat /sys/devices/platform/bone_capemgr/slots
 0: PF  -1

 1: PF  -1

 2: PF  -1

 3: PF  -1

 4: P-O-L-   0 Override Board Name,00A0,Override Manuf,BB-ADC

 5: P-O-L-   1 Override Board Name,00A0,Override Manuf,BB-I2C1

 6: P-O-L-   2 Override Board Name,00A0,Override Manuf,BB-UART1

 7: P-O-L-   3 Override Board Name,00A0,Override Manuf,BB-UART2

so it appears the overlays got enabled ok. But, the /dev folder does not
have all the files I was expecting. I don't see a iio:devices0, ttyO1,
ttyO2 or ttyO4. And when I try to write to  the i2c device I get errors
that I don't see when I use the original sw that came with the board.
It seems like I might have some incompatibilities in the components in the
image I created.

Please suggest any solution

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAP3%2BTEoTsHrGnaoyFPRAWcw%3DHoJW_f3yEHkWLJCvO%2B178KDXXQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Tiwi-BLE and Mentorel BeagleBone uSomIQ

2016-07-28 Thread Maxim Podbereznyy
Hi!

I want to use Mentorel Beaglebone uSomIQ with Tiwi-BLE chip but don't know
which kernel version supports it. I used v3.2 some time ago but need to
migrate to one of latest kernels. Please suggest the kernel with support
for TI wl127x chips

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAP3%2BTEq%3D-raBa-QAsc_BLS7hJXDwX2YzCynqVSOrUKJZWskTCw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] eewiki is down

2016-02-21 Thread Maxim Podbereznyy
Hi!

I can see eewiki.net is down from my location

-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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: Feature request: PoE

2016-01-12 Thread Maxim Podbereznyy
The cape for $69 is not PoE compliant because PoE standard requires 48VDC
and not 24 or less
13 Янв 2016 г. 5:39 пользователь "William Hermans" 
написал:

> *The dongle on adaifruit requires you to provide the 5volt dc power
>> supply.. It's just a passive adapter..*
>>
>> *but it got my thinking about the spagetti mess of 7 bbb's i have in the
>> corner for 24/7 testing. ;)*
>>
>> *Regards,*
>>
>
> Ah ok, yeah I did not realize it was only a power injector. I assumed it
> was somehow stepping down 48VDC to 5V. So for your spaghetti mess, why not
> get, or design a "power rail" like some do in data with many rack system,
> but instead of 12, 5, and 3.3, just do 5 volts ;)
>
>
>
> On Tue, Jan 12, 2016 at 7:26 PM, William Hermans 
> wrote:
>
>> OK, so I'm not an EE, even though I do have a lot of experience with many
>> form of electronics, and definitely some with PoE too . . . But I'd think
>> that it should not be unheard of to get the price of a PoE cape down to
>> under $20USD. *That* would be useful to some I'm sure.
>>
>> On Tue, Jan 12, 2016 at 7:15 PM, Robert Nelson 
>> wrote:
>>
>>>
>>>
>>> On Tue, Jan 12, 2016 at 8:13 PM, William Hermans 
>>> wrote:
>>>
 *It was also the right decision... over the life of this forum, only 17
> topics related to POE:*
>
>
> *https://groups.google.com/forum/#!searchin/beagleboard/POE
> *
>
> *i think i spam more topics in the average week..*
>
> *Regards,*

 I would imagine most people would rather not spend the extra cost of
 PoE if they could avoid it. Even if somehow Gerald miraculously got the
 price down to ~$6 like the cost of that dongle you posted a link to Robert
 . . . Usually, PoE items cost a lot more, which has me thinking that dongle
 is somehow suspect . . .

>>>
>>> The dongle on adaifruit requires you to provide the 5volt dc power
>>> supply.. It's just a passive adapter..
>>>
>>> but it got my thinking about the spagetti mess of 7 bbb's i have in the
>>> corner for 24/7 testing. ;)
>>>
>>> Regards,
>>>
>>> --
>>> Robert Nelson
>>> https://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/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.
>

-- 
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: Re[2]: [beagleboard] BBB industrial version

2015-12-29 Thread Maxim Podbereznyy
and HDMI chip is industrial anyway? lies!

2015-12-29 13:09 GMT+03:00 Marius :

> Geez man. This is an industrial temperature grade unit not the standard.
> Please get some info before slamming people always.
>
> -- Original Message --
> From: "William Hermans" 
> To: beagleboard@googlegroups.com
> Sent: 2015-12-28 22:26:31
> Subject: Re: [beagleboard] BBB industrial version
>
>
> One additional note:
>
> If someone is selling a beaglebone black for more than the $55 listed
> price, they're very likely not a circuitco partner, and are probably
> "marketing" dirbags.
>
> On Mon, Dec 28, 2015 at 1:21 PM, William Hermans 
> wrote:
>
>> If you both are talking about this:
>> https://www.arrow.com/en/products/bb-bblk-000-itemp/arrow-development-tools#page-1
>>
>> They're actually marketing a regular beaglebone black RevC as an
>> industrial model. It uses the same processor, and other parts. they also
>> claim USB 3.0, which is false. On top of that they sell the board for a
>> 40%+ markup. In other words, they're full of crap.
>>
>> From their "datasheet"
>>
>> *The EPBBB-I is a industrial temp (-40*
>>> *°*
>>> *to +85*
>>> *°*
>>> *c) compact, cost-effective, and *
>>> *powerful platform for developing high *
>>> *performance applications including *
>>> *data acquisition, imaging, medical and *
>>> *industrial control. *
>>> *At only 3.4�? x 2.1�?, *
>>> *the board will �?t into compact spaces, *
>>> *while the USB port (via USB), and *
>>> *Ethernet port plus the EBC connector *
>>> *provide the necessary control I/O.*
>>> *At the heart of the EPBBB-I is the *
>>> *Texas Instruments Sitara AM3358 *
>>> *processor with ARM Cortex A8 core. *
>>> *This processor is a highly integrated *
>>> *SoC with a core at speeds up to *
>>> *1.0GHz, a flash controller, DDR3L RAM *
>>> *controller, USB 3.0 host and device *
>>> *controllers*.
>>>
>>
>>
>> On Mon, Dec 28, 2015 at 5:53 AM, Marius  wrote:
>>
>>> I just ordered mine from Arrow through the reginal office. The Arrow
>>> product (Cherry Blossom) was designed in my country (South Africa) so stock
>>> is not a problem.
>>> It is also a lot cheaper than the BBB.
>>>
>>> -- Original Message --
>>> From: "darklight wu" 
>>> To: beagleboard@googlegroups.com
>>> Sent: 2015-12-28 13:00:00
>>> Subject: [beagleboard] BBB industrial version
>>>
>>>
>>> Hi,
>>>
>>> I noticed there are two BBB industrial versions from Arrow and
>>> Element14. And the BBB Jessie images also have been built for them based on
>>> messages on github.
>>>
>>> But I could not find any useful information of how to get them. Anyone
>>> know the status and where to buy?
>>>
>>> Thanks
>>> dlw
>>>
>>> --
>>> 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.
>>>
>>> --
>>> 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.
>>>
>>
>>
> --
> 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.
>
> --
> 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.
>



-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

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


[beagleboard] blank flasher

2015-12-21 Thread Maxim Podbereznyy
Hi!

Where can I get the flasher image for BLANK boards? I can see a number of
flasher images for different boards/clones but they all boot only on boards
with filled EEPROM.

-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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] blank flasher

2015-12-21 Thread Maxim Podbereznyy
Robert,

if I use now very simple
flasher BBB-blank-eMMC-flasher-debian-7.8-console-armhf-2015-07-28-2gb
which does all job just perfect, why is your suggested way so complicated?
:)

2015-12-22 1:28 GMT+03:00 Robert Nelson <robertcnel...@gmail.com>:

> On Mon, Dec 21, 2015 at 4:16 PM, Maxim Podbereznyy <lisar...@gmail.com>
> wrote:
> > Hi!
> >
> > Where can I get the flasher image for BLANK boards? I can see a number of
> > flasher images for different boards/clones but they all boot only on
> boards
> > with filled EEPROM.
>
> Step 1:
>
> Grab the "usbflasher"
>
> https://rcn-ee.com/rootfs/bb.org/testing/2015-12-20/usbflasher/
>
> Then grab the img/bmap/job.txt and place on a fat format usb flash drive:
>
> Say lxqt-4gb:
>
> https://rcn-ee.com/rootfs/bb.org/testing/2015-12-20/lxqt-4gb/
>
> bone-debian-8.2-lxqt-4gb-armhf-2015-12-20-4gb.bmap
> bone-debian-8.2-lxqt-4gb-armhf-2015-12-20-4gb.img.xz
> bone-debian-8.2-lxqt-4gb-armhf-2015-12-20-4gb.img.xz.job.txt (copy as
> job.txt)
>
> Then If you open up "job.txt"
>
> abi=aaa
> conf_image=bone-debian-8.2-lxqt-4gb-armhf-2015-12-20-4gb.img.xz
> conf_bmap=bone-debian-8.2-lxqt-4gb-armhf-2015-12-20-4gb.bmap
> conf_resize=enable
> conf_partition1_startmb=1
> conf_partition1_fstype=0x83
> conf_root_partition=1
>
>
> Then to have the script "flash" the eeprom:
>
> add:
>
> conf_eeprom_file=bbb-eeprom.dump
> conf_eeprom_compare=335
>
> Regards,
>
> --
> Robert Nelson
> https://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/d/optout.
>



-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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] Running Qt gui application on BBB

2015-12-19 Thread Maxim Podbereznyy
Try it this thus way:

DISPLAY=:0 myapp -qws
19 Дек 2015 г. 23:07 пользователь "Bremenpl"  написал:

> I am not sure, coz i wasnt building it- i fownloaded it from paxjage
> manager.
>
> On December 19, 2015 7:51:18 PM John Syne  wrote:
>
>> i haven’t done this in ages, but try to run your QT app with the "-platform
>> eglfs” option. I’m assuming you built QT with EGL.
>>
>> Regards,
>> John
>>
>>
>>
>>
>> On Dec 19, 2015, at 3:46 AM, Bremenpl  wrote:
>>
>> Hello there,
>> I managed to set up qt 5.3.2 on the beaglebone. I have build everything
>> there and it took ages but it works :).
>>
>> Next step is that I need to check either it is possible to run qt app on
>> bbb without gui with qws parameter. Because at the moment when i run it
>> with qws i get QXcbconnection: Could not connect to display. I need to do
>> it like this because thw gui is really really slow.
>>
>> On December 15, 2015 6:10:13 AM John Syne  wrote:
>>
>>> For purely building armhf code, Odroid XU4 might be a good choice:
>>>
>>> http://www.hardkernel.com/main/main.php
>>>
>>> This is an Octacore processor with 4 CortexA15 and 4 CortexA7
>>> processors. I don’t know how good their kernel/debian support is, but I
>>> know Robert had looked at this board or a predecessor in the past, so
>>> perhaps he can give his input here.
>>>
>>> Clearly this board doesn’t have the flexibility of the BeagleBoard-x15
>>> with it’s dual DSP, Dual CortexM4, Quad PRU, SATA interface, PCIe
>>> interface, etc.
>>>
>>> Regards,
>>> John
>>>
>>>
>>>
>>>
>>> On Dec 14, 2015, at 4:29 PM, William Hermans  wrote:
>>>
>>> Anyway, the main problem with the rPI 2 is that it has no "fast" non
>>> destructive storage. But the Omilex . . let me look it up.
>>>
>>>
>>> https://www.olimex.com/Products/OLinuXino/A20/A20-OLinuXIno-LIME2-4GB/open-source-hardware
>>> Has SATA and GbE both. Dual cores too I think. However, you'd have to ask
>>> someone who has one how well they think it would work as a build board.
>>> RObert might know, as his Debian build guide also includes this board too I
>>> believe.
>>>
>>> On Mon, Dec 14, 2015 at 5:25 PM, William Hermans 
>>> wrote:
>>>
 https://www.adafruit.com/product/2358

 On Mon, Dec 14, 2015 at 5:23 PM, William Hermans 
 wrote:

> The new board is armv7. Positively.
>
> On Mon, Dec 14, 2015 at 5:24 PM, Bremenpl  wrote:
>
>> Okay, thank :P. I am quite sure raspberry pi is not hard float.
>>
>> W dniu 2015-12-15 o 01:21, William Hermans pisze:
>>
>> So just thinking for a minute. A Raspberry PI 2, the new board with
>> quad cores, and 1 GB ram would probably work fairly decent as a build
>> system for the Beaglebones. Granted, something like the X15, of that new
>> nVidia ARM board, or even the Omelex A20 board with SATA would probably 
>> be
>> a much better choice if cost is not a problem.
>>
>> By the way, I have no idea what Robert is talking about. You need to
>> ask him.
>>
>> On Mon, Dec 14, 2015 at 5:15 PM, Bremenpl  wrote:
>>
>>> I have just flashed my BeagleBone Black emmc  with lxqt image linked
>>> by Robert. I cant seem to find qmake anywhere. I thought there would be 
>>> qt
>>> installed and all. Am I missing something again?
>>>
>>> W dniu 2015-12-15 o 00:54, William Hermans pisze:
>>>
>>> Not necessarily, but consider this. How much does an embedded
>>> systems specialist in your area get paid per hour ? In my area, about 
>>> 15-20
>>> years ago. The cost of a board like the X15 would have been absorbed in
>>> roughly half a day. That is to say, an embedded systems specialist could
>>> buy a board for $239 after working roughly half a day.
>>>
>>> Now take into account that figuring out how to cross compile
>>> something like this is a serious headache, and often takes days, if not
>>> weeks to get right . . .
>>>
>>> On Mon, Dec 14, 2015 at 4:32 PM, Bremenpl < 
>>> breme...@gmail.com> wrote:
>>>
 So if I understand correctly, I should have a second board that is
 more powerfull than beagle just to compile the code for beagle?

 W dniu 2015-12-15 o 00:26, William Hermans pisze:

 *I cant change the board right now, it has to be BeagleBone Black.
> Thats why I need to build on my host. Did you succed on installing 
> QT5.1
> and deploying it to BeagleBone Black? Maybe I should use it instead of
> 4.8.6 if its easier?*
>

 No one was saying change boards. Use the same board, but use a
 faster, more powerful ARM board to compile native ARM executable. The
 reasons are simple. No need to mess with cross compiling, which in 

Re: [beagleboard] Running Qt gui application on BBB

2015-12-14 Thread Maxim Podbereznyy
strace
14 Дек 2015 г. 11:48 пользователь "Bremenpl" <breme...@gmail.com> написал:

> I tried that.
>
> W dniu 2015-12-14 o 09:46, Maxim Podbereznyy pisze:
>
> Login as root and test the same
> 12 Дек 2015 г. 23:12 пользователь "bremenpl" <breme...@gmail.com> написал:
>
>> Hello there,
>> I have been trying to setup qt enviroment for bbb for a long time now but
>> it always failed at some point. This time I have followed exacly every
>> single step in Derek Molloys tutorial here:
>> http://exploringbeaglebone.com/chapter11/
>>
>> For now, I am at the point where manually compiled test gui app is
>> working, but when I compile using Qt Creator i get messege: undefined
>> symbol: _ZN7QWidget8qwsEventEP8QWSEvent
>>
>> To fix that, as user stated in the blog I copied whole lib folder from my
>> qt everywhere folder from host to bbb. But that not only disallowed me to
>> run the test gui app that was working before, but also gave me more errors.
>> Now it says I cannot load library icui18n. It also says "Qt for Embedded
>> Lnux data directory is not owned by user 0" If i try to run as root:
>>
>> This is
>> debian@beaglebone:~$ sudo ./tests -qws
>> Unable to load library icui18n "Cannot load library icui18n:
>> (libicui18n.so.52: cannot open shared object file: No such file or
>> directory)"
>> Qt for Embedded Linux data directory is not owned by user 0
>> debian@beaglebone:~$
>>
>>
>> When I run the executable, the app opens for a sec but when I move my
>> mouse the screen is getting erased and I can see what is behind it... I
>> dont know if I explain it well enough... It doesnt work though.
>>
>> This is a pity and I dont understand why can I compile a simple qt
>> program with command line and run it but not one using Qt creator (before i
>> copy the libraries).
>>
>> I am really desperate right now, I am struggling with this problem for a
>> long long time. I would really apreciate help.
>> I am using:
>> Qt Creator 3.3.2
>> gnu-eabihf cross compiller
>> qt-everywhere-opensource-src-4.8.2
>>
>> My host is:
>> Linux vm-debian 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1+deb8u3
>> (2015-08-04) x86_64 GNU/Linux
>>
>> My beagle is:
>> Linux beaglebone 3.8.13-bone79 #1 SMP Tue Oct 13 20:44:55 UTC 2015 armv7l
>> GNU/Linux
>>
>> Please help... I will provide all other information that can help solve
>> this problem.
>> --
>> 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.
>>
> --
> 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/FUq8HRSvw_g/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.
>
>
> --
> Bremenpl
>
> --
> 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.
>

-- 
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] Running Qt gui application on BBB

2015-12-14 Thread Maxim Podbereznyy
Install strace utility and run programs like:

$> strace ./myprog

It will tell you a lot
14 Дек 2015 г. 14:33 пользователь "Bremenpl" <breme...@gmail.com> написал:

> Could  you please rephrase what exacly I need to do?
>
> W dniu 2015-12-14 o 12:30, Maxim Podbereznyy pisze:
>
> strace
> 14 Дек 2015 г. 11:48 пользователь "Bremenpl" <breme...@gmail.com> написал:
>
>> I tried that.
>>
>> W dniu 2015-12-14 o 09:46, Maxim Podbereznyy pisze:
>>
>> Login as root and test the same
>> 12 Дек 2015 г. 23:12 пользователь "bremenpl" <breme...@gmail.com>
>> написал:
>>
>>> Hello there,
>>> I have been trying to setup qt enviroment for bbb for a long time now
>>> but it always failed at some point. This time I have followed exacly every
>>> single step in Derek Molloys tutorial here:
>>> http://exploringbeaglebone.com/chapter11/
>>>
>>> For now, I am at the point where manually compiled test gui app is
>>> working, but when I compile using Qt Creator i get messege: undefined
>>> symbol: _ZN7QWidget8qwsEventEP8QWSEvent
>>>
>>> To fix that, as user stated in the blog I copied whole lib folder from
>>> my qt everywhere folder from host to bbb. But that not only disallowed me
>>> to run the test gui app that was working before, but also gave me more
>>> errors. Now it says I cannot load library icui18n. It also says "Qt for
>>> Embedded Lnux data directory is not owned by user 0" If i try to run as
>>> root:
>>>
>>> This is
>>> debian@beaglebone:~$ sudo ./tests -qws
>>> Unable to load library icui18n "Cannot load library icui18n:
>>> (libicui18n.so.52: cannot open shared object file: No such file or
>>> directory)"
>>> Qt for Embedded Linux data directory is not owned by user 0
>>> debian@beaglebone:~$
>>>
>>>
>>> When I run the executable, the app opens for a sec but when I move my
>>> mouse the screen is getting erased and I can see what is behind it... I
>>> dont know if I explain it well enough... It doesnt work though.
>>>
>>> This is a pity and I dont understand why can I compile a simple qt
>>> program with command line and run it but not one using Qt creator (before i
>>> copy the libraries).
>>>
>>> I am really desperate right now, I am struggling with this problem for a
>>> long long time. I would really apreciate help.
>>> I am using:
>>> Qt Creator 3.3.2
>>> gnu-eabihf cross compiller
>>> qt-everywhere-opensource-src-4.8.2
>>>
>>> My host is:
>>> Linux vm-debian 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1+deb8u3
>>> (2015-08-04) x86_64 GNU/Linux
>>>
>>> My beagle is:
>>> Linux beaglebone 3.8.13-bone79 #1 SMP Tue Oct 13 20:44:55 UTC 2015
>>> armv7l GNU/Linux
>>>
>>> Please help... I will provide all other information that can help solve
>>> this problem.
>>> --
>>> 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.
>>>
>> --
>> 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/FUq8HRSvw_g/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.
>>
>>
>> --
>> Bremenpl
>>
>> --
>> 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.
>>
> --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "BeagleBoard"

Re: [beagleboard] Re: Running Qt gui application on BBB

2015-12-14 Thread Maxim Podbereznyy
you can also compile Qt on the target although it will take insane amount
of time. But it will be 100% operational

2015-12-14 23:14 GMT+03:00 Bremenpl :

> Hello guys,
> I decided to unmess all the configs I had before and do everything exacly
> step by step and after that use your advice. I will post asap. Thank you
> again.
>
> W dniu 2015-12-14 o 16:02, Cleiton Bueno pisze:
>
> Execute:
>
> sudo ldd tests > libs.log
>
> Post here content libs.log.
>
> I think it's dependency lib or version.
>
>
>
> *Att, Cleiton Bueno*
>
> Blog  | Linkedin
>  | Portal Embarcados
> 
>
>
>
> --
> 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/FUq8HRSvw_g/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.
>
>
> --
> Bremenpl
>
> --
> 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.
>



-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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] Running Qt gui application on BBB

2015-12-14 Thread Maxim Podbereznyy
Login as root and test the same
12 Дек 2015 г. 23:12 пользователь "bremenpl"  написал:

> Hello there,
> I have been trying to setup qt enviroment for bbb for a long time now but
> it always failed at some point. This time I have followed exacly every
> single step in Derek Molloys tutorial here:
> http://exploringbeaglebone.com/chapter11/
>
> For now, I am at the point where manually compiled test gui app is
> working, but when I compile using Qt Creator i get messege: undefined
> symbol: _ZN7QWidget8qwsEventEP8QWSEvent
>
> To fix that, as user stated in the blog I copied whole lib folder from my
> qt everywhere folder from host to bbb. But that not only disallowed me to
> run the test gui app that was working before, but also gave me more errors.
> Now it says I cannot load library icui18n. It also says "Qt for Embedded
> Lnux data directory is not owned by user 0" If i try to run as root:
>
> This is
> debian@beaglebone:~$ sudo ./tests -qws
> Unable to load library icui18n "Cannot load library icui18n:
> (libicui18n.so.52: cannot open shared object file: No such file or
> directory)"
> Qt for Embedded Linux data directory is not owned by user 0
> debian@beaglebone:~$
>
>
> When I run the executable, the app opens for a sec but when I move my
> mouse the screen is getting erased and I can see what is behind it... I
> dont know if I explain it well enough... It doesnt work though.
>
> This is a pity and I dont understand why can I compile a simple qt program
> with command line and run it but not one using Qt creator (before i copy
> the libraries).
>
> I am really desperate right now, I am struggling with this problem for a
> long long time. I would really apreciate help.
> I am using:
> Qt Creator 3.3.2
> gnu-eabihf cross compiller
> qt-everywhere-opensource-src-4.8.2
>
> My host is:
> Linux vm-debian 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1+deb8u3
> (2015-08-04) x86_64 GNU/Linux
>
> My beagle is:
> Linux beaglebone 3.8.13-bone79 #1 SMP Tue Oct 13 20:44:55 UTC 2015 armv7l
> GNU/Linux
>
> Please help... I will provide all other information that can help solve
> this problem.
>
> --
> 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.
>

-- 
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] 1080p/720p USB Cameras

2015-12-08 Thread Maxim Podbereznyy
good luck if you get 800x600@30

2015-12-07 23:10 GMT+03:00 SWiT :

> I'm trying to record a USB 1080p 30fps USB webcam but I can't get much
> over 10fps at 1080p or 720p. The resolution change from 1920x1080 to
> 1280x720 does not seem to effect the fps at all.
>
> I've tried 2 cameras, a generic winbook 1080p webcam and a very nice
> Logitech c930e. I am using MJPEG compression. Both work at 30fps in Ubuntu
> 14.04 with cheese and avconv (libav-tools).
>
> On the BBB I ran top and iotop and they indicated the CPU never got above
> 10% and the bandwidth writing to disk was <4,000KBps. I got the same low
> fps when running on the debian 7.5 (2015-03-01) and 7.9 (2015-11-12)
> releases.  I couldn't get 8.2 (2015-11-12) to boot but I'll rewrite the SD
> card and try again if someone thinks it might help.
>
>
> The kicker is the Logitech c930e worked at 1080p@30fps on the
> RaspberryPi2, but the cheap generic camera would only run at 1080p@10fps
> on the RPi2.
>
>
>
> Should I be building the UVC drivers from the latest source or something
> like that? Is there a newer Kernel I should be using? Am I hitting some
> kind of USB bottleneck?
>
> --
> 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.
>



-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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] GPU computation?

2015-12-05 Thread Maxim Podbereznyy
Do you think it's more powerful than the central processor?
2 Дек 2015 г. 1:40 пользователь "Yang Yang"  написал:

> I'm trying to implement some computer vision algorithms for my robot,
> based on beagle board black.
>
> vision processing is very CPU intensive, so I was wondering if there are
> any existing frameworks for running parallel computations on GPU ,
> particularly on beagle board
>
> thanks
> Yang
>
> --
> 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.
>

-- 
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] BBB's X-loader source code

2015-11-29 Thread Maxim Podbereznyy
SPL

2015-11-29 23:33 GMT+03:00 John Syne :

> What else can I say. X-Loader no longer exists. It is now known as SBL
> ("Secondary Boot Loader" I believe) and is built as part of u-boot. If you
> want to customize it, customize SBL. After you build u-boot, you will have
> a file called MLO and that is what use to be known as xloader.
>
> Regards,
> John
>
>
>
>
> On Nov 29, 2015, at 1:23 AM, Bharath R  wrote:
>
> But I intend to customize and configure it.
>
> Regards,
> Bharath
>
> --
> 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.
>
>
> --
> 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.
>



-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

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


[beagleboard] android bbb

2015-11-27 Thread Maxim Podbereznyy
Hi!

Does anyone know where I can find sources for rowboat android for BBB while
gitorous is dead? I need to compile Android myself but all free
instructions have links to gitorous, which is "migrating" and that
migration continues for ages

-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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] BBB based design w/TPS65217C - Any issues switching between AC and USB inputs if no Battery used?

2015-11-24 Thread Maxim Podbereznyy
you will definitely have random reboots like regular BBBs have it. There
are hundreds of posts here and I am not sure that the issue was solved in
the current kernel. You can't enable 3 power sources at TPS65217
simultaneously, only two of them. You can switch off Vac input, but Vbat is
always enabled. I suppose random reboots will not take place if you
physically disconnect Vac and USB0_VBUS.

2015-11-24 0:01 GMT+03:00 PSB :

> Thanks John... Appreciate your response. I am considering a similar
> TI part to the LTC as an alternative solution.Meanwhile, I just wanted to
> see if anyone had experienced any issue using the PMIC in that mode.
>
> On Monday, November 23, 2015 at 12:17:10 PM UTC-8, john3909 wrote:
>>
>> Why not use something like this before the TPS65217C:
>>
>> http://www.linear.com/product/LTC4415
>>
>> Regards,
>> John
>>
>>
>>
>>
>> On Nov 23, 2015, at 11:19 AM, PSB  wrote:
>>
>> Hi,
>>
>> We are designing with the AM3352 and TPS65217C PMIC closely matching the
>> BBB. We have two power inputs (Primary and backup) coming from different
>> PS. We intend on connecting the primary to the AC input of the TPS65217 and
>> connect the backup to the USB input. We do not have a battery in our system
>> and need to the TPS to auto switch between the AC/USB sources when the AC
>> input is lost.
>>
>> TPS datasheet section 9.3.9.1 says that it is not recommended using this
>> mode if the battery is absent. I checked with TI who said that this mode,
>> while not recommended,  has been widely used and is also on the BBB. TI
>> suggested posting my question on the BBB forum to see if anyone has had any
>> issues or Lockout conditions when using the BBB or their custom design in
>> this mode. I will appreciate if anyone can share their experience in
>> applications similar to mine?
>>
>> Thanks in advance.
>>
>> --
>> 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.
>



-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

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


[beagleboard] branch 3.8 broken by bonegreen commits?

2015-11-24 Thread Maxim Podbereznyy
Hi! I want to compile kernel 3.8 but the following errors appear:

+ Detected build host [Ubuntu 12.04.1 LTS]
+ host: [x86_64]
+ git HEAD commit: [88e56c40cf009f72eb531e5fb25f59e172e1868c]
-
scripts/gcc: Using: arm-linux-gnueabihf-gcc (crosstool-NG
linaro-1.13.1-4.7-2013

.04-20130415 - Linaro GCC 2013.04) 4.7.3
20130328 (prerelease)
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
CROSS_COMPILE=/media/storage/Projects/usomiq/test.3.8/bb-kernel/dl/gcc-linaro-ar


m-linux-gnueabihf-4.7-2013.04-20130415_linux/bin/arm-linux-gnueabihf-
-
scripts/git: LINUX_GIT not defined in system.sh
using default location:
/media/storage/Projects/usomiq/test.3.8/bb-kernel/ignore

  /linux-src/
-
scripts/git: Debug: LINUX_GIT is setup as:
[/media/storage/Projects/usomiq/test.

  3.8/bb-kernel/ignore/linux-src].
scripts/git: [url=
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux

.git]
-
[v3.8.13-bone79 ab683b3] empty cleanup commit
HEAD is now at ab683b3 empty cleanup commit
Checking out files: 100% (45769/45769), done.
Switched to branch 'master'
Your branch is ahead of 'origin/master' by 1 commit.
fatal: No path specified. See 'man git-pull' for valid url syntax
Deleted branch v3.8.13-bone79 (was ab683b3).
Checking out files: 100% (45510/45510), done.
Switched to a new branch 'v3.8.13-bone79'
v3.8.13
Starting patch.sh
dir: dma
Applying: Without MACH_ option Early printk (DEBUG_LL)
Applying: ARM: OMAP: Hack AM33xx clock data to allow JTAG use
Applying: video: st7735fb: add st7735 framebuffer driver
Applying: dmaengine: add helper function to request a slave DMA channel
Applying: of: Add generic device tree DMA helpers
Applying: of: dma- fix build break for !CONFIG_OF
Applying: of: dma: fix typos in generic dma binding definition
Applying: dmaengine: fix build failure due to missing semi-colon
Applying: dmaengine: edma: fix slave config dependency on direction
Applying: dmaengine: add dma_get_channel_caps()
Applying: dma: edma: add device_channel_caps() support
Applying: mmc: davinci: get SG segment limits with dma_get_channel_caps()
Applying: ARM: davinci: move private EDMA API to arm/common
Applying: ARM: edma: remove unused transfer controller handlers
Applying: ARM: edma: add AM33XX support to the private EDMA API
Applying: dmaengine: edma: enable build for AM33XX
Applying: dmaengine: edma: Add TI EDMA device tree binding
Applying: ARM: dts: add AM33XX EDMA support
Applying: dmaengine: add dma_request_slave_channel_compat()
Applying: mmc: omap_hsmmc: convert to dma_request_slave_channel_compat()
Applying: mmc: omap_hsmmc: set max_segs based on dma engine limitations
Applying: mmc: omap_hsmmc: add generic DMA request support to the DT binding
Applying: ARM: dts: add AM33XX MMC support
Applying: spi: omap2-mcspi: convert to dma_request_slave_channel_compat()
Applying: spi: omap2-mcspi: add generic DMA request support to the DT
binding
Applying: ARM: dts: add AM33XX SPI DMA support
Applying: ARM: dts: Add SPI Flash support to am335x-evm
Applying: Documentation: bindings: add spansion
Applying: ARM: dts: enable spi1 node and pinmux on BeagleBone
Applying: ARM: dts: add BeagleBone Adafruit 1.8 LCD support
Applying: misc: add gpevt driver
Applying: ARM: dts: add BeagleBone gpevt support
Applying: ARM: configs: working dmaengine configs for da8xx and am33xx

..snip..

Applying: add: am335x-bonegreen
error: arch/arm/boot/dts/Makefile: does not match index
error: firmware/capes/cape-bone-dvi-00A0.dts: does not match index
error: firmware/capes/cape-bone-dvi-00A1.dts: does not match index
error: firmware/capes/cape-bone-dvi-00A2.dts: does not match index
Patch failed at 0001 add: am335x-bonegreen
When you have resolved this problem run "git am --resolved".
If you would prefer to skip this patch, instead run "git am --skip".
To restore the original branch and stop patching run "git am --abort".


How to fix it?
-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

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


[beagleboard] Re: branch 3.8 broken by bonegreen commits?

2015-11-24 Thread Maxim Podbereznyy
bb-kernel/KERNEL$ git diff --cached


diff --git a/firmware/capes/cape-bone-dvi-00A0.dts
b/firmware/capes/cape-bone-dvi-00A0.dts
index 577a474..453d495 100644
--- a/firmware/capes/cape-bone-dvi-00A0.dts
+++ b/firmware/capes/cape-bone-dvi-00A0.dts
@@ -44,7 +44,6 @@
/* the hardware IP uses */
"gpio1_18",
"gpio1_19",
-   "gpio1_7",
"lcd";

fragment@0 {
@@ -60,7 +59,6 @@

bone_dvi_cape_dvi_00A0_pins:
pinmux_bone_dvi_cape_dvi_00A0_pins {
pinctrl-single,pins = <
-   0x1c 0x07   /*
gpmc_ad7.gpio1_7, OUTPUT | MODE7 - DVIPDn */

0xa0 0x08   /*
lcd_data0.lcd_data0, OMAP_MUX_MODE0 | AM33XX_PIN_OUTPUT | AM33XX_PULL_DISA
*/
0xa4 0x08   /*
lcd_data1.lcd_data1, OMAP_MUX_MODE0 | AM33XX_PIN_OUTPUT | AM33XX_PULL_DISA
*/
diff --git a/firmware/capes/cape-bone-dvi-00A1.dts
b/firmware/capes/cape-bone-dvi-00A1.dts
index ac8b4c5..a7007ce 100644
--- a/firmware/capes/cape-bone-dvi-00A1.dts
+++ b/firmware/capes/cape-bone-dvi-00A1.dts
@@ -48,7 +48,6 @@
/* the hardware IP uses */
"gpio1_18",
"gpio1_19",
-   "gpio1_7",
"mcasp0",
"lcd";

@@ -65,7 +64,6 @@

bone_dvi_cape_dvi_00A1_pins:
pinmux_bone_dvi_cape_dvi_00A1_pins {
pinctrl-single,pins = <
-   0x1c 0x07   /*
gpmc_ad7.gpio1_7, OUTPUT | MODE7 - DVIPDn */

0xa0 0x08   /*
lcd_data0.lcd_data0, OMAP_MUX_MODE0 | AM33XX_PIN_OUTPUT | AM33XX_PULL_DISA
*/
0xa4 0x08   /*
lcd_data1.lcd_data1, OMAP_MUX_MODE0 | AM33XX_PIN_OUTPUT | AM33XX_PULL_DISA
*/
diff --git a/firmware/capes/cape-bone-dvi-00A2.dts
b/firmware/capes/cape-bone-dvi-00A2.dts
index 4c54804..78948fd 100644
--- a/firmware/capes/cape-bone-dvi-00A2.dts
+++ b/firmware/capes/cape-bone-dvi-00A2.dts
@@ -44,7 +44,6 @@
/* the hardware IP uses */
"gpio1_18",
"gpio1_19",
-   "gpio1_7",
"lcd";

fragment@0 {
@@ -60,7 +59,6 @@

bone_dvi_cape_dvi_00A2_pins:
pinmux_bone_dvi_cape_dvi_00A2_pins {
pinctrl-single,pins = <
-   0x1c 0x07   /*
gpmc_ad7.gpio1_7, OUTPUT | MODE7 - DVIPDn */

0xa0 0x08   /*
lcd_data0.lcd_data0, OMAP_MUX_MODE0 | AM33XX_PIN_OUTPUT | AM33XX_PULL_DISA
*/
        0xa4 0x08   /*
lcd_data1.lcd_data1, OMAP_MUX_MODE0 | AM33XX_PIN_OUTPUT | AM33XX_PULL_DISA
*/


2015-11-24 18:33 GMT+03:00 Maxim Podbereznyy <lisar...@gmail.com>:

> Hi! I want to compile kernel 3.8 but the following errors appear:
>
> + Detected build host [Ubuntu 12.04.1 LTS]
> + host: [x86_64]
> + git HEAD commit: [88e56c40cf009f72eb531e5fb25f59e172e1868c]
> -
> scripts/gcc: Using: arm-linux-gnueabihf-gcc (crosstool-NG
> linaro-1.13.1-4.7-2013
>
> .04-20130415 - Linaro GCC 2013.04) 4.7.3
> 20130328 (prerelease)
> Copyright (C) 2012 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> -
> CROSS_COMPILE=/media/storage/Projects/usomiq/test.3.8/bb-kernel/dl/gcc-linaro-ar
>
>
> m-linux-gnueabihf-4.7-2013.04-20130415_linux/bin/arm-linux-gnueabihf-
> -
> scripts/git: LINUX_GIT not defined in system.sh
> using default location:
> /media/storage/Projects/usomiq/test.3.8/bb-kernel/ignore
>
>   /linux-src/
> -
> scripts/git: Debug: LINUX_GIT is setup as:
> [/media/storage/Projects/usomiq/test.
>
>   3.8/bb-kernel/ignore/linux-src].
> scripts/git: [url=
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
>
>   .git]
> -
> [v3.8.13-bone79 ab683b3] empty cleanup commit
> HEAD is now at ab683b3 empty cleanup commit
> Checking out files: 100% (45769/45769), done.
> Switched to branch 'master'
> Your branch is ahead of 'origin/master' by 1 commit.
> fatal: No path specified. See 'man git-pull' for valid url syntax
> Deleted branch v3.8.13-bone79 (was ab6

Re: [beagleboard] miniPCIe+SIM cape

2015-11-20 Thread Maxim Podbereznyy
it depends on what device you want to insert into a miniPCIe slot. As far
as I know all such form-factor GSM modems are usually USB devices and PCIe
has USB lines

2015-11-20 18:17 GMT+03:00 Gerald Coley :

> The processor has no PCIe interface. It does have USB, but does not
> connect to the cape connectors.
>
>
> Gerald
>
>
> On Fri, Nov 20, 2015 at 8:37 AM, Joe  wrote:
>
>> Howdy -
>>
>> I'm looking for a BBB cape that has a miniPCIe slot and SIM card holder
>> (2FF).  I'm pretty sure this one http://elinux.org/IOTYS:IOTCape fits my
>> requirements but was wondering if there are other options out there (don't
>> want to hitch my wagon before looking at other horses).  I'm actually
>> surprised after quite a bit of Googling there aren't more cape options for
>> this.
>>
>> Joe
>>
>> --
>> 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.
>>
>
>
>
> --
> Gerald
>
> ger...@beagleboard.org
> http://beagleboard.org/
>
> --
> 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.
>



-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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] How do I get my Aptina camera (mt9m114) to work in kernel 3.14?

2015-11-12 Thread Maxim Podbereznyy
Did this sensor work in 3.8?
11 Ноя 2015 г. 14:08 пользователь "Sergi D"  написал:

> Hi All,
>
> I am trying to get work my Aptina camera MT9M114
>  in the 3.14
> kernel for a Beaglebone Black.
>
> I'm using the RobertCNelson github
> 's kernel and also the
> dtb-builder. But I had no lucky because working on I realized that there's
> no driver for that sensor in the kernel. I tried to import it from kernel
> 3.8. I copied the files and modified the Kconfig and Makefile. I obtained
> the corresponding menu entry in menuconfig. I'm able to select the driver
> as module or built-in.
>
> Anyone knows if the sensor driver is compatible with my actual kernel
> version? There are other drivers compatible with the mt9m114 sensor?
>
> I'm trying to create a device tree include (dtsi) based on the
> BB-BONE-VVDN-00A0.dts but making it static and not with overlays to add as
> include in am335x-boneblack.dts. (attached file:
> am335x-bone-cam-vvdn-00a0.dtsi)
>
> The kernel, modules and dtbs compiles without errors but when I install
> all in the BBB nothing related to /dev/video0 or media/i2c appears during
> the boot or dmesg.
>
> Porting from 3.8 to 3.14 may create pin conflicts? It is possible that
> device tree is not calling the driver?
>
> Any help will be appreciated!
> Sergi.
>
> --
> 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.
>

-- 
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] Signed BBB drivers for Windows 10

2015-11-02 Thread Maxim Podbereznyy
You need a lawyer to have a call back from GoDaddy? It's a cruel capitalism
world :)
3 Ноя 2015 г. 5:22 пользователь "Jason Kridner" <
jason.krid...@hangerhead.com> написал:

> Already found an issue. Try
> https://github.com/beagleboard/beaglebone-getting-started/releases/tag/1.1.3
>
> On Mon, Nov 2, 2015 at 9:02 PM, Jason Kridner <
> jason.krid...@hangerhead.com> wrote:
>
>> Finally, here are the drivers signed for Windows 10 to try:
>> https://github.com/beagleboard/beaglebone-getting-started/releases/tag/1.1.2
>>
>>
>> Please let me know how it goes, good or bad. I don't have a Windows 10
>> machine.
>>
>> On Mon, Oct 12, 2015 at 11:48 AM, Jason Kridner <
>> jason.krid...@hangerhead.com> wrote:
>>
>>> Just an update. Had to get a lawyer involved because the old letter had
>>> a phone number that wasn't getting answer. Still waiting on Godaddy to call
>>> me to verify.
>>>
>>> On Thu, Oct 1, 2015 at 9:53 PM, William Hermans 
>>> wrote:
>>>
 *The drivers are signed for 10, but the certificate expired. I got
> paperwork to GoDaddy 2 days ago to get it renewed. Waiting for them to 
> call
> to verify. They had been calling the wrong number for weeks. Might still
> need to get them a note from a lawyer that will cost pointless money, but
> we'll see. *
>

 Yikes ! And my bad I had not realized. Too bad so many of us suckers
 feel compelled to use Windows in the first place. I've been using MS OSes
 since DOS 5, and now . . . I couldn't say what OS I'll be using passed
 Windows 8. For the desktop that is.

>
 On Thu, Oct 1, 2015 at 6:32 PM, Jason Kridner 
 wrote:

> The drivers are signed for 10, but the certificate expired. I got
> paperwork to GoDaddy 2 days ago to get it renewed. Waiting for them to 
> call
> to verify. They had been calling the wrong number for weeks. Might still
> need to get them a note from a lawyer that will cost pointless money, but
> we'll see.
>
> On Oct 1, 2015, at 5:54 PM, William Hermans  wrote:
>
> I do not believe there are any signed drivers for Win10 yet. I also
> would not expect any for a while either. Due to MS's dodgy EULA for 
> Windows
> 10.
>
> You can disable driver signing though.
>
> On Thu, Oct 1, 2015 at 2:50 PM, Manish Shakya <
> manishshakya...@gmail.com> wrote:
>
>> Hi Everyone,
>>
>> Where can I find signed drivers for Windows 10?
>>
>> Thanks
>>
>> Manish
>>
>> --
>> 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.
>>
>
> --
> 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.
>
> --
> 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.
>

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

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

-- 
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] Compatibility of AM3359 with Red Hat Enterprise Linux

2015-10-27 Thread Maxim Podbereznyy
https://fedoraproject.org/wiki/Architectures/ARM

2015-10-27 18:12 GMT+03:00 mars :

> Hello,
>
> I am using BBB, I want to install an application that require RHEL OS.
>
> Is there a version of RHEL operating system compatible with the BBB(ARMv7
> inside it)?
>
> Thank you.
>
> Best regards,
>
> A. Mars
>
> --
> 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.
>



-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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: eMMC speed?

2015-10-21 Thread Maxim Podbereznyy
Pretty much disappointing numbers. ARM architecture is crap
21 Окт 2015 г. 18:49 пользователь  написал:

> Hi,
>
>
> We are using Micron eMMC part MTFC4GMDEA-4M  (4GB version) and we are
> getting really low R/W numbers on custom vybrid board (Freescale Vybrid
> MVF51NS151CMK50
> 
>  ).
> We are using custom software (non-Linux) on this board.
>
> Micron eMMC:
> 25MB data transfer in 256KB R/W blocks. Multi-block transfer enabled in
> driver, using DMA.
> Read *14*.0964 MBytes/sec : Write *5.5*438 MBytes/sec
>
> While on 1GB MMCplus card we getting R/W
> Read ~ 23 MB/s  , Write ~ 10 MB/s
>
> Can anyone point out any special fix we need to do for eMMC as MMCplus and
> class 10 SD cards are performing double than micron eMMC. Although eMMC
> datasheet claims 40 MB/s and 20MB/s for R/W but we are not even getting
> half of that.
>
> Regards,
> Sarfraz Ahmad
>
>
> On Wednesday, June 25, 2014 at 11:50:56 AM UTC-4, David Paden wrote:
>>
>> Hi,
>>
>> Just tested on my BeagleBone Black A5C with 2GB micron eMMC.  Tested with
>> latest Debian Beta booting from SD card (Samsung EVO 32GB Class 10).
>> Here's my numbers:
>>
>> SD Read:
>> root@beaglebone:~# dd if=zero of=/dev/null bs=200M count=1
>> 1+0 records in
>> 1+0 records out
>> 209715200 bytes (210 MB) copied, 10.9215 s, 19.2 MB/s
>>
>> SD Write:
>> root@beaglebone:~# dd if=/dev/zero of=zero bs=200M count=1
>> 1+0 records in
>> 1+0 records out
>> 209715200 bytes (210 MB) copied, 15.297 s, 13.7 MB/s
>>
>> 2GB eMMC Read:
>> root@beaglebone:~# dd if=emmc/zero of=/dev/null bs=200M count=1
>> 1+0 records in
>> 1+0 records out
>> 209715200 bytes (210 MB) copied, 10.4306 s, 20.1 MB/s
>>
>> 2GB eMMC Write:
>>  dd if=/dev/zero of=emmc/zero bs=200M count=1
>> 1+0 records in
>> 1+0 records out
>> 209715200 bytes (210 MB) copied, 39.1959 s, 5.4 MB/s
>>
>>
>> I have 4GB Micron part (MTFC4GMDEA-4M) on my custom AM335x board (similar
>> to BeagleBone Black design) and get this on it's eMMC (booted to eMMC):
>>
>> 4GB eMMC Read:
>> 1+0 records in
>> 1+0 records out
>> 209715200 bytes (210 MB) copied, 7.65176 s, 27.4 MB/s
>>
>> 4GB eMMC Write:
>> ./dd if=/dev/zero of=zero bs=200M count=1
>> 1+0 records in
>> 1+0 records out
>> 209715200 bytes (210 MB) copied, 20.3072 s, 10.3 MB/s
>>
>> Thanks,
>> Dave
>>
>>
>> On Sunday, June 8, 2014 7:59:04 AM UTC-4, vescov...@gmail.com wrote:
>>>
>>> I was wondering if anyone has any number comparing the 2GB eMMCs
>>> (original BBB) and the 4GB (Rev C) eMMC speeds?
>>>
>>> They claim it is faster but would like to see proof.
>>>
>>> When I compared the Micron 2GB eMMC vs. the SanDisk iNAND parts of the
>>> same size the SanDisk parts smoked the Micron.
>>>
>>> I found boot and R/W times on the Micron parts are awful. So much so
>>> even some off brand off-the-shelf standalone uSD cards show much faster
>>> boot times (just the reading phase).
>>>
>>>
>>>
>>> Both the SanDisk and the Micron parts have the Double Data Rate (DDR)
>>> feature which would speed thing up greatly but this ability on the AM335x
>>> seems to be broken.
>>>
>>> TI claims DDR was not implemented and should never have been included in
>>> the TRM ..which I see they now have amended.
>>>
>>>
>>>
>>> Any numbers?
>>>
>> --
> 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.
>

-- 
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] TI Announcement of the AM5728 and EVM

2015-10-15 Thread Maxim Podbereznyy
AM5728 for $75 @1k??? Ridiculously high price. I think imx6q is a better
deal and the Plus version is on the way

2015-10-15 7:07 GMT+03:00 William Hermans :

> Also. . .
>
> *IVA support only for IPU2 is kind of a bummer . . .But I'm wondering if
>> the GPU could be used for GPGPU processing since it seems to sit on the L3
>> interconnect as well.*
>>
>
> I was under the impression, and quite incorrectly that each IPU mentioned
> in the TRM was a single processor. When in fact each IPU is a subsystem
> with 2 M4 cores, not singles. Which is good news after all.
>
> And dahm, this newer processor sure is getting complex. Seeing mention in
> the TRM to read other documents in relation to the various different cores.
> Like you eluded to above Robert. heh. Read the C6000 TRM, M4 TRM, plus what
> else ? On top of the 7483 pages already in the AM572x TRM . . .heh lots of
> reading to do . . .
>
> On Wed, Oct 14, 2015 at 8:58 PM, William Hermans 
> wrote:
>
>> Robert,
>>
>> I'm curious, have you played at all with remoteproc / RPMsg at all ?
>> Seems very interesting, but also complex in setup. Also, not so sure if
>> anything other than TI-RTOS is supported on the various beagle products.
>> But was more interested in something else, perhaps even bare metal.
>>
>> On Wed, Oct 14, 2015 at 8:19 PM, Robert Nelson 
>> wrote:
>>
>>> On Wed, Oct 14, 2015 at 10:01 PM, William Hermans 
>>> wrote:
>>> >> 7.1.1 Introduction
>>> >> The device instantiates two dual Cortex™-M4 image processor unit (IPU)
>>> >> subsystems:
>>> >> • IPU1 subsystem is available for general purpose usage
>>> >> • IPU2 subsystem is dedicated to IVA support and is not available for
>>> >> other processing
>>> >
>>> >
>>> > IVA support only for IPU2 is kind of a bummer . . .But I'm wondering
>>> if the
>>> > GPU could be used for GPGPU processing since it seems to sit on the L3
>>> > interconnect as well.
>>>
>>> Well there's opencl from ti for the dual c6000's.. ;)
>>>
>>> http://git.ti.com/gitweb/?p=opencl/ti-opencl.git;a=summary
>>>
>>> Regards,
>>>
>>> --
>>> Robert Nelson
>>> https://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/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.
>



-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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] TI Announcement of the AM5728 and EVM

2015-10-15 Thread Maxim Podbereznyy
Imx6 plus is going to have M4 on die
15 Окт 2015 г. 19:38 пользователь "William Hermans" <yyrk...@gmail.com>
написал:

> *I presume DSPs and microcontrollers on die are a selling point for Sitara
>> AM57xx.  I'm curious if anyone knows if there are other suppliers that
>> offer ARM Cortex A series processor with microcontroller core(s) on die?*
>>
>
> IPU is a generic enough term one would think so, but I've never seen one
> yet. PRU< definately not, that is unique to TI.
>
> On Thu, Oct 15, 2015 at 8:29 AM, Drew Fustini <pdp7p...@gmail.com> wrote:
>
>> I do like my Novena open hardware laptop with iMX6 :)
>>
>> I presume DSPs and microcontrollers on die are a selling point for Sitara
>> AM57xx.  I'm curious if anyone knows if there are other suppliers that
>> offer ARM Cortex A series processor with microcontroller core(s) on die?
>>
>> Thanks
>> Drew
>> On Oct 15, 2015 1:35 AM, "Maxim Podbereznyy" <lisar...@gmail.com> wrote:
>>
>>> AM5728 for $75 @1k??? Ridiculously high price. I think imx6q is a better
>>> deal and the Plus version is on the way
>>>
>>> 2015-10-15 7:07 GMT+03:00 William Hermans <yyrk...@gmail.com>:
>>>
>>>> Also. . .
>>>>
>>>> *IVA support only for IPU2 is kind of a bummer . . .But I'm wondering
>>>>> if the GPU could be used for GPGPU processing since it seems to sit on the
>>>>> L3 interconnect as well.*
>>>>>
>>>>
>>>> I was under the impression, and quite incorrectly that each IPU
>>>> mentioned in the TRM was a single processor. When in fact each IPU is a
>>>> subsystem with 2 M4 cores, not singles. Which is good news after all.
>>>>
>>>> And dahm, this newer processor sure is getting complex. Seeing mention
>>>> in the TRM to read other documents in relation to the various different
>>>> cores. Like you eluded to above Robert. heh. Read the C6000 TRM, M4 TRM,
>>>> plus what else ? On top of the 7483 pages already in the AM572x TRM . .
>>>> .heh lots of reading to do . . .
>>>>
>>>> On Wed, Oct 14, 2015 at 8:58 PM, William Hermans <yyrk...@gmail.com>
>>>> wrote:
>>>>
>>>>> Robert,
>>>>>
>>>>> I'm curious, have you played at all with remoteproc / RPMsg at all ?
>>>>> Seems very interesting, but also complex in setup. Also, not so sure if
>>>>> anything other than TI-RTOS is supported on the various beagle products.
>>>>> But was more interested in something else, perhaps even bare metal.
>>>>>
>>>>> On Wed, Oct 14, 2015 at 8:19 PM, Robert Nelson <
>>>>> robertcnel...@gmail.com> wrote:
>>>>>
>>>>>> On Wed, Oct 14, 2015 at 10:01 PM, William Hermans <yyrk...@gmail.com>
>>>>>> wrote:
>>>>>> >> 7.1.1 Introduction
>>>>>> >> The device instantiates two dual Cortex™-M4 image processor unit
>>>>>> (IPU)
>>>>>> >> subsystems:
>>>>>> >> • IPU1 subsystem is available for general purpose usage
>>>>>> >> • IPU2 subsystem is dedicated to IVA support and is not available
>>>>>> for
>>>>>> >> other processing
>>>>>> >
>>>>>> >
>>>>>> > IVA support only for IPU2 is kind of a bummer . . .But I'm
>>>>>> wondering if the
>>>>>> > GPU could be used for GPGPU processing since it seems to sit on the
>>>>>> L3
>>>>>> > interconnect as well.
>>>>>>
>>>>>> Well there's opencl from ti for the dual c6000's.. ;)
>>>>>>
>>>>>> http://git.ti.com/gitweb/?p=opencl/ti-opencl.git;a=summary
>>>>>>
>>>>>> Regards,
>>>>>>
>>>>>> --
>>>>>> Robert Nelson
>>>>>> https://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.
>>>>>> Fo

[beagleboard] TI sitara sdk

2015-10-12 Thread Maxim Podbereznyy
Hey guys!

Does anyone know which benefits this sdk provides? I used to use building 
scripts from Robert Nelson, but this SDK seems to offer more flexible tool

http://www.ti.com/lsds/ti/tools-software/processor_sw.page?DCMP=epd-sdo-pro-prosdk-wwe=epd-sdo-pro-prosdk-pr-lp-sdk-wwe

Отправлено с iPad

-- 
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] Determining RAM Usage on BBB

2015-10-06 Thread Maxim Podbereznyy
You can review code from utilities top or htop. Sources are open
6 Окт 2015 г. 17:58 пользователь "cem mortas"  написал:

> Hi Everyone,
> I want to show RAM usage of BBB while it is working. Is there any way to
> determine RAM usage of a BBB? Do you have a sample code for this?
>
> --
> 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.
>

-- 
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: Can a beaglebone black go through a luggage X-ray machine?

2015-09-22 Thread Maxim Podbereznyy
When we inspected BGA soldering for possible issues it never got spoiled
after that. A special 3D X-ray inspection machine was used

2015-09-22 17:39 GMT+03:00 acheesehead :

> I went through security with one and TSA thought it was suspicious. They
> put it under the X-Ray machine and stared at it for about a minute. It has
> been confused since then. Sometimes boots, sometimes not. While a brief
> exposure is probably OK. A prolonged exposure might fry something.
>
>
> On Monday, September 21, 2015 at 4:00:13 PM UTC-6, tra...@ualberta.ca
> wrote:
>>
>> Can a beaglebone black survive going through a luggage X-Ray machine?
>
> --
> 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.
>



-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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] Reverse Protection on 5V Connector

2015-09-10 Thread Maxim Podbereznyy
Actually not. Tps65217 has an internal protection for up to 20V on the AC
pin. LDO can accept it also as far as I remember.
10 Сен 2015 г. 18:46 пользователь "Fohnbit"  написал:

> Hi Gerald,
>
> ok, 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+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] Issues with FTDI cable on Windows with BBB

2015-09-10 Thread Maxim Podbereznyy
I use the FTDI cable for years with no errors at all under Win7 64bits.
Usually I use putty but also used Hyper Terminal without issues. You should
configure the port 115200 8 bits, no parity
10 Сен 2015 г. 17:44 пользователь "Taceant Omnes" 
написал:

> I have used putty via USB on Windows on BB White without issue for
> more than a year. BB White has a FTDI chip.
>
> Now I am trying to use the BB Black with the FTDI cable recommended in
> the BBB manual, however it is not working in 95% of my tries. Once it
> worked when I had the cable working with Putty in Linux and moved the
> cable to the Windows PC. By not working I mean nothing I type gets
> displayed, or occasionally only a few garbage characters appear (for
> example after I power up the BBB).
>
> I am using the latest FTDI drivers for Windows (32 bits), the latest
> version of putty. I have this problem with both Angstrom and Debian on
> a BBB rev. B and C. I am configuring putty with 115200 baud. I tried
> Tera Term but no luck either. Also tried with and without external
> power supply.
>
> On Linux things are well enough with BBB and the FTDI cable (though
> not as good as with BBW). I also tried a UART-USB bridge with CP210x
> and it is working well enough on BBB in both Windows and Linux.
>
> Any ideas on how to make the recommend FTDI cable work reliably on
> Windows with BBB?
>
> --
> 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.
>

-- 
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] Issues with FTDI cable on Windows with BBB

2015-09-10 Thread Maxim Podbereznyy
You should go to the FTDI website and download the latest driver.

10 Сен 2015 г. 20:00 пользователь "Taceant Omnes" <tace...@gmail.com>
написал:
>
> On 10 September 2015 at 17:30, Maxim Podbereznyy <lisar...@gmail.com>
wrote:
> > I use the FTDI cable for years with no errors at all under Win7 64bits.
> > Usually I use putty but also used Hyper Terminal without issues. You
should
> > configure the port 115200 8 bits, no parity
>
> Thanks Maxim. My serial port configuration is the same as yours. I am
> using Windows 7 32 bits (for my sins!).
>
> --
> 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.

-- 
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] Issues with FTDI cable on Windows with BBB

2015-09-10 Thread Maxim Podbereznyy
I confirm what Graham describes. I had issues with custom boards where
bought FTDI chips were used, but never with FTDI  cables purchased from
digikey
10 Сен 2015 г. 21:10 пользователь "Graham" <gra...@flex-radio.com> написал:

> Are you sure it is a "real" FTDI cable.
> There were some cables out there that look the same, but were built with
> counterfeit FTDI chips.
> FTDI released some (Windows) driver updates this past May that could tell
> them apart, and not work with the counterfeit chips.
> They later recalled them, but you may still have them.
>
> --- Graham
>
> ==
>
>
> On Thursday, September 10, 2015 at 12:55:03 PM UTC-5, Taceant Omnes wrote:
>>
>> On 10 September 2015 at 18:38, Maxim Podbereznyy <lisa...@gmail.com>
>> wrote:
>> > You should go to the FTDI website and download the latest driver.
>>
>> Thanks. I already did that. Also I tried two different FTDI cables
>> just in case one was not good.
>>
> --
> 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.
>

-- 
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] element14 vs Circuitco Rev C

2015-09-09 Thread Maxim Podbereznyy
>From your logs:
BBB circuitCO
Kernel command line: console=ttyO0,115200n8
capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN

Element14:
Kernel command line: console=ttyO0,115200n8
capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN
root=UUID=319a7dc6-9ece-408a-877f-f7c38bebb825 ro rootfstype=ext4 rootwait
fixrtc init=/lib/systemd/systemd

Are you sure that everuthing is the same? I doubt it

2015-09-09 8:15 GMT+03:00 Fohnbit :

> Hello Gerald,
>
> yes, I also think this ... but this is bad for me.
> I thought that BBB RevC = BBB RevC :-(
>
> Maybe someone know who is different and maybe I can optimize my own image?
>
> 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/d/optout.
>



-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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] To Enable MMC2 in U-boot

2015-08-29 Thread Maxim Podbereznyy
Pin mux
29 Авг 2015 г. 15:03 пользователь Dileep D R drdilee...@gmail.com
написал:

 Hi,

 I am trying to enable MMC2 in U-boot. Below are my changes in U-boot
 source.

 File: board.c
 Function : cpu_mmc_init
 Added : omap_mmc_init(2, 0, 0, -1, -1);

 File: mmc_host_def.h
 Added : #define OMAP_HSMMC3_BASE 0x47810100

 File: clock_am33xx.c
 Function : enable_basic_clocks
 Added : cmper-mmc2clkctrl, --- u32 *const clk_modules_explicit_en[];

 when booted i am getting:

 U-Boot 2015.10-rc2-00179-g79c884d-dirty (Aug 29 2015 - 09:26:57 +)

 Watchdog enabled
 I2C: ready
 DRAM: 512 MiB
 MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1, OMAP SD/MMC: 2

 *Card did not respond to voltage select! MMC init failed*Net: ethaddr
 not set. Validating first E-fuse MAC
 cpsw, usb_ether
 Hit any key to stop autoboot: 0


 Regards,
 Dileep

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


-- 
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] Wl12xx

2015-08-28 Thread Maxim Podbereznyy
Enable dummy regulators in the kernel
28 Авг 2015 г. 14:30 пользователь Iain Hunter drhunte...@gmail.com
написал:

 Hi

 This is not good. You have tried to start mmc3 but it failed to get a
 regulator, so may not have continued its initialisation - i don't know how
 driver behaves in this case.
  omap_hsmmc 4781.mmc: unable to get vmmc regulator -517

 So suggestion would be to trace omap_hsmmc driver to understand why it
 fails to get a regulator.
 Iain

 On 28 August 2015 at 04:34, Dileep drdilee...@gmail.com wrote:

 Hi lain,

 I have configured MMC3 for SDIO communiction. but still sdio
 communication is not up.

 If clock is not enabled by default for MMC3 how can it be done in device
 tree,

 dmesg log shows:
 [4.259093] omap_hsmmc 4781.mmc: unable to get vmmc regulator -517


 Device tree configurations.

 wl12xx_vmmc: fixedregulator@2 {
 pinctrl-names = default;
 pinctrl-0 = wl12xx_gpio;
 compatible = regulator-fixed;
 regulator-name = vwl1271;
 regulator-min-microvolt = 180;
 regulator-max-microvolt = 180;
 gpio = gpio0 27 0;
 startup-delay-us = 7;
 enable-active-high;
 };

 mmc3_pins: pinmux_mmc3_pins {
 pinctrl-single,pins = 
 0x3C (PIN_INPUT_PULLUP | MUX_MODE3) /* mmc2_dat3 */
 0x38 (PIN_INPUT_PULLUP | MUX_MODE3) /* mmc2_dat2 */
 0x34 (PIN_INPUT_PULLUP | MUX_MODE3) /* mmc2_dat1 */
 0x30 (PIN_INPUT_PULLUP | MUX_MODE3) /* mmc2_dat0 */
 0x8c (PIN_INPUT_PULLUP | MUX_MODE3) /* mmc2_clk */
 0x88 (PIN_INPUT_PULLUP | MUX_MODE3) /* mmc2_cmd */
 ;
 };

 mmc3 {
 /* these are on the crossbar and are outlined in the
 xbar-event-map element */
 dmas = edma 32 edma 33;
 dma-names = tx, rx;

 status = okay;
 vmmc-supply = wl12xx_vmmc;
 ti,non-removable;
 bus-width = 4;
 cap-power-off-card;
 pinctrl-names = default;
 pinctrl-0 = mmc3_pins;

 #address-cells = 1;
 #size-cells = 0;
 wlcore: wlcore@2 {
 compatible = ti,wl1271;
 reg = 2;
 interrupt-parent = gpio0;
 interrupts = 26 0x4; /* gpio 31 */
 ref-clock-frequency = 3840;
 };
 };

 edma {
 ti,edma-xbar-event-map = /bits/ 16 1 32 2 33;
 };

 On Thu, Aug 27, 2015 at 10:03 PM, Iain Hunter drhunte...@gmail.com
 wrote:

 Did you use device tree in the end or modify a board.c?
 If so that looks like the mmc port is not being probed correctly as it
 is not defined. You should at least get some activity on mmc to try and
 read the type of sd card on this bus. This should identify as a wl12xx
 and then load the drivers when you insmod wlcore_sdio
 Iain

 On 26 August 2015 at 09:56, Dileep drdilee...@gmail.com wrote:

 Hi,

 When i add wl12xx module, none of the functions from wl12xx and wlcore
 are getting called.

 logs:
 root@arm:~# modprobe wlcore_sdio
 [   48.682409]
 [   48.682409] ** wl1271_init 
 [   48.690385]
 [   48.690385] ** sdio_register_driver 
 [   48.708615]
 [   48.708615] ** sdio_register_driver : wl1271_sdio
 
 root@arm:~# modprobe wl12xx
 [   57.901415]
 [   57.901415] ** Country : COUNTRY=00 *
 [   57.908006] cfg80211: Calling CRDA to update world regulatory domain
 [   58.061324]
 [   58.061324] ** ieee80211_init 
 [   58.067658]
 [   58.067658] ** ieee80211_init 1 
 [   58.076820]
 [   58.076820] ** ieee80211_init 2 
 [   58.086826]
 [   58.086826] ** ieee80211_init 3 
 root@arm:~# [   58.207791] cfg80211: World regulatory domain updated:
 [   58.213206] cfg80211:  DFS Master region: unset
 [   58.217588] cfg80211:   (start_freq - end_freq @ bandwidth),
 (max_antenna_gain, max_eirp), (dfs_cac_time)
 [   58.229554] cfg80211:   (2402000 KHz - 2472000 KHz @ 4 KHz),
 (N/A, 2000 mBm), (N/A)
 [   58.237609] cfg80211:   (2457000 KHz - 2482000 KHz @ 4 KHz),
 (N/A, 2000 mBm), (N/A)
 [   58.246721] cfg80211:   (2474000 KHz - 2494000 KHz @ 2 KHz),
 (N/A, 2000 mBm), (N/A)
 [   58.255431] cfg80211:   (517 KHz - 525 KHz @ 8 KHz,
 16 KHz AUTO), (N/A, 2000 mBm), (N/A)
 [   58.265659] cfg80211:   (525 KHz - 533 KHz @ 8 KHz,
 16 KHz AUTO), (N/A, 2000 mBm), (0 s)
 [   58.275796] cfg80211:   (549 KHz - 573 KHz @ 16 KHz),
 (N/A, 2000 mBm), (0 s)
 [   58.284697] cfg80211:   (5735000 KHz - 5835000 KHz @ 8 KHz),
 (N/A, 2000 mBm), (N/A)
 [   58.293341] cfg80211:   (5724 KHz - 6372 KHz @ 216 KHz),
 (N/A, 0 mBm), (N/A)

 root@arm:~# lsmod
 Module  Size  Used by
 wl12xx 64379  0
 wlcore213095  1 wl12xx
 mac80211  631232  2 wl12xx,wlcore
 cfg80211  518978  2 mac80211,wlcore
 rfkill 20618  1 cfg80211
 wlcore_sdio 8050  0
 snd_soc_evm 7798  0
 

Re: [beagleboard] Camera solution for industrial use.

2015-08-28 Thread Maxim Podbereznyy
It is strange but Google searching works for me:
http://www.radiumboards.com/HD_Camera_Cape_for_BeagleBone_Black.php
27 Авг 2015 г. 18:46 пользователь katarti84 via BeagleBoard 
beagleboard@googlegroups.com написал:

 Ok, i work over a project about color sorting into food industry with less
 cost.

 I have decided to use Beaglebone Black.
 In order to do the color sorting i will use OpenCV.
 The problem that occurs is the hardware part - the camera.

 As far as google can tell me my only option is a webcam - via usb. (lot of
 options for R-Pi though)
 The program will only take snapshots.
 Than means the time it takes for a snapshot has to be minimum and same,
 every time.

 Could you suggest the best and affordable option?


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


-- 
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] BBB USB Hard drive boot - help

2015-08-21 Thread Maxim Podbereznyy
What's the problem to mount a hdd after Linux booted?
21 Авг 2015 г. 9:53 пользователь Tomasz Lipiński 
tomasz.lipinski@gmail.com написал:

 Welcome,

 As for the beggining i would like to say tha im new to BeagleBoard
 enviroment , so please be patient.
 I`m really curious if it is possible to use external USB hard drive (with
 own power supply) to use as main drive after boot sequence on BeagleBoard
 Black rev c.
 I tried to follow up those instructions :

 https://lumpynose.wordpress.com/2014/02/10/beaglebone-black-usb-hard-drive-boot-setup/
 and
 http://blog.ippe.biz/2013/11/running-ubuntu-off-usb-hard-drive-on.html
 but they seem to be a little bit outdated sadly ...
 For now i have used following image flashed into eMMC :

 https://rcn-ee.com/rootfs/2015-08-17/flasher/BBB-eMMC-flasher-debian-8.1-console-armhf-2015-08-17-2gb.img.xz



 Any help with that matter would be much appreciated.

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


-- 
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] Wl12xx

2015-08-19 Thread Maxim Podbereznyy
why not? this package enables wl12 for TI's am335x EVMSK and uses the
device tree
http://www.ti.com/tool/PROCESSOR-SDK-AM335X


2015-08-19 16:49 GMT+03:00 Dileep drdilee...@gmail.com:

 Wl12xx will not support device tree. Need to find out other procedure to
 enable in some board init function

 On Wed, Aug 19, 2015 at 7:03 PM, Maxim Podbereznyy lisar...@gmail.com
 wrote:

 I don't see a wl12 boot message when the firmware is successfully loaded

 2015-08-19 16:32 GMT+03:00 Maxim Podbereznyy lisar...@gmail.com:

 did you place t-connectivity directory to /lib/firmware?

 2015-08-19 9:05 GMT+03:00 Dileep D R drdilee...@gmail.com:


 Hi,

 Interfacing wifi module (wl12xx ti chipset) with beaglebone black.
 Unable to bring up wlan0 interface, please guide me for proper device tree
 configuration.

 After booting excecuted
 modprobe wlcore_sdio
 modprobe wl12xx


 Below are my configurations.

 Kernel : 4.1
 Rootfs : Debian

 Device Tree:

 / {
 vwlan_en_reg: regulator-vwlan-en {
 compatible = regulator-fixed;
 regulator-name = vwlan_en;
 regulator-min-microvolt = 180;
 regulator-max-microvolt = 180;
 gpio = gpio0 27 0;
 enable-active-high;
 startup-delay-us = 7;
 pinctrl-names = default;
 pinctrl-0 = wlan_enable_pins;
 };
 };

 am33xx_pinmux {

 wlan_pins: pinmux_wlan_pins {
 pinctrl-single,pins = 
 0x28 (PIN_INPUT_PULLUP | MUX_MODE7)/* gpio0_26 WL_IRQ */
 ;
 };

 wlan_enable_pins: pinmux_wlan_enable_pins {
 pinctrl-single,pins = 
 0x2c (PIN_OUTPUT_PULLUP | MUX_MODE7) /* gpio0_27 WL_EN */
 ;
 };

 mmc2_pins: pinmux_mmc2_pins {
 pinctrl-single,pins = 
 0x3C (PIN_INPUT_PULLUP | MUX_MODE3) /* mmc2_dat3 */
 0x38 (PIN_INPUT_PULLUP | MUX_MODE3) /* mmc2_dat2 */
 0x34 (PIN_INPUT_PULLUP | MUX_MODE3) /* mmc2_dat1 */
 0x30 (PIN_INPUT_PULLUP | MUX_MODE3) /* mmc2_dat0 */
 0x8c (PIN_INPUT_PULLUP | MUX_MODE3) /* mmc2_clk */
 0x88 (PIN_INPUT_PULLUP | MUX_MODE3) /* mmc2_cmd */
 ;
 };
 };

 i2c2 {
 pinctrl-names = default;
 pinctrl-0 = i2c2_pins;

 status = okay;
 clock-frequency = 10;

 /* ODIN-W160 EEPROM */
 eeprom@5D {
 compatible = at,24c64;
 reg = 0x5D;
 pagesize = 32;
 };
 };

 mmc2 {
 non-removable; /* TI specific feature */
 bus-width = 4;
 cap-power-off-card; /* TI specific feature */
 vmmc-supply = vwlan_en_reg;
 pinctrl-names = default;
 pinctrl-0 = mmc2_pins wlan_pins;
 status = okay;

 #address-cells = 1;
 #size-cells = 0;
 wlcore: wlcore@0 {
 compatible = ti,wl1273;
 reg = 2;
 interrupt-parent = gpio0;
 interrupts = 26 0x4;
 ref-clock-frequency = 3840;
 };
 };

 dmesg log:

 [0.00] Booting Linux on physical CPU 0x0
 [0.00] Initializing cgroup subsys cpuset
 [0.00] Initializing cgroup subsys cpu
 [0.00] Initializing cgroup subsys cpuacct
 [0.00] Linux version 4.1.3+ (dileep@ubuntu) (gcc version 4.6.3
 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #2 SMP PREEMPT Tue Aug 18 16:54:12 IST 
 2015
 [0.00] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7),
 cr=10c5387d
 [0.00] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing
 instruction cache
 [0.00] Machine model: TI AM335x BeagleBone Black
 [0.00] cma: Reserved 24 MiB at 0x9e00
 [0.00] Memory policy: Data cache writeback
 [0.00] On node 0 totalpages: 130560
 [0.00] free_area_init_node: node 0, pgdat c0f4c700,
 node_mem_map df96d000
 [0.00]   Normal zone: 1152 pages used for memmap
 [0.00]   Normal zone: 0 pages reserved
 [0.00]   Normal zone: 130560 pages, LIFO batch:31
 [0.00] CPU: All CPU(s) started in SVC mode.
 [0.00] AM335X ES2.1 (sgx neon )
 [0.00] PERCPU: Embedded 13 pages/cpu @df925000 s22336 r8192
 d22720 u53248
 [0.00] pcpu-alloc: s22336 r8192 d22720 u53248 alloc=13*4096
 [0.00] pcpu-alloc: [0] 0
 [0.00] Built 1 zonelists in Zone order, mobility grouping on.
 Total pages: 129408
 [0.00] Kernel command line: console=ttyO0,115200n8
 root=/dev/nfs rw 
 nfsroot=192.168.0.101:/home/dileep/BeagleBone/rootfs_debian
 ip=192.168.0.105:eth0
 [0.00] PID hash table entries: 2048 (order: 1, 8192 bytes)
 [0.00] Dentry cache hash table entries: 65536 (order: 6, 262144
 bytes)
 [0.00] Inode-cache hash table entries: 32768 (order: 5, 131072
 bytes)
 [0.00] Memory: 475580K/522240K available (10502K kernel code,
 881K rwdata, 3680K rodata, 672K init, 901K bss, 22084K reserved, 24576K
 cma-reserved, 0K highmem)
 [0.00] Virtual kernel memory layout:
 vector  : 0x - 0x1000   (   4 kB)
 fixmap  : 0xffc0 - 0xfff0   (3072 kB)
 vmalloc

Re: [beagleboard] TLV320AIC32X4

2015-08-19 Thread Maxim Podbereznyy
I think these regulators are not necessary because you supply them in
hardware anyway. Using dummy regulators is sufficient.

These are the problems to solve:
[   15.986046] tlv320aic32x4 2-0018: Failed getting the mclk. The current
implementation does not support the usage of this codec without mclk
..
[   16.156996] tlv320aic32x4: probe of 2-0018 failed with error -2
..
[   16.619921] ERROR: could not get clock /sound:mclk(0)

I have used this codec with imx6 and dm3730 without any issues but a
kernels used were 3.0.15 and 3.2. Can't help you with DTC config


2015-08-19 16:11 GMT+03:00 Dileep D R drdilee...@gmail.com:

 I am failing in defining regulators for TLV320AIC32X4 driver in Device
 tree, it requires ldoin, iov, dv, av. Following is the errors coming in
 dmesg.

 [   16.607195] 2-0018 supply iov not found, using dummy regulator
 [  OK  ] Started Update UTMP about System Boot/Shutdown.
 [   16.773985] tilcdc 4830e000.lcdc: no encoders/connectors found
 [   16.801256] tlv320aic32x4 2-0018: Missing supply 'dv' or 'ldoin'
 [   16.827132] tilcdc 4830e000.lcdc: failed to initialize mode setting
 [   16.888978] tlv320aic32x4 2-0018: Failed to setup regulators


 On Wednesday, 19 August 2015 16:24:46 UTC+5:30, lisarden wrote:

 Although it is not the reason for your problem, but you mentioned first
 that the codec has the external frequency of 24MHz. Here is written only 12:
 ti,codec-clock-rate = 1200;
 19 Авг 2015 г. 8:18 пользователь Dileep D R drdil...@gmail.com
 написал:


 Hi,

 Interfacing TLV320AIC3254 with beaglebone black. Unable to play .wav
 with aplay. Below are my configurations, please let me know where i am
 going wrong.

 Kernel : 4.1
 Rootfs : Debian

 Clock source TLV320AIC3254 : Externel 24Mhz


 Device Tree:

 bone_audio_cape_audio_pins: pinmux_bone_audio_cape_audio_pins {
 pinctrl-single,pins = 
 0x1ac (PIN_INPUT | MUX_MODE0)  /*
 mcasp0_ahclkx, */
 0x19c (PIN_OUTPUT_PULLUP | MUX_MODE2)/* mcasp0_ahclkr, */
 0x194 (PIN_OUTPUT_PULLUP | MUX_MODE0)   /* mcasp0_fsx,
 */
 0x190 (PIN_OUTPUT_PULLUP | MUX_MODE0)   /*
 mcasp0_aclkr.mcasp0_aclkx */
 0x198 (PIN_OUTPUT_PULLUP | MUX_MODE0)
 ;
 };

 i2c2 {
 pinctrl-names = default;
 pinctrl-0 = i2c2_pins sc16is7xx_pins;

 status = okay;
 clock-frequency = 10;
 tlv320aic32x4: tlv320aic32x4@18 {
 compatible = ti,tlv320aic32x4;
 reg = 0x18;
 status = okay;
 };
 };
 mcasp0{

 pinctrl-names = default;
 pinctrl-0 = bone_audio_cape_audio_pins;

 status = okay;

 op-mode = 0;  /* MCASP_IIS_MODE */
 tdm-slots = 2;
 num-serializer = 16;
 serial-dir =   /* 0: INACTIVE, 1: TX, 2: RX */
 2 0 1 0
 0 0 0 0
 0 0 0 0
 0 0 0 0
 ;
 tx-num-evt = 1;
 rx-num-evt = 1;
 };

 sound {
 compatible = ti,beaglebone-black-audio;
 ti,model = TI BeagleBone Black;
 ti,audio-codec = tlv320aic32x4;
 ti,mcasp-controller = mcasp0;
 ti,codec-clock-rate = 1200;
 ti,audio-routing =
 Headphone Jack,   HPLOUT,
 Headphone Jack,   HPROUT,
 LINE1L,   Line In,
 LINE1R,   Line In;
 clock-names = mclk;
 };

 dmesg log:

 [   15.986046] tlv320aic32x4 2-0018: Failed getting the mclk. The
 current implementation does not support the usage of this codec without mclk
 [   16.125732] tilcdc 4830e000.lcdc: no encoders/connectors found
 [   16.156996] tlv320aic32x4: probe of 2-0018 failed with error -2
 [   16.181105] tilcdc 4830e000.lcdc: failed to initialize mode setting
 [   16.309482] omap_rng 4831.rng: OMAP Random Number Generator ver.
 20
 [   16.619921] ERROR: could not get clock /sound:mclk(0)
 [   16.625080] davinci_evm sound: ASoC: CODEC DAI hdmi-hifi not
 registered
 [   16.773564] davinci_evm sound: snd_soc_register_card failed (-517)

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




-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the 

Re: [beagleboard] TLV320AIC32X4

2015-08-19 Thread Maxim Podbereznyy
hdmi-hifi? You should disable it

2015-08-19 16:40 GMT+03:00 Dileep drdilee...@gmail.com:

 [   15.986046] tlv320aic32x4 2-0018: Failed getting the mclk. The current
 implementation does not support the usage of this codec without mclk
 ..
 [   16.156996] tlv320aic32x4: probe of 2-0018 failed with error -2
 ..
 [   16.619921] ERROR: could not get clock /sound:mclk(0)


 I have solved the above errors  commented out aic32x4_setup_regulators
 function. after these changes following errors are coming

 [   18.295122] davinci_evm sound: ASoC: CODEC DAI hdmi-hifi not registered
 [   18.555250] davinci_evm sound: snd_soc_register_card failed (-517)


 On Wed, Aug 19, 2015 at 7:00 PM, Maxim Podbereznyy lisar...@gmail.com
 wrote:

 I think these regulators are not necessary because you supply them in
 hardware anyway. Using dummy regulators is sufficient.

 These are the problems to solve:
 [   15.986046] tlv320aic32x4 2-0018: Failed getting the mclk. The current
 implementation does not support the usage of this codec without mclk
 ..
 [   16.156996] tlv320aic32x4: probe of 2-0018 failed with error -2
 ..
 [   16.619921] ERROR: could not get clock /sound:mclk(0)

 I have used this codec with imx6 and dm3730 without any issues but a
 kernels used were 3.0.15 and 3.2. Can't help you with DTC config


 2015-08-19 16:11 GMT+03:00 Dileep D R drdilee...@gmail.com:

 I am failing in defining regulators for TLV320AIC32X4 driver in Device
 tree, it requires ldoin, iov, dv, av. Following is the errors coming in
 dmesg.

 [   16.607195] 2-0018 supply iov not found, using dummy regulator
 [  OK  ] Started Update UTMP about System Boot/Shutdown.
 [   16.773985] tilcdc 4830e000.lcdc: no encoders/connectors found
 [   16.801256] tlv320aic32x4 2-0018: Missing supply 'dv' or 'ldoin'
 [   16.827132] tilcdc 4830e000.lcdc: failed to initialize mode setting
 [   16.888978] tlv320aic32x4 2-0018: Failed to setup regulators


 On Wednesday, 19 August 2015 16:24:46 UTC+5:30, lisarden wrote:

 Although it is not the reason for your problem, but you mentioned first
 that the codec has the external frequency of 24MHz. Here is written only 
 12:
 ti,codec-clock-rate = 1200;
 19 Авг 2015 г. 8:18 пользователь Dileep D R drdil...@gmail.com
 написал:


 Hi,

 Interfacing TLV320AIC3254 with beaglebone black. Unable to play .wav
 with aplay. Below are my configurations, please let me know where i am
 going wrong.

 Kernel : 4.1
 Rootfs : Debian

 Clock source TLV320AIC3254 : Externel 24Mhz


 Device Tree:

 bone_audio_cape_audio_pins: pinmux_bone_audio_cape_audio_pins {
 pinctrl-single,pins = 
 0x1ac (PIN_INPUT | MUX_MODE0)  /*
 mcasp0_ahclkx, */
 0x19c (PIN_OUTPUT_PULLUP | MUX_MODE2)/* mcasp0_ahclkr,
 */
 0x194 (PIN_OUTPUT_PULLUP | MUX_MODE0)   /* mcasp0_fsx,
   */
 0x190 (PIN_OUTPUT_PULLUP | MUX_MODE0)   /*
 mcasp0_aclkr.mcasp0_aclkx */
 0x198 (PIN_OUTPUT_PULLUP | MUX_MODE0)
 ;
 };

 i2c2 {
 pinctrl-names = default;
 pinctrl-0 = i2c2_pins sc16is7xx_pins;

 status = okay;
 clock-frequency = 10;
 tlv320aic32x4: tlv320aic32x4@18 {
 compatible = ti,tlv320aic32x4;
 reg = 0x18;
 status = okay;
 };
 };
 mcasp0{

 pinctrl-names = default;
 pinctrl-0 = bone_audio_cape_audio_pins;

 status = okay;

 op-mode = 0;  /* MCASP_IIS_MODE */
 tdm-slots = 2;
 num-serializer = 16;
 serial-dir =   /* 0: INACTIVE, 1: TX, 2: RX */
 2 0 1 0
 0 0 0 0
 0 0 0 0
 0 0 0 0
 ;
 tx-num-evt = 1;
 rx-num-evt = 1;
 };

 sound {
 compatible = ti,beaglebone-black-audio;
 ti,model = TI BeagleBone Black;
 ti,audio-codec = tlv320aic32x4;
 ti,mcasp-controller = mcasp0;
 ti,codec-clock-rate = 1200;
 ti,audio-routing =
 Headphone Jack,   HPLOUT,
 Headphone Jack,   HPROUT,
 LINE1L,   Line In,
 LINE1R,   Line In;
 clock-names = mclk;
 };

 dmesg log:

 [   15.986046] tlv320aic32x4 2-0018: Failed getting the mclk. The
 current implementation does not support the usage of this codec without 
 mclk
 [   16.125732] tilcdc 4830e000.lcdc: no encoders/connectors found
 [   16.156996] tlv320aic32x4: probe of 2-0018 failed with error -2
 [   16.181105] tilcdc 4830e000.lcdc: failed to initialize mode setting
 [   16.309482] omap_rng 4831.rng: OMAP Random Number Generator
 ver. 20
 [   16.619921] ERROR: could not get clock /sound:mclk(0)
 [   16.625080] davinci_evm sound: ASoC: CODEC DAI hdmi-hifi not
 registered
 [   16.773564] davinci_evm sound: snd_soc_register_card failed (-517)

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

Re: [beagleboard] Wl12xx

2015-08-19 Thread Maxim Podbereznyy
I don't see a wl12 boot message when the firmware is successfully loaded

2015-08-19 16:32 GMT+03:00 Maxim Podbereznyy lisar...@gmail.com:

 did you place t-connectivity directory to /lib/firmware?

 2015-08-19 9:05 GMT+03:00 Dileep D R drdilee...@gmail.com:


 Hi,

 Interfacing wifi module (wl12xx ti chipset) with beaglebone black. Unable
 to bring up wlan0 interface, please guide me for proper device tree
 configuration.

 After booting excecuted
 modprobe wlcore_sdio
 modprobe wl12xx


 Below are my configurations.

 Kernel : 4.1
 Rootfs : Debian

 Device Tree:

 / {
 vwlan_en_reg: regulator-vwlan-en {
 compatible = regulator-fixed;
 regulator-name = vwlan_en;
 regulator-min-microvolt = 180;
 regulator-max-microvolt = 180;
 gpio = gpio0 27 0;
 enable-active-high;
 startup-delay-us = 7;
 pinctrl-names = default;
 pinctrl-0 = wlan_enable_pins;
 };
 };

 am33xx_pinmux {

 wlan_pins: pinmux_wlan_pins {
 pinctrl-single,pins = 
 0x28 (PIN_INPUT_PULLUP | MUX_MODE7)/* gpio0_26 WL_IRQ */
 ;
 };

 wlan_enable_pins: pinmux_wlan_enable_pins {
 pinctrl-single,pins = 
 0x2c (PIN_OUTPUT_PULLUP | MUX_MODE7) /* gpio0_27 WL_EN */
 ;
 };

 mmc2_pins: pinmux_mmc2_pins {
 pinctrl-single,pins = 
 0x3C (PIN_INPUT_PULLUP | MUX_MODE3) /* mmc2_dat3 */
 0x38 (PIN_INPUT_PULLUP | MUX_MODE3) /* mmc2_dat2 */
 0x34 (PIN_INPUT_PULLUP | MUX_MODE3) /* mmc2_dat1 */
 0x30 (PIN_INPUT_PULLUP | MUX_MODE3) /* mmc2_dat0 */
 0x8c (PIN_INPUT_PULLUP | MUX_MODE3) /* mmc2_clk */
 0x88 (PIN_INPUT_PULLUP | MUX_MODE3) /* mmc2_cmd */
 ;
 };
 };

 i2c2 {
 pinctrl-names = default;
 pinctrl-0 = i2c2_pins;

 status = okay;
 clock-frequency = 10;

 /* ODIN-W160 EEPROM */
 eeprom@5D {
 compatible = at,24c64;
 reg = 0x5D;
 pagesize = 32;
 };
 };

 mmc2 {
 non-removable; /* TI specific feature */
 bus-width = 4;
 cap-power-off-card; /* TI specific feature */
 vmmc-supply = vwlan_en_reg;
 pinctrl-names = default;
 pinctrl-0 = mmc2_pins wlan_pins;
 status = okay;

 #address-cells = 1;
 #size-cells = 0;
 wlcore: wlcore@0 {
 compatible = ti,wl1273;
 reg = 2;
 interrupt-parent = gpio0;
 interrupts = 26 0x4;
 ref-clock-frequency = 3840;
 };
 };

 dmesg log:

 [0.00] Booting Linux on physical CPU 0x0
 [0.00] Initializing cgroup subsys cpuset
 [0.00] Initializing cgroup subsys cpu
 [0.00] Initializing cgroup subsys cpuacct
 [0.00] Linux version 4.1.3+ (dileep@ubuntu) (gcc version 4.6.3
 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #2 SMP PREEMPT Tue Aug 18 16:54:12 IST 2015
 [0.00] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7),
 cr=10c5387d
 [0.00] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing
 instruction cache
 [0.00] Machine model: TI AM335x BeagleBone Black
 [0.00] cma: Reserved 24 MiB at 0x9e00
 [0.00] Memory policy: Data cache writeback
 [0.00] On node 0 totalpages: 130560
 [0.00] free_area_init_node: node 0, pgdat c0f4c700, node_mem_map
 df96d000
 [0.00]   Normal zone: 1152 pages used for memmap
 [0.00]   Normal zone: 0 pages reserved
 [0.00]   Normal zone: 130560 pages, LIFO batch:31
 [0.00] CPU: All CPU(s) started in SVC mode.
 [0.00] AM335X ES2.1 (sgx neon )
 [0.00] PERCPU: Embedded 13 pages/cpu @df925000 s22336 r8192
 d22720 u53248
 [0.00] pcpu-alloc: s22336 r8192 d22720 u53248 alloc=13*4096
 [0.00] pcpu-alloc: [0] 0
 [0.00] Built 1 zonelists in Zone order, mobility grouping on.
 Total pages: 129408
 [0.00] Kernel command line: console=ttyO0,115200n8 root=/dev/nfs
 rw nfsroot=192.168.0.101:/home/dileep/BeagleBone/rootfs_debian
 ip=192.168.0.105:eth0
 [0.00] PID hash table entries: 2048 (order: 1, 8192 bytes)
 [0.00] Dentry cache hash table entries: 65536 (order: 6, 262144
 bytes)
 [0.00] Inode-cache hash table entries: 32768 (order: 5, 131072
 bytes)
 [0.00] Memory: 475580K/522240K available (10502K kernel code,
 881K rwdata, 3680K rodata, 672K init, 901K bss, 22084K reserved, 24576K
 cma-reserved, 0K highmem)
 [0.00] Virtual kernel memory layout:
 vector  : 0x - 0x1000   (   4 kB)
 fixmap  : 0xffc0 - 0xfff0   (3072 kB)
 vmalloc : 0xe080 - 0xff00   ( 488 MB)
 lowmem  : 0xc000 - 0xe000   ( 512 MB)
 pkmap   : 0xbfe0 - 0xc000   (   2 MB)
 modules : 0xbf00 - 0xbfe0   (  14 MB)
   .text : 0xc0008000 - 0xc0de1d40   (14184 kB)
   .init : 0xc0de2000 - 0xc0e8a000   ( 672 kB)
   .data : 0xc0e8a000 - 0xc0fc   ( 882 kB)
.bss : 0xc0f69000

Re: [beagleboard] Wl12xx

2015-08-19 Thread Maxim Podbereznyy
did you place t-connectivity directory to /lib/firmware?

2015-08-19 9:05 GMT+03:00 Dileep D R drdilee...@gmail.com:


 Hi,

 Interfacing wifi module (wl12xx ti chipset) with beaglebone black. Unable
 to bring up wlan0 interface, please guide me for proper device tree
 configuration.

 After booting excecuted
 modprobe wlcore_sdio
 modprobe wl12xx


 Below are my configurations.

 Kernel : 4.1
 Rootfs : Debian

 Device Tree:

 / {
 vwlan_en_reg: regulator-vwlan-en {
 compatible = regulator-fixed;
 regulator-name = vwlan_en;
 regulator-min-microvolt = 180;
 regulator-max-microvolt = 180;
 gpio = gpio0 27 0;
 enable-active-high;
 startup-delay-us = 7;
 pinctrl-names = default;
 pinctrl-0 = wlan_enable_pins;
 };
 };

 am33xx_pinmux {

 wlan_pins: pinmux_wlan_pins {
 pinctrl-single,pins = 
 0x28 (PIN_INPUT_PULLUP | MUX_MODE7)/* gpio0_26 WL_IRQ */
 ;
 };

 wlan_enable_pins: pinmux_wlan_enable_pins {
 pinctrl-single,pins = 
 0x2c (PIN_OUTPUT_PULLUP | MUX_MODE7) /* gpio0_27 WL_EN */
 ;
 };

 mmc2_pins: pinmux_mmc2_pins {
 pinctrl-single,pins = 
 0x3C (PIN_INPUT_PULLUP | MUX_MODE3) /* mmc2_dat3 */
 0x38 (PIN_INPUT_PULLUP | MUX_MODE3) /* mmc2_dat2 */
 0x34 (PIN_INPUT_PULLUP | MUX_MODE3) /* mmc2_dat1 */
 0x30 (PIN_INPUT_PULLUP | MUX_MODE3) /* mmc2_dat0 */
 0x8c (PIN_INPUT_PULLUP | MUX_MODE3) /* mmc2_clk */
 0x88 (PIN_INPUT_PULLUP | MUX_MODE3) /* mmc2_cmd */
 ;
 };
 };

 i2c2 {
 pinctrl-names = default;
 pinctrl-0 = i2c2_pins;

 status = okay;
 clock-frequency = 10;

 /* ODIN-W160 EEPROM */
 eeprom@5D {
 compatible = at,24c64;
 reg = 0x5D;
 pagesize = 32;
 };
 };

 mmc2 {
 non-removable; /* TI specific feature */
 bus-width = 4;
 cap-power-off-card; /* TI specific feature */
 vmmc-supply = vwlan_en_reg;
 pinctrl-names = default;
 pinctrl-0 = mmc2_pins wlan_pins;
 status = okay;

 #address-cells = 1;
 #size-cells = 0;
 wlcore: wlcore@0 {
 compatible = ti,wl1273;
 reg = 2;
 interrupt-parent = gpio0;
 interrupts = 26 0x4;
 ref-clock-frequency = 3840;
 };
 };

 dmesg log:

 [0.00] Booting Linux on physical CPU 0x0
 [0.00] Initializing cgroup subsys cpuset
 [0.00] Initializing cgroup subsys cpu
 [0.00] Initializing cgroup subsys cpuacct
 [0.00] Linux version 4.1.3+ (dileep@ubuntu) (gcc version 4.6.3
 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #2 SMP PREEMPT Tue Aug 18 16:54:12 IST 2015
 [0.00] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7),
 cr=10c5387d
 [0.00] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing
 instruction cache
 [0.00] Machine model: TI AM335x BeagleBone Black
 [0.00] cma: Reserved 24 MiB at 0x9e00
 [0.00] Memory policy: Data cache writeback
 [0.00] On node 0 totalpages: 130560
 [0.00] free_area_init_node: node 0, pgdat c0f4c700, node_mem_map
 df96d000
 [0.00]   Normal zone: 1152 pages used for memmap
 [0.00]   Normal zone: 0 pages reserved
 [0.00]   Normal zone: 130560 pages, LIFO batch:31
 [0.00] CPU: All CPU(s) started in SVC mode.
 [0.00] AM335X ES2.1 (sgx neon )
 [0.00] PERCPU: Embedded 13 pages/cpu @df925000 s22336 r8192 d22720
 u53248
 [0.00] pcpu-alloc: s22336 r8192 d22720 u53248 alloc=13*4096
 [0.00] pcpu-alloc: [0] 0
 [0.00] Built 1 zonelists in Zone order, mobility grouping on.
 Total pages: 129408
 [0.00] Kernel command line: console=ttyO0,115200n8 root=/dev/nfs
 rw nfsroot=192.168.0.101:/home/dileep/BeagleBone/rootfs_debian
 ip=192.168.0.105:eth0
 [0.00] PID hash table entries: 2048 (order: 1, 8192 bytes)
 [0.00] Dentry cache hash table entries: 65536 (order: 6, 262144
 bytes)
 [0.00] Inode-cache hash table entries: 32768 (order: 5, 131072
 bytes)
 [0.00] Memory: 475580K/522240K available (10502K kernel code, 881K
 rwdata, 3680K rodata, 672K init, 901K bss, 22084K reserved, 24576K
 cma-reserved, 0K highmem)
 [0.00] Virtual kernel memory layout:
 vector  : 0x - 0x1000   (   4 kB)
 fixmap  : 0xffc0 - 0xfff0   (3072 kB)
 vmalloc : 0xe080 - 0xff00   ( 488 MB)
 lowmem  : 0xc000 - 0xe000   ( 512 MB)
 pkmap   : 0xbfe0 - 0xc000   (   2 MB)
 modules : 0xbf00 - 0xbfe0   (  14 MB)
   .text : 0xc0008000 - 0xc0de1d40   (14184 kB)
   .init : 0xc0de2000 - 0xc0e8a000   ( 672 kB)
   .data : 0xc0e8a000 - 0xc0fc   ( 882 kB)
.bss : 0xc0f69000 - 0xc104a648   ( 902 kB)
 [0.00] Preemptible hierarchical RCU implementation.
 [0.00] RCU dyntick-idle grace-period acceleration is 

Re: [beagleboard] Re: RAM 1GB option

2015-08-19 Thread Maxim Podbereznyy
just to compare: 512M chip is ~7usd, 1GB chips is ~22usd. Think of the
extra value you get for the extra 512M

2015-08-19 18:34 GMT+03:00 William Hermans yyrk...@gmail.com:

 *t'd be great to get feedback from the people on the list if they'd*
 * pay for the extra $$ for 1GB if the 512MB stopped being available*
 * (ie., Rev D vs. BeagleBone Black Gig). Supposedly the Sancloud folks*
 * were going to make a 1-Gbyte-RAM + 1-Gbit-Ethernet version per*
 *
 http://beagleboard.org/Community/Forums?place=msg%2Fbeagleboard%2FRoVnCt6EFDk%2FrjBJZZfcR2kJ
 http://beagleboard.org/Community/Forums?place=msg%2Fbeagleboard%2FRoVnCt6EFDk%2FrjBJZZfcR2kJ,*
 * which was the only real reason we steered away from doing it*
 * ourselves. They seem to have built some PCBs, but I feel it has been*
 * quite a while in the waiting.*

 * Anyway, always good to get community feedback on our direction.*


 You would have to give us a price first Jason.But also am confused as to
 why it would be difficult to manufacture both. Not like you would have to
 exactly retool . . .

 On Wed, Aug 19, 2015 at 8:22 AM, Jason Kridner jkrid...@beagleboard.org
 wrote:

 It'd be great to get feedback from the people on the list if they'd
 pay for the extra $$ for 1GB if the 512MB stopped being available
 (ie., Rev D vs. BeagleBone Black Gig). Supposedly the Sancloud folks
 were going to make a 1-Gbyte-RAM + 1-Gbit-Ethernet version per

 http://beagleboard.org/Community/Forums?place=msg%2Fbeagleboard%2FRoVnCt6EFDk%2FrjBJZZfcR2kJ
 ,
 which was the only real reason we steered away from doing it
 ourselves. They seem to have built some PCBs, but I feel it has been
 quite a while in the waiting.

 Anyway, always good to get community feedback on our direction.

 On Tue, Aug 18, 2015 at 11:22 PM, Gerald Coley ger...@beagleboard.org
 wrote:
  Green is the Seed Studio $39 special.
 
  It will cost more. If Jason approves the cost increase we can make it
 happen
  on a Rev D board.
 
  X15 with 4GB would be nice. Try $40 more! I just want to see the 2G
 working
  first.
 
  Gerald
 
 
  On Tue, Aug 18, 2015 at 9:48 PM, William Hermans yyrk...@gmail.com
 wrote:
 
  1GB ram would be awesome on the BBB.
 
  So whats this green initiative ? Because an X15 with 4GB ram would be
  very welcome too . . . I mean if you're paying ~$200 already, whats
 another
  10-20 bux ?
 
  On Mon, Aug 17, 2015 at 6:22 AM, Gerald Coley ger...@beagleboard.org
  wrote:
 
  Well, I am not saying it is or it sin't. Words mean different things
 to
  different people and if LOGO we an acronym, it could mean anything!
 
  Gerald
 
 
  On Sun, Aug 16, 2015 at 10:21 PM, rh_ richard_hubb...@lavabit.com
  wrote:
 
  On Sun, 16 Aug 2015 09:58:34 -0500
  Gerald Coley ger...@beagleboard.org wrote:
 
   A board without the beagleboard.org LOGO or BeagleBone Black LOGO
 on
   it.
  
   In other words, one built by someone from the open source
 information
   and using their own assembly shop and their own testing process.
 
  Thanks. I absolutely misread it as NoLgo and was not coming up with a
  reasonable unraveling of the NoLgo acroynm. I thought Lgo was a new
  compound that is unhealthy that I had never heard of. Like lead-free.
 
  --
  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.
 
 
 
 
  --
  Gerald
 
  ger...@beagleboard.org
  http://beagleboard.org/
 
  --
  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.
 
 
  --
  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.
 
 
 
 
  --
  Gerald
 
  ger...@beagleboard.org
  http://beagleboard.org/
 
  --
  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.

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

Re: [beagleboard] Re: RAM 1GB option

2015-08-19 Thread Maxim Podbereznyy
The Green is cheaper and it will be the main reason to sell them a lot.
HDMI? Who needs it?

2015-08-19 18:47 GMT+03:00 Maxim Podbereznyy lisar...@gmail.com:

 I'm almost sure that 90% of users will be happy staying at 512M without
 paying extra 15 dollars for questionable advantage of 1GB. I even doubt the
 majority of hobbyists need 512M. If you don't use Xorg then tons of console
 applications are happy with 256M of RAM

 2015-08-19 18:40 GMT+03:00 Philip Polstra ppols...@gmail.com:

 I would like to see the price difference.  It would be nice to have a
 cheaper board and perhaps a premium board for some things.  The upgrade
 from 2GB to 4GB on the board doesn't do anything for me since my OS is much
 larger than that, but yet only the more expensive 4GB boards are
 available.  Would hate to see something similar happen with the RAM.  The
 only reason the BB Green is at all attractive to me is not because it has
 the Grove connectors, but because it is cheap and I could use it for my
 hacking drones.  For the times that I need more RAM the 1GB boards that are
 already available are nice.


 On Wed, Aug 19, 2015 at 11:22 AM Jason Kridner jkrid...@beagleboard.org
 wrote:

 It'd be great to get feedback from the people on the list if they'd
 pay for the extra $$ for 1GB if the 512MB stopped being available
 (ie., Rev D vs. BeagleBone Black Gig). Supposedly the Sancloud folks
 were going to make a 1-Gbyte-RAM + 1-Gbit-Ethernet version per

 http://beagleboard.org/Community/Forums?place=msg%2Fbeagleboard%2FRoVnCt6EFDk%2FrjBJZZfcR2kJ
 ,
 which was the only real reason we steered away from doing it
 ourselves. They seem to have built some PCBs, but I feel it has been
 quite a while in the waiting.

 Anyway, always good to get community feedback on our direction.

 On Tue, Aug 18, 2015 at 11:22 PM, Gerald Coley ger...@beagleboard.org
 wrote:
  Green is the Seed Studio $39 special.
 
  It will cost more. If Jason approves the cost increase we can make it
 happen
  on a Rev D board.
 
  X15 with 4GB would be nice. Try $40 more! I just want to see the 2G
 working
  first.
 
  Gerald
 
 
  On Tue, Aug 18, 2015 at 9:48 PM, William Hermans yyrk...@gmail.com
 wrote:
 
  1GB ram would be awesome on the BBB.
 
  So whats this green initiative ? Because an X15 with 4GB ram would
 be
  very welcome too . . . I mean if you're paying ~$200 already, whats
 another
  10-20 bux ?
 
  On Mon, Aug 17, 2015 at 6:22 AM, Gerald Coley ger...@beagleboard.org
 
  wrote:
 
  Well, I am not saying it is or it sin't. Words mean different things
 to
  different people and if LOGO we an acronym, it could mean anything!
 
  Gerald
 
 
  On Sun, Aug 16, 2015 at 10:21 PM, rh_ richard_hubb...@lavabit.com
  wrote:
 
  On Sun, 16 Aug 2015 09:58:34 -0500
  Gerald Coley ger...@beagleboard.org wrote:
 
   A board without the beagleboard.org LOGO or BeagleBone Black
 LOGO on
   it.
  
   In other words, one built by someone from the open source
 information
   and using their own assembly shop and their own testing process.
 
  Thanks. I absolutely misread it as NoLgo and was not coming up with
 a
  reasonable unraveling of the NoLgo acroynm. I thought Lgo was a new
  compound that is unhealthy that I had never heard of. Like
 lead-free.
 
  --
  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.
 
 
 
 
  --
  Gerald
 
  ger...@beagleboard.org
  http://beagleboard.org/
 
  --
  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.
 
 
  --
  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.
 
 
 
 
  --
  Gerald
 
  ger...@beagleboard.org
  http://beagleboard.org/
 
  --
  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.

 --
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard

Re: [beagleboard] Re: RAM 1GB option

2015-08-19 Thread Maxim Podbereznyy
I'm almost sure that 90% of users will be happy staying at 512M without
paying extra 15 dollars for questionable advantage of 1GB. I even doubt the
majority of hobbyists need 512M. If you don't use Xorg then tons of console
applications are happy with 256M of RAM

2015-08-19 18:40 GMT+03:00 Philip Polstra ppols...@gmail.com:

 I would like to see the price difference.  It would be nice to have a
 cheaper board and perhaps a premium board for some things.  The upgrade
 from 2GB to 4GB on the board doesn't do anything for me since my OS is much
 larger than that, but yet only the more expensive 4GB boards are
 available.  Would hate to see something similar happen with the RAM.  The
 only reason the BB Green is at all attractive to me is not because it has
 the Grove connectors, but because it is cheap and I could use it for my
 hacking drones.  For the times that I need more RAM the 1GB boards that are
 already available are nice.


 On Wed, Aug 19, 2015 at 11:22 AM Jason Kridner jkrid...@beagleboard.org
 wrote:

 It'd be great to get feedback from the people on the list if they'd
 pay for the extra $$ for 1GB if the 512MB stopped being available
 (ie., Rev D vs. BeagleBone Black Gig). Supposedly the Sancloud folks
 were going to make a 1-Gbyte-RAM + 1-Gbit-Ethernet version per

 http://beagleboard.org/Community/Forums?place=msg%2Fbeagleboard%2FRoVnCt6EFDk%2FrjBJZZfcR2kJ
 ,
 which was the only real reason we steered away from doing it
 ourselves. They seem to have built some PCBs, but I feel it has been
 quite a while in the waiting.

 Anyway, always good to get community feedback on our direction.

 On Tue, Aug 18, 2015 at 11:22 PM, Gerald Coley ger...@beagleboard.org
 wrote:
  Green is the Seed Studio $39 special.
 
  It will cost more. If Jason approves the cost increase we can make it
 happen
  on a Rev D board.
 
  X15 with 4GB would be nice. Try $40 more! I just want to see the 2G
 working
  first.
 
  Gerald
 
 
  On Tue, Aug 18, 2015 at 9:48 PM, William Hermans yyrk...@gmail.com
 wrote:
 
  1GB ram would be awesome on the BBB.
 
  So whats this green initiative ? Because an X15 with 4GB ram would be
  very welcome too . . . I mean if you're paying ~$200 already, whats
 another
  10-20 bux ?
 
  On Mon, Aug 17, 2015 at 6:22 AM, Gerald Coley ger...@beagleboard.org
  wrote:
 
  Well, I am not saying it is or it sin't. Words mean different things
 to
  different people and if LOGO we an acronym, it could mean anything!
 
  Gerald
 
 
  On Sun, Aug 16, 2015 at 10:21 PM, rh_ richard_hubb...@lavabit.com
  wrote:
 
  On Sun, 16 Aug 2015 09:58:34 -0500
  Gerald Coley ger...@beagleboard.org wrote:
 
   A board without the beagleboard.org LOGO or BeagleBone Black LOGO
 on
   it.
  
   In other words, one built by someone from the open source
 information
   and using their own assembly shop and their own testing process.
 
  Thanks. I absolutely misread it as NoLgo and was not coming up with a
  reasonable unraveling of the NoLgo acroynm. I thought Lgo was a new
  compound that is unhealthy that I had never heard of. Like lead-free.
 
  --
  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.
 
 
 
 
  --
  Gerald
 
  ger...@beagleboard.org
  http://beagleboard.org/
 
  --
  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.
 
 
  --
  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.
 
 
 
 
  --
  Gerald
 
  ger...@beagleboard.org
  http://beagleboard.org/
 
  --
  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.

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

Re: [beagleboard] Re: RAM 1GB option

2015-08-19 Thread Maxim Podbereznyy
Jason,
I just list low-volume prices from Avnet, available without a project
registration. Pretty sure you have a better deal with Micron :)

2015-08-19 18:51 GMT+03:00 Jason Kridner jason.krid...@hangerhead.com:

 William,

 That sounds like some fuzzy math to me. I don't think a BOM increase
 of $15 is a wash with removing the HDMI---and I didn't think removing
 the HDMI was even an option to consider for the BeagleBone Black
 itself. I do, however, feel Maxim's numbers are for fairly low-volume
 purchases and I'd hope we could do better than that.

 Regards,
 Jason

 On Wed, Aug 19, 2015 at 11:37 AM, William Hermans yyrk...@gmail.com
 wrote:
  SO without the hdmi it sounds like price would be close to a wash.
 
  On Wed, Aug 19, 2015 at 8:36 AM, Maxim Podbereznyy lisar...@gmail.com
  wrote:
 
  just to compare: 512M chip is ~7usd, 1GB chips is ~22usd. Think of the
  extra value you get for the extra 512M
 
  2015-08-19 18:34 GMT+03:00 William Hermans yyrk...@gmail.com:
 
  t'd be great to get feedback from the people on the list if they'd
  pay for the extra $$ for 1GB if the 512MB stopped being available
  (ie., Rev D vs. BeagleBone Black Gig). Supposedly the Sancloud folks
  were going to make a 1-Gbyte-RAM + 1-Gbit-Ethernet version per
 
 
 http://beagleboard.org/Community/Forums?place=msg%2Fbeagleboard%2FRoVnCt6EFDk%2FrjBJZZfcR2kJ
 ,
  which was the only real reason we steered away from doing it
  ourselves. They seem to have built some PCBs, but I feel it has been
  quite a while in the waiting.
 
  Anyway, always good to get community feedback on our direction.
 
 
  You would have to give us a price first Jason.But also am confused as
 to
  why it would be difficult to manufacture both. Not like you would have
 to
  exactly retool . . .
 
  On Wed, Aug 19, 2015 at 8:22 AM, Jason Kridner 
 jkrid...@beagleboard.org
  wrote:
 
  It'd be great to get feedback from the people on the list if they'd
  pay for the extra $$ for 1GB if the 512MB stopped being available
  (ie., Rev D vs. BeagleBone Black Gig). Supposedly the Sancloud folks
  were going to make a 1-Gbyte-RAM + 1-Gbit-Ethernet version per
 
 
 http://beagleboard.org/Community/Forums?place=msg%2Fbeagleboard%2FRoVnCt6EFDk%2FrjBJZZfcR2kJ
 ,
  which was the only real reason we steered away from doing it
  ourselves. They seem to have built some PCBs, but I feel it has been
  quite a while in the waiting.
 
  Anyway, always good to get community feedback on our direction.
 
  On Tue, Aug 18, 2015 at 11:22 PM, Gerald Coley 
 ger...@beagleboard.org
  wrote:
   Green is the Seed Studio $39 special.
  
   It will cost more. If Jason approves the cost increase we can make
 it
   happen
   on a Rev D board.
  
   X15 with 4GB would be nice. Try $40 more! I just want to see the 2G
   working
   first.
  
   Gerald
  
  
   On Tue, Aug 18, 2015 at 9:48 PM, William Hermans yyrk...@gmail.com
 
   wrote:
  
   1GB ram would be awesome on the BBB.
  
   So whats this green initiative ? Because an X15 with 4GB ram
 would
   be
   very welcome too . . . I mean if you're paying ~$200 already, whats
   another
   10-20 bux ?
  
   On Mon, Aug 17, 2015 at 6:22 AM, Gerald Coley
   ger...@beagleboard.org
   wrote:
  
   Well, I am not saying it is or it sin't. Words mean different
 things
   to
   different people and if LOGO we an acronym, it could mean
 anything!
  
   Gerald
  
  
   On Sun, Aug 16, 2015 at 10:21 PM, rh_ 
 richard_hubb...@lavabit.com
   wrote:
  
   On Sun, 16 Aug 2015 09:58:34 -0500
   Gerald Coley ger...@beagleboard.org wrote:
  
A board without the beagleboard.org LOGO or BeagleBone Black
 LOGO
on
it.
   
In other words, one built by someone from the open source
information
and using their own assembly shop and their own testing
 process.
  
   Thanks. I absolutely misread it as NoLgo and was not coming up
 with
   a
   reasonable unraveling of the NoLgo acroynm. I thought Lgo was a
 new
   compound that is unhealthy that I had never heard of. Like
   lead-free.
  
   --
   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.
  
  
  
  
   --
   Gerald
  
   ger...@beagleboard.org
   http://beagleboard.org/
  
   --
   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.
  
  
   --
   For more options, visit http://beagleboard.org/discuss
   ---
   You received this message because you are subscribed to the Google

Re: [beagleboard] TLV320AIC32X4

2015-08-19 Thread Maxim Podbereznyy
Although it is not the reason for your problem, but you mentioned first
that the codec has the external frequency of 24MHz. Here is written only 12:
ti,codec-clock-rate = 1200;
19 Авг 2015 г. 8:18 пользователь Dileep D R drdilee...@gmail.com
написал:


 Hi,

 Interfacing TLV320AIC3254 with beaglebone black. Unable to play .wav with
 aplay. Below are my configurations, please let me know where i am going
 wrong.

 Kernel : 4.1
 Rootfs : Debian

 Clock source TLV320AIC3254 : Externel 24Mhz


 Device Tree:

 bone_audio_cape_audio_pins: pinmux_bone_audio_cape_audio_pins {
 pinctrl-single,pins = 
 0x1ac (PIN_INPUT | MUX_MODE0)  /*
 mcasp0_ahclkx, */
 0x19c (PIN_OUTPUT_PULLUP | MUX_MODE2)/* mcasp0_ahclkr, */
 0x194 (PIN_OUTPUT_PULLUP | MUX_MODE0)   /* mcasp0_fsx,  */
 0x190 (PIN_OUTPUT_PULLUP | MUX_MODE0)   /*
 mcasp0_aclkr.mcasp0_aclkx */
 0x198 (PIN_OUTPUT_PULLUP | MUX_MODE0)
 ;
 };

 i2c2 {
 pinctrl-names = default;
 pinctrl-0 = i2c2_pins sc16is7xx_pins;

 status = okay;
 clock-frequency = 10;
 tlv320aic32x4: tlv320aic32x4@18 {
 compatible = ti,tlv320aic32x4;
 reg = 0x18;
 status = okay;
 };
 };
 mcasp0{

 pinctrl-names = default;
 pinctrl-0 = bone_audio_cape_audio_pins;

 status = okay;

 op-mode = 0;  /* MCASP_IIS_MODE */
 tdm-slots = 2;
 num-serializer = 16;
 serial-dir =   /* 0: INACTIVE, 1: TX, 2: RX */
 2 0 1 0
 0 0 0 0
 0 0 0 0
 0 0 0 0
 ;
 tx-num-evt = 1;
 rx-num-evt = 1;
 };

 sound {
 compatible = ti,beaglebone-black-audio;
 ti,model = TI BeagleBone Black;
 ti,audio-codec = tlv320aic32x4;
 ti,mcasp-controller = mcasp0;
 ti,codec-clock-rate = 1200;
 ti,audio-routing =
 Headphone Jack,   HPLOUT,
 Headphone Jack,   HPROUT,
 LINE1L,   Line In,
 LINE1R,   Line In;
 clock-names = mclk;
 };

 dmesg log:

 [   15.986046] tlv320aic32x4 2-0018: Failed getting the mclk. The current
 implementation does not support the usage of this codec without mclk
 [   16.125732] tilcdc 4830e000.lcdc: no encoders/connectors found
 [   16.156996] tlv320aic32x4: probe of 2-0018 failed with error -2
 [   16.181105] tilcdc 4830e000.lcdc: failed to initialize mode setting
 [   16.309482] omap_rng 4831.rng: OMAP Random Number Generator ver. 20
 [   16.619921] ERROR: could not get clock /sound:mclk(0)
 [   16.625080] davinci_evm sound: ASoC: CODEC DAI hdmi-hifi not registered
 [   16.773564] davinci_evm sound: snd_soc_register_card failed (-517)

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


-- 
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] RAM 1GB option

2015-08-13 Thread Maxim Podbereznyy
Gerald,

who is the President? I know only one person whose position is written
from a capital letter - a black guy in the white house :)

2015-08-13 20:37 GMT+03:00 Robert Nelson robertcnel...@gmail.com:

 On Thu, Aug 13, 2015 at 12:27 PM, Bill Mar bill...@specialcomp.com
 wrote:
  Now offering 1GB DRAM option on our BeagleBoneBlack Rev C NoLgo board.
  https://specialcomp.com/beaglebone/#22902
 
  Special Computing has restarted full production of our NoLogo board
  products.
 
  We will release more stock for public sale after our internal project
 needs
  are met.

 Nice Bill!

 --
 Robert Nelson
 https://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/d/optout.




-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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] RAM 1GB option

2015-08-13 Thread Maxim Podbereznyy
can't even guess what JDK is. I know only Java Kit

2015-08-13 21:01 GMT+03:00 Gerald Coley ger...@beagleboard.org:

 El Presidente JDK.

 Gerald


 On Thu, Aug 13, 2015 at 12:56 PM, Maxim Podbereznyy lisar...@gmail.com
 wrote:

 Gerald,

 who is the President? I know only one person whose position is written
 from a capital letter - a black guy in the white house :)

 2015-08-13 20:37 GMT+03:00 Robert Nelson robertcnel...@gmail.com:

 On Thu, Aug 13, 2015 at 12:27 PM, Bill Mar bill...@specialcomp.com
 wrote:
  Now offering 1GB DRAM option on our BeagleBoneBlack Rev C NoLgo board.
  https://specialcomp.com/beaglebone/#22902
 
  Special Computing has restarted full production of our NoLogo board
  products.
 
  We will release more stock for public sale after our internal project
 needs
  are met.

 Nice Bill!

 --
 Robert Nelson
 https://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/d/optout.




 --
 LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
 Company - http://www.linkedin.com/company/mentorel
 Facebook - https://www.facebook.com/mentorel.company

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




 --
 Gerald

 ger...@beagleboard.org
 http://beagleboard.org/

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




-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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] RAM 1GB option

2015-08-13 Thread Maxim Podbereznyy
Gerald,

do you mean BBB or X15? :)

2015-08-13 19:01 GMT+03:00 Gerald Coley ger...@beagleboard.org:

 You need to ask the President as to his plans. Considering the fact hat
 the cost of the board will jump in price, most likely not.

 I will be producing boards in the future with this option.

 Gerald


 On Thu, Aug 13, 2015 at 10:50 AM, Robert Nelson robertcnel...@gmail.com
 wrote:

 On Thu, Aug 13, 2015 at 10:46 AM, Maxim Podbereznyy lisar...@gmail.com
 wrote:
  Hi!
 
  Are there any plans to increase RAM to 1GB instead of 512MB at BBB? I
  understand that this move can only be based on support of the majority
 of
  user, therefore I wonder how many people would vote for this

 I've seen custom boards from CircuitCo with this option available,
 they boot just fine with the current images..  Not sure about their
 minimum order #'s..

 Regards,

 --
 Robert Nelson
 https://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/d/optout.




 --
 Gerald

 ger...@beagleboard.org
 http://beagleboard.org/

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




-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

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


[beagleboard] RAM 1GB option

2015-08-13 Thread Maxim Podbereznyy
Hi!

Are there any plans to increase RAM to 1GB instead of 512MB at BBB? I
understand that this move can only be based on support of the majority of
user, therefore I wonder how many people would vote for this

Max

-- 
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: BBB intermittently rebooting.

2015-08-11 Thread Maxim Podbereznyy
probably you used a wall adapter with integrated monitoring chip which does
not allow to overcurrent 500mA. You should use a dumb version of such
device when it simply supplies as much power as it can :)

2015-08-11 14:42 GMT+03:00 William Hermans yyrk...@gmail.com:

 *you can power a board by USB but from a special wall adapter with an
 integrated USB socket. As an option*


 Yes, and we tried it. It was not enough power. It is also my understanding
 that powering the BBB in such a way can not give more than 500ma. It was
 not enough power. the canbus would not function at all part of the time. As
 soon as I applied power via barrel jack. Then problem went away.

 On Tue, Aug 11, 2015 at 4:35 AM, Maxim Podbereznyy lisar...@gmail.com
 wrote:

 you can power a board by USB but from a special wall adapter with an
 integrated USB socket. As an option

 2015-08-10 23:58 GMT+03:00 William Hermans yyrk...@gmail.com:

 Hi Maxim,

 The reason why we did this is that the board in question was mounted to
 a piece of wood, that is screwed into a wall. So grounding Vbus would not
 have been easy. Vusb for us was really easy. Solder the outside pins on a
 USB A socket to the outer shielding, then plug a MALE A to mini B cable to
 the socket, and BBB. Took a total of like 5 minutes . . .

 Normally I do not worry about any of this, and use USB power. Except
 this time for this project we needed the canbus running, and powering via
 USB cause the canbus to be less than reliable.

 On Mon, Aug 10, 2015 at 9:36 AM, Maxim Podbereznyy lisar...@gmail.com
 wrote:

 William, or short Vusb to 5V, the result is the same - total stability.
 You can do it if you need to enable the USB-Host function at USB0

 2015-08-08 23:22 GMT+03:00 William Hermans yyrk...@gmail.com:

 So far shorting Vusb to ground seems to be doing the trick. We'll give
 it a couple days to be sure. Prior to shorting Vusb to ground, this 
 linux
 image would reboot several times a day ( 4-5 )

 william@xanbustester:~$ uptime
  13:20:26 up 15:28,  3 users,  load average: 0.01, 0.02, 0.05
 william@xanbustester:~$ uname -r
 4.2.0-rc4-bone2




 On Fri, Aug 7, 2015 at 5:31 PM, William Hermans yyrk...@gmail.com
 wrote:

 Starting new post . . .

 On Fri, Aug 7, 2015 at 5:19 PM, William Hermans yyrk...@gmail.com
 wrote:

 Ok, I'm stuck in a boot loop, what you see above is what I keep
 getting. Let me explore some.

 On Fri, Aug 7, 2015 at 5:17 PM, Robert Nelson 
 robertcnel...@gmail.com wrote:

 On Fri, Aug 7, 2015 at 7:13 PM, William Hermans yyrk...@gmail.com
 wrote:
  These TI kernels support nfsroot ?

 They should. ;)

 bone kernel: bone patchset + mainline
 ti kernel: bone patchset + ti patchset + mainline..

 Regards,

 --
 Robert Nelson
 https://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/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.




 --
 LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
 Company - http://www.linkedin.com/company/mentorel
 Facebook - https://www.facebook.com/mentorel.company

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


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




 --
 LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
 Company - http://www.linkedin.com/company/mentorel
 Facebook - https://www.facebook.com/mentorel.company

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


 --
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google Groups
 BeagleBoard

Re: [beagleboard] Re: BBB intermittently rebooting.

2015-08-11 Thread Maxim Podbereznyy
you can power a board by USB but from a special wall adapter with an
integrated USB socket. As an option

2015-08-10 23:58 GMT+03:00 William Hermans yyrk...@gmail.com:

 Hi Maxim,

 The reason why we did this is that the board in question was mounted to a
 piece of wood, that is screwed into a wall. So grounding Vbus would not
 have been easy. Vusb for us was really easy. Solder the outside pins on a
 USB A socket to the outer shielding, then plug a MALE A to mini B cable to
 the socket, and BBB. Took a total of like 5 minutes . . .

 Normally I do not worry about any of this, and use USB power. Except this
 time for this project we needed the canbus running, and powering via USB
 cause the canbus to be less than reliable.

 On Mon, Aug 10, 2015 at 9:36 AM, Maxim Podbereznyy lisar...@gmail.com
 wrote:

 William, or short Vusb to 5V, the result is the same - total stability.
 You can do it if you need to enable the USB-Host function at USB0

 2015-08-08 23:22 GMT+03:00 William Hermans yyrk...@gmail.com:

 So far shorting Vusb to ground seems to be doing the trick. We'll give
 it a couple days to be sure. Prior to shorting Vusb to ground, this linux
 image would reboot several times a day ( 4-5 )

 william@xanbustester:~$ uptime
  13:20:26 up 15:28,  3 users,  load average: 0.01, 0.02, 0.05
 william@xanbustester:~$ uname -r
 4.2.0-rc4-bone2




 On Fri, Aug 7, 2015 at 5:31 PM, William Hermans yyrk...@gmail.com
 wrote:

 Starting new post . . .

 On Fri, Aug 7, 2015 at 5:19 PM, William Hermans yyrk...@gmail.com
 wrote:

 Ok, I'm stuck in a boot loop, what you see above is what I keep
 getting. Let me explore some.

 On Fri, Aug 7, 2015 at 5:17 PM, Robert Nelson robertcnel...@gmail.com
  wrote:

 On Fri, Aug 7, 2015 at 7:13 PM, William Hermans yyrk...@gmail.com
 wrote:
  These TI kernels support nfsroot ?

 They should. ;)

 bone kernel: bone patchset + mainline
 ti kernel: bone patchset + ti patchset + mainline..

 Regards,

 --
 Robert Nelson
 https://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/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.




 --
 LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
 Company - http://www.linkedin.com/company/mentorel
 Facebook - https://www.facebook.com/mentorel.company

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


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




-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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: BBB intermittently rebooting.

2015-08-10 Thread Maxim Podbereznyy
William, or short Vusb to 5V, the result is the same - total stability. You
can do it if you need to enable the USB-Host function at USB0

2015-08-08 23:22 GMT+03:00 William Hermans yyrk...@gmail.com:

 So far shorting Vusb to ground seems to be doing the trick. We'll give it
 a couple days to be sure. Prior to shorting Vusb to ground, this linux
 image would reboot several times a day ( 4-5 )

 william@xanbustester:~$ uptime
  13:20:26 up 15:28,  3 users,  load average: 0.01, 0.02, 0.05
 william@xanbustester:~$ uname -r
 4.2.0-rc4-bone2




 On Fri, Aug 7, 2015 at 5:31 PM, William Hermans yyrk...@gmail.com wrote:

 Starting new post . . .

 On Fri, Aug 7, 2015 at 5:19 PM, William Hermans yyrk...@gmail.com
 wrote:

 Ok, I'm stuck in a boot loop, what you see above is what I keep getting.
 Let me explore some.

 On Fri, Aug 7, 2015 at 5:17 PM, Robert Nelson robertcnel...@gmail.com
 wrote:

 On Fri, Aug 7, 2015 at 7:13 PM, William Hermans yyrk...@gmail.com
 wrote:
  These TI kernels support nfsroot ?

 They should. ;)

 bone kernel: bone patchset + mainline
 ti kernel: bone patchset + ti patchset + mainline..

 Regards,

 --
 Robert Nelson
 https://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/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.




-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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] Cloning Beaglebone

2015-07-28 Thread Maxim Podbereznyy
I remember Robert shared u-boot sources where this eeprom check was omitted.
28 Июл 2015 г. 15:36 пользователь imrank...@gmail.com написал:

 Hello Robert,
 I was going through this forum to resolve my current problem with custom
 board copied from Beaglebone Black for our company's specific need.
 We are using AM3352 TI cpu and Alliance AS4C256M16D3 MEMORY chip set which
 has tCK 2.5 min 3.3 max.

 Hence, I board memory leveling though CCS 6.1.0  for DDR2, The following I
 noticed
 1/ Jtag initialise and connect cortex A4 memory test seems to succeed
 2/ When I try to set break point hard at s_init() CCS does NOT get set
 breakpoint
 3/ Using Assembly code stepping system reach to following stage

 U-Boot SPL am335x (july 27 2015 16:46:16)
 Incorrect Magic Number (0x) in EEPROM
 Could not get Board Id.
 Unknown board, cannot configure pinmux. ERROR ## Please RESET the
 board 

 AND system hung permanently.

 After setting message and enumerated my structure am335x_baseboard_id
 in the function read_eeprom() the program fall out from lack of magic
 number while reading MLO file
 AS I noticed there were no values in the am335x_baseboard_id header
 structure.

 The question IS this check can be by passed?  Including all EEPROM info
 board name serial SKU etc

 I ran diff on the provided link for the board.c which exists on git repo
 am335x/board.c I did not found any difference.

 If you please shed some light on this problem I am stuck on this almost a
 week.
 Much appreciated for your  help.
 Thank you,

 Imran K





 On Friday, 6 September 2013 13:35:10 UTC+1, RobertCNelson wrote:

 On Fri, Sep 6, 2013 at 7:20 AM, Víctor MV v.may...@gmail.com wrote:
  Hi!
 
  I'm also sort of replicating the BB.
  When connecting the board to the PC through the miniUSB i get two
  interfaces:
 
  /dev/ttyUSB0
  /dev/ttyUSB1
 
  The board console seems to be /dev/ttyUSB1.
 
  If I use an SD card with the last Angstrom image:
  U-Boot SPL 2013.04-dirty (Jul 10 2013 - 14:02:53)
  Incorrect magic number (0x) in EEPROM
  Could not get board ID.
  Unknown board, assuming Beaglebone LT/Black.

 Your answer is right 

 So you 'cloned' a BB, did you also set the internal eeprom id?
 Probally not..  So rebuild u-boot and bypass this check, for what
 you've actually installed on the board for memory.


 http://git.denx.de/?p=u-boot.git;a=blob;f=board/ti/am335x/board.c;hb=HEAD#l307

 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/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] BBB intermittently rebooting.

2015-07-22 Thread Maxim Podbereznyy
You can disable in software Vac or Vusb, but not the battery source, that
is why so much trouble
22 Июл 2015 г. 1:25 пользователь Dennis Cote denn...@harding.ca написал:

 On Tuesday, July 21, 2015 at 8:06:49 AM UTC-6, lisarden wrote:

 By the way I with my collegues spent some time on investigating this issue
 and found in the tps65217 datasheet that all three power source Vac, Vusb
 and Vbat should not be enabled at the same time. Only two of them should.
 Because of the reason that BBB is a universal enthusiast's board all three
 power sources are left floating, which contradicts with tps65217
 architecture. We figured out that if the most of users use only a barrel
 connector or USB then Vbat input should be grounded. I don't know if this
 solution fixes the random reboot issue but at least it complies with the
 TPS65217 architecture. Probably anybody should try to ground the Vbat input
 and see how the board behaves.



 I was reviewing the TPS65217 datasheet and I think this may be the area of
 concern (from section 9.3.9.1):

 The linear charger periodically applies a 10-mA current source to the BAT
 pin to check for the presence of a battery. This will cause the BAT
 terminal to float up to  3 V which may interfere with AC removal detection
 and the ability to switch from AC to USB input. For this reason, it is not
 recommended to use both AC and USB inputs when the battery is absent.

 Since the battery is absent for most BBB users, TI recommends using AC or
 USB power, but not both.

 Furthermore, the TPS65217 has internal sinks on the AC and USB inputs, so
 it should not be necessary to short either input to ground when it is not
 used as long as the input sinks have not been forced off by the software.

 9.3.9.4 AC and USB Input Discharge



 AC and USB inputs have 90-µA internal current sinks which are used to
 discharge the input pins to avoid false detection of an input source. The
 AC sink is enabled when USB is a valid supply and VAC is below the
 detection threshold. Likewise, the USB sink is enabled when AC is a valid
 supply and VUSB is below the detection limit. Both current sinks can be
 forced OFF by setting the [ACSINK, USBSINK] bits to 11b. Both bits are
 located in register 0x01 (PPATH).



 NOTE [ACSINK, USBSINK] = 01b and 10b combinations are not recommended as
 these may lead to unexpected enabling and disabling of the current sinks. 9


 Perhaps someone can check if these are being set to something other than
 00b.

 Dennis Cote


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


-- 
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] BBB intermittently rebooting.

2015-07-21 Thread Maxim Podbereznyy
I could in my archive messages:

I can confirm that the pulsing detected by PMIC on USB_DC signal is the
probing from USB-OTG.



After I disabled the USB-OTG in the kernel, the system has never rebooted.
Btw I also re-loaded Angstrom image (3.8 kernel) and Andrew's Android image
(with 3.8 kernel). I did not observe USB-OTG probing pulses on the VBus. I
believe in the 3.8 kernel, the USB-OTG has not been implemented/enabled.
That might be reason why it seems that 3.8 kernel doesn't have the random
reboot behavior.

In case anyone wants to test it out, here is the change in the source code
(NOTE: ignore the line and column numbers; just search for the struct
static struct omap_musb_board_data musb_board_data ):

...

--- a/arch/arm/mach-omap2/board-am335xevm.c

+++ b/arch/arm/mach-omap2/board-am335xevm.c

...



@@ -3956,7 +4125,8 @@ static struct omap_musb_board_data musb_board_data = {

  * mode[4:7] = USB1PORT's mode

  * AM335X beta EVM has USB0 in OTG mode and USB1 in host mode.

  */

- .mode   = (MUSB_HOST  4) | MUSB_OTG,

+// .mode   = (MUSB_HOST  4) | MUSB_OTG,

+ .mode   = (MUSB_HOST  4) | MUSB_PERIPHERAL,

  .power = 500,

  .instances = 1,

 };

2015-07-21 8:50 GMT+03:00 'dl4mea' via BeagleBoard 
beagleboard@googlegroups.com:

 Since we now have two threads about the same problem...
 https://groups.google.com/forum/#!topic/beagleboard/lF1X1XINjDo

 My 13 BB-Black under test are powered from external +5V with these power
 supplies:

 http://www.deutronic.com/products/power-supplies/ac-adapter/esc15g-15-watt.html
 Average reboot number of each BB-B was each about 3 per day.

 After reading this thread, I simply connected a USB cable from the front
 side Type-A to the back side Mini-USB and since then the number of reboots
 drastically decreased, within the last 12h I saw in total just two.
 Other systems under my control but not located in my lab are showing the
 same improvement.

 --- Günter (dl4mea)



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




-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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] BBB intermittently rebooting.

2015-07-21 Thread Maxim Podbereznyy
By the way I with my collegues spent some time on investigating this issue
and found in the tps65217 datasheet that all three power source Vac, Vusb
and Vbat should not be enabled at the same time. Only two of them should.
Because of the reason that BBB is a universal enthusiast's board all three
power sources are left floating, which contradicts with tps65217
architecture. We figured out that if the most of users use only a barrel
connector or USB then Vbat input should be grounded. I don't know if this
solution fixes the random reboot issue but at least it complies with the
TPS65217 architecture. Probably anybody should try to ground the Vbat input
and see how the board behaves.

2015-07-21 16:35 GMT+03:00 Graham gra...@flex-radio.com:

 Robert:

 I can also confirm the behavior of rebooting on +5V Barrel power, and no
 reboots when on USB power.
 Same hardware, same OS/Software, running on +5V barrel input reboots about
 three times per day,
 randomly.  Same-same on USB power (iPhone 1A charger, no USB activity) has
 been running without
 reboot for almost two days, now.

 I can also confirm that this reboot problem does NOT exist in 3.14. I have
 Debian 8.1/kernel 3.14
 that have been running for multiple weeks on +5V barrel power, without
 reboot.

 There have been some significant recent changes to USB power that allow
 tablets to both push
 power out of a connector to power thumbdrives, etc, as well as take power
 in the SAME connector
 for battery charging.  It is a kludge of a system if I have ever seen
 one.  You might want to see if
 any of this new USB power code has affected things.

 --- Graham

 BBB1 -- Debian Image 2015-07-12
 uname -a
 Linux BBB1 4.1.2-ti-r4 #1 SMP PREEMPT Thu Jul 16 20:48:37 UTC 2015 armv7l
 GNU/Linux

 

 Power supply from Adafruit 2A on +5V barrel connector.

 Jul 18 15:42:10Initial Boot
 Jul 18 15:50:47My Reboot
 Jul 18 16:07:08My Reboot after kernel update

 Jul 18 23:10:07Autonomous Reboot
 Jul 19 05:27:54Autonomous Reboot

 Jul 19 16:50:08Test terminated for other power source testing

 ===

 Power supply is Apple iPhone 5W (1A) on USB port

 Jul 19 17:05:48My Reboot after power supply change

 :~# uptime
 (JUL 21)  13:20:13 up 1 day, 20:15,  1 user,  load average: 0.00, 0.01,
 0.05

 =

 On Tuesday, July 21, 2015 at 7:54:11 AM UTC-5, RobertCNelson wrote:

 Thanks Maxim,

 On Tue, Jul 21, 2015 at 2:45 AM, Maxim Podbereznyy lisa...@gmail.com
 wrote:
  I could in my archive messages:
 
  I can confirm that the pulsing detected by PMIC on USB_DC signal is the
  probing from USB-OTG.
 
 
 
  After I disabled the USB-OTG in the kernel, the system has never
 rebooted.
  Btw I also re-loaded Angstrom image (3.8 kernel) and Andrew's Android
 image
  (with 3.8 kernel). I did not observe USB-OTG probing pulses on the
 VBus. I
  believe in the 3.8 kernel, the USB-OTG has not been
 implemented/enabled.
  That might be reason why it seems that 3.8 kernel doesn't have the
 random
  reboot behavior.
 
  In case anyone wants to test it out, here is the change in the source
 code
  (NOTE: ignore the line and column numbers; just search for the struct
  static struct omap_musb_board_data musb_board_data ):

 This shouldn't be an issue, as we define what they are..

 usb0 {
  status = okay;
  dr_mode = peripheral;
 };

 usb1 {
  status = okay;
  dr_mode = host;
 };

 but just in-case we have a regression somewhere else, i'll push out a
 test with otg disabled. (it's enabled in 3.14.x and we need it for the
 x15)

 Regards,


 --
 Robert Nelson
 https://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/d/optout.




-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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] BBB intermittently rebooting.

2015-07-20 Thread Maxim Podbereznyy
As far as I remember how the Vbus issue was described in details, hope I'm
not mistaken:
Vbus connects to both CPU and PMIC. CPU has a charge-pump circuit to detect
OTG devices (inject some power and track USB signals for incoming events)
and it injects 5V periodically into Vbus line. Sometimes PMIC detects this
5V on the Vbus input as a good voltage and turns inner power switch to Vbus
where in fact no 5V with sufficient current. Next power failure and
immediate reboot occur

2015-07-20 3:08 GMT+03:00 john dough software...@live.com:



 Sent from my Windows Phone
  --
 From: William Hermans yyrk...@gmail.com
 Sent: ‎7/‎19/‎2015 11:11 AM
 To: beagleboard@googlegroups.com
 Subject: Re: [beagleboard] BBB intermittently rebooting.

   Graham, thats where you're wrong. I've been using all those testing
 kernels EXACT SAME KERNELS you've been having troubles with. Except, I'm
 not having troubles with them. Why ? Becasue I'm powering via USB.

  So if you REALLY want to prove the problem this won't work for *you* try
 powering via USB . . .

 On Sun, Jul 19, 2015 at 7:55 AM, Graham gra...@flex-radio.com wrote:

 Eric:
 You never said what you were trying to do with the BBB, and why you need
 Debian 8.1/kernel 4.x.x.
 As you have seen, it is temporarily broken, but is being worked on. This
 is a test release, and not recommended for active use, unless you like
 adventures, like you are having.

 If you need the capemanager, consider Debian 7.8/kernel 3.8

 If you don't need the capemanager, but need some other benefit of Debian
 8, then use Debian 8.x and kernel 3.14.

 Both of these options are solid, do not reboot by themselves, and don't
 care whether it is powered from the 5V barrel connector or USB.
 --- Graham

 ==

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


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

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




-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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] My BBB does not work anymore

2015-07-18 Thread Maxim Podbereznyy
It should not get damaged because PMIC should handle voltage up to 20V as
written in its manual.
16 Июл 2015 г. 17:30 пользователь Gerald Coley ger...@beagleboard.org
написал:

 Not knowing what is damaged, I would say replace the processor. If the LED
 is flashing that usually means the PMIC is OK, but not having it to look
 at, you may need to replace the PMIC also.

 Or you can request an RMA.

 Gerald


 On Thu, Jul 16, 2015 at 9:18 AM, Mübin Icyer mubinic...@gmail.com wrote:

 Hello,

 I mistakenly connected 8V to USB mini connector of BBB board :) and it is
 now not working. The blue power LED lights for a couple miliseconds I
 think, then it does not light any more. I think the PMU (Power Management
 Unit) detects a short circuit and switchs the power off.
 How can I repair it? Which component shall I look?

 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/d/optout.




 --
 Gerald

 ger...@beagleboard.org
 http://beagleboard.org/

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


-- 
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] Xray Safe, is it?

2015-07-18 Thread Maxim Podbereznyy
TI should not qualify own products for medical applications, an end-user
should. For example TI makes chips for ECG, but it does not mean that you
build your own ECG machine and it should be automatically approved by any
medical organization. A manufacturer of this product should pass all tests
and certifications. It cost a lot of $ and takes time
16 Июл 2015 г. 10:16 пользователь 'Eliah Ninyo' via BeagleBoard 
beagleboard@googlegroups.com написал:

 thanks for the answers

 i guess no manifacture admit he can work in medical device, this is why we
 do a verification and validation to every product specificly

 thanks!

 On Thursday, July 16, 2015 at 7:44:34 AM UTC+3, Wulf Man wrote:

  last page of the  tech ref manual

 No TI components are authorized for use in FDA Class III (or similar
 life-critical medical equipment)
 unless authorized officers of the parties have executed a special
 agreement specifically governing such use

 CT scanners are a class II device so it seems you are in the clear.

 http://www.fda.gov/AboutFDA/CentersOffices/OfficeofMedicalProductsandTobacco/CDRH/CDRHTransparency/ucm203018.htm
 BUT run it by a lawyer for your protection
 N
 On 7/15/2015 7:40 PM, Gerald Coley wrote:

 Robert is right.  Most semiconductor companies don't like medical
 products. To much legal risk. Some parts have claimers on them.

  Gerald

 On Wed, Jul 15, 2015 at 9:30 PM, Robert Nelson robert...@gmail.com
 wrote:

 On Wed, Jul 15, 2015 at 9:19 PM, Eliah Ninyo eni...@gmail.com wrote:
  Thanks for the answers!
 
  What do you mean by TI devices are not approved for use in medical
  devices?

 It means exactly what it says..  Medical devices have to follow
 rules/regulations in the us and it big $'s money...

 Regards,

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




  --
   Gerald

 ger...@beagleboard.org
 http://beagleboard.org/
--
 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.


-- 
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] BBB intermittently rebooting.

2015-07-18 Thread Maxim Podbereznyy
Probably yes. Anyway my boards had Vbus grounded and customers never
complained
18 Июл 2015 г. 12:36 пользователь Erik de Castro Lopo 
mle+...@mega-nerd.com написал:

 Max wrote:

  Can you ground the Vusb line? The same problem was with 3.2

 Are you referring to this?

 https://groups.google.com/forum/#!msg/beagleboard/xPxzYyNsA78/XllFv6ZHUWIJ

 Cheers,
 Erik
 --
 Erik de Castro Lopo mle+...@mega-nerd.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/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] BBB intermittently rebooting.

2015-07-18 Thread Maxim Podbereznyy
It is NOT grounded by default otherwise you would not be able to power the
board from USB. I don't know how you can ground the Vbus line. I would take
a soldering station (I have two) and put a simple short from the Vbus pin
at a USB connector to the ground.

OR you can power the board from USB and ensure that no random reboots
occur. The problem appear when Vbus line is floating
19 Июл 2015 г. 1:57 пользователь Erik de Castro Lopo 
mle+...@mega-nerd.com написал:

 Erik de Castro Lopo wrote:

  New kernel installed and running. Will report back in a day or two.

 With kernel linux-image-4.1.2-ti-r4 it rebooted after about 10 hours
 of uptime.

 Erik
 --
 Erik de Castro Lopo mle+...@mega-nerd.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/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] BB X15, any status?

2015-07-14 Thread Maxim Podbereznyy
Of course it isn't as good as 200k for BBB :)
I wonder how many issues these 6k boards will have ;)

2015-07-14 18:11 GMT+03:00 Gerald Coley ger...@beagleboard.org:

 Well, it depends on how you look at it.

 Gerald

 On Tue, Jul 14, 2015 at 10:06 AM, Maxim Podbereznyy lisar...@gmail.com
 wrote:

 6000 boards is a good deal for a pilot batch!
 14 Июл 2015 г. 17:46 пользователь Gerald Coley ger...@beagleboard.org
 написал:

 Delivery exact date for production is still up in the air. TI seems to be
 unable to tell us with any level of certainty when we can get processors.
 We have orders for 6,000 boards from distributors. We expect more orders in
 the coming weeks.

 Gerald


 On Tue, Jul 14, 2015 at 9:26 AM, Robert Nelson robertcnel...@gmail.com
 wrote:

 On Tue, Jul 14, 2015 at 9:23 AM, Brett wingedliz...@gmail.com wrote:
  What's the news on the X15?
 
  Do we know the Delivery date or Cost?
 
  Estimates?

 Looks like, someone failed to check:


 http://www.elinux.org/Beagleboard:BeagleBoard-X15#What_is_the_expected_price.3F

 First.. ;)

 Regards,

 --
 Robert Nelson
 https://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/d/optout.




 --
 Gerald

 ger...@beagleboard.org
 http://beagleboard.org/

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

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




 --
 Gerald

 ger...@beagleboard.org
 http://beagleboard.org/

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




-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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] BB X15, any status?

2015-07-14 Thread Maxim Podbereznyy
I don't doubt in your schematic, but is TI or other SW team working on BSP
for this Beast? I remember when BeagleBoard was first released and when
it began to work as expected. In my opinion it took almost two years. I
understand that today is not 2009, but none the less

2015-07-14 18:36 GMT+03:00 Gerald Coley ger...@beagleboard.org:

 These boards are what we call the Beast. Any issues that may show up
 will be based on any added SW that can bring them out. This board is very
 over designed and we have been working on it for 20 months. It has been run
 through the ringer. SW is the big question.

 Gerald


 On Tue, Jul 14, 2015 at 10:28 AM, Maxim Podbereznyy lisar...@gmail.com
 wrote:

 Of course it isn't as good as 200k for BBB :)
 I wonder how many issues these 6k boards will have ;)

 2015-07-14 18:11 GMT+03:00 Gerald Coley ger...@beagleboard.org:

 Well, it depends on how you look at it.

 Gerald

 On Tue, Jul 14, 2015 at 10:06 AM, Maxim Podbereznyy lisar...@gmail.com
 wrote:

 6000 boards is a good deal for a pilot batch!
 14 Июл 2015 г. 17:46 пользователь Gerald Coley 
 ger...@beagleboard.org написал:

 Delivery exact date for production is still up in the air. TI seems to
 be unable to tell us with any level of certainty when we can get
 processors. We have orders for 6,000 boards from distributors. We expect
 more orders in the coming weeks.

 Gerald


 On Tue, Jul 14, 2015 at 9:26 AM, Robert Nelson 
 robertcnel...@gmail.com wrote:

 On Tue, Jul 14, 2015 at 9:23 AM, Brett wingedliz...@gmail.com
 wrote:
  What's the news on the X15?
 
  Do we know the Delivery date or Cost?
 
  Estimates?

 Looks like, someone failed to check:


 http://www.elinux.org/Beagleboard:BeagleBoard-X15#What_is_the_expected_price.3F

 First.. ;)

 Regards,

 --
 Robert Nelson
 https://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/d/optout.




 --
 Gerald

 ger...@beagleboard.org
 http://beagleboard.org/

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

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




 --
 Gerald

 ger...@beagleboard.org
 http://beagleboard.org/

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




 --
 LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
 Company - http://www.linkedin.com/company/mentorel
 Facebook - https://www.facebook.com/mentorel.company

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




 --
 Gerald

 ger...@beagleboard.org
 http://beagleboard.org/

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




-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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] BB X15, any status?

2015-07-14 Thread Maxim Podbereznyy
6000 boards is a good deal for a pilot batch!
14 Июл 2015 г. 17:46 пользователь Gerald Coley ger...@beagleboard.org
написал:

 Delivery exact date for production is still up in the air. TI seems to be
 unable to tell us with any level of certainty when we can get processors.
 We have orders for 6,000 boards from distributors. We expect more orders in
 the coming weeks.

 Gerald


 On Tue, Jul 14, 2015 at 9:26 AM, Robert Nelson robertcnel...@gmail.com
 wrote:

 On Tue, Jul 14, 2015 at 9:23 AM, Brett wingedliz...@gmail.com wrote:
  What's the news on the X15?
 
  Do we know the Delivery date or Cost?
 
  Estimates?

 Looks like, someone failed to check:


 http://www.elinux.org/Beagleboard:BeagleBoard-X15#What_is_the_expected_price.3F

 First.. ;)

 Regards,

 --
 Robert Nelson
 https://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/d/optout.




 --
 Gerald

 ger...@beagleboard.org
 http://beagleboard.org/

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


-- 
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: Kickstarter Project: BeagleCore - miniaturized computer module compatible with BeagleBone Black

2015-07-08 Thread Maxim Podbereznyy
well, they cost ~$1.7 each in Digikey and there is an Altium library for
the module where you can find the symbol and the footprint for the whole
module. I guess the Altium library can be imported to other CADs if
necessary. Having such library minimizes errors on the PCB. I did not have
any problems at all

2015-07-08 17:06 GMT+03:00 Robert Budde rl.bu...@gmail.com:

 In fact, those high density connectors can be a pain on their own:
 - they cost an awful lot of money even in medium quantaties
 - alignment is critical, especially if you have more than one per board.
 Small alignment errors - which sometimes are even hard to avoid when using
 properly designed alignment holes - can lead to stress on the contacts
 and/or result in contact failures. The tolerances allowed in the connector
 specs have to be split up to alignment errors on both baseboard and som -
 making life not easier.

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




-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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: Kickstarter Project: BeagleCore - miniaturized computer module compatible with BeagleBone Black

2015-07-07 Thread Maxim Podbereznyy
There is only one question: how will you solder this SOM? There is only one
answer: nohow unless you have a professional infrared solder station. Do
enthusiasts have professional equipment? No.

BBB is the best solution for enthusiasts.

2015-07-07 9:30 GMT+03:00 Robert Budde rl.bu...@gmail.com:



 Am Montag, 6. Juli 2015 20:48:55 UTC+2 schrieb William Hermans:

 *Hi!*

 *I think you are missing the point:*

 *BeagleCore is not about having a BeagleBone Black Clone for double the
 price - it's about using all the software/experience of the BBB community
 and integrate them in a professional (non-Cape-like) device with a custom
 form-factor. It is not targeted at makers, cape-stackers or
 click-board-users, but people who want to transfer their (maybe
 cape-based/-originated) design into a ready-to-be-sold product. *


 I think the counter point however is that 10's of these types of products
 have already been in existence. Sold by known quantity companies. For 2-3
 years now.


 Do you mind mentioning some of those? I am not looking for just SOMs with
 AM335X but SOMs offering full software compatibility down the DT and having
 eMMC and not just NAND flash.


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




-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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] Detect and Reading I2C4 port ???

2015-06-25 Thread Maxim Podbereznyy
*i2cdetect -r 0*
*i2cdetect -r 1*
*i2cdetect -r 2*

*not possible*
*i2cdetect -r 3*

2015-06-20 13:28 GMT+03:00 Erkan Güzeler erkanguze...@gmail.com:

 Thanks a lot for your reply,

 I clearly understand when I reading some paper about beagle board i2c.
 So I changed i2c bus from 4 to 3.
 When I tried to i2cdetect -r (number) I have some trouble.
 if I write *i2cdetect -r 1 *
  0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
 00:  -- -- -- -- -- -- -- -- -- -- -- -- --
 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
 40: -- -- -- -- -- -- -- -- UU UU UU UU -- -- -- --
 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
 70: -- -- -- -- -- -- -- --

 if I write *i2cdetect -r 2 *
 it gives me like that.

  0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
 00:  -- -- -- -- -- -- -- -- -- -- -- -- --
 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
 30: -- -- -- -- -- -- -- -- -- -- -- -- UU -- -- --
 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
 70: -- -- -- -- -- -- -- --

 if I write *i2cdetect -r 3*

 it gives me some error.

 00:  [ 1047.269256] i2c_omap i2c_omap.3: Arbitration lost
 -- [ 1047.297790] i2c_omap i2c_omap.3: Arbitration lost
 -- [ 1047.321289] i2c_omap i2c_omap.3: Arbitration lost
 -- [ 1047.336639] i2c_omap i2c_omap.3: Arbitration lost
 -- [ 1047.351989] i2c_omap i2c_omap.3: Arbitration lost
 -- [ 1047.374084] i2c_omap i2c_omap.3: Arbitration lost
 -- [ 1047.397430] i2c_omap i2c_omap.3: Arbitration lost
 -- [ 1047.420715] i2c_omap i2c_omap.3: Arbitration lost
 -- [ 1047.433746] i2c_omap i2c_omap.3: Arbitration lost
 -- [ 1047.459899] i2c_omap i2c_omap.3: Arbitration lost
 -- [ 1047.483276] i2c_omap i2c_omap.3: Arbitration lost
 -- [ 1047.506652] i2c_omap i2c_omap.3: Arbitration lost
 -- [ 1047.519683] i2c_omap i2c_omap.3: Arbitration lost
 --
 10: [ 1047.543640] i2c_omap i2c_omap.3: Arbitration lost
 -- [ 1047.554473] i2c_omap i2c_omap.3: Arbitration lost
 -- [ 1047.574829] i2c_omap i2c_omap.3: Arbitration lost
 -- [ 1047.585754] i2c_omap i2c_omap.3: Arbitration lost
 -- [ 1047.606048] i2c_omap i2c_omap.3: Arbitration lost
 -- [ 1047.617095] i2c_omap i2c_omap.3: Arbitration lost
 -- [ 1047.627838] i2c_omap i2c_omap.3: Arbitration lost
 -- [ 1047.652984] i2c_omap i2c_omap.3: Arbitration lost
 -- [ 1047.664093] i2c_omap i2c_omap.3: Arbitration lost
 -- [ 1047.684265] i2c_omap i2c_omap.3: Arbitration lost
 -- [ 1047.707824] i2c_omap i2c_omap.3: Arbitration lost
 -- [ 1047.731109] i2c_omap i2c_omap.3: Arbitration lost
 -- [ 1047.754699] i2c_omap i2c_omap.3: Arbitration lost
 -- [ 1047.777832] i2c_omap i2c_omap.3: Arbitration lost
 -- [ 1047.801544] i2c_omap i2c_omap.3: Arbitration lost
 -- [ 1047.824737] i2c_omap i2c_omap.3: Arbitration lost
 --

   So I do't know why it is working like this.
 I can't use i2c-3 .
 How should I do to fix it ?





 19 Haziran 2015 Cuma 19:58:10 UTC+3 tarihinde lisarden yazdı:

 i2c4 is for PMIC only. You can't use it. ever

 2015-06-19 17:44 GMT+03:00 Erkan Güzeler erkang...@gmail.com:

 Hi everyone,

 I'm working on Beagleboard XM RevC2 and I need to read I2C4. So I can't
 see anything in */sys/bus/i2c/devices/i2c-(1-2-3)  * bu I2C4 has not in
 there. Is there a way to learn it ?

 Thanks  a lot.

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




 --
 LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
 Company - http://www.linkedin.com/company/mentorel
 Facebook - https://www.facebook.com/mentorel.company

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




-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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] Detect and Reading I2C4 port ???

2015-06-19 Thread Maxim Podbereznyy
i2c4 is for PMIC only. You can't use it. ever

2015-06-19 17:44 GMT+03:00 Erkan Güzeler erkanguze...@gmail.com:

 Hi everyone,

 I'm working on Beagleboard XM RevC2 and I need to read I2C4. So I can't
 see anything in */sys/bus/i2c/devices/i2c-(1-2-3)  * bu I2C4 has not in
 there. Is there a way to learn it ?

 Thanks  a lot.

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




-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

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


[beagleboard] device tree: enable gpio in kernel 3.18

2015-05-22 Thread Maxim Podbereznyy
Hey guys!

Can anybody share a simple example how to enable any of gpio pins available
at BBB? I use kernel 3.18 and want to ass own dtsi file to the main
am335x-bone.dts file to have a few gpio pins configured as GPIO In or Out
imediately after the system boots.Tried a number of options but I don't
find files like these in /sys:

/sys/class/gpio/gpio53/value

-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

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


[beagleboard] dtc question

2015-04-13 Thread Maxim Podbereznyy
Hi!

I'm using kernel 3.18, sources from RCN. When I look into the file
arch/arm/boot/dts/am335x-boneblack.dts I can see some options available
but not used. For example these lines are commented out:

/* spi0: */
/* P9.17 spi0_cs0 */
/* P9.18 spi0_d1 */
/* P9.21 spi0_d0 */
/* P9.22 spi0_sclk */
/* #include am335x-bone-spi0-spidev.dtsi */

/* spi1: */
/* P9.31 spi1_sclk */
/* P9.29 spi1_d0 */
/* P9.30 spi1_d1 */
/* P9.28 spi1_cs0 */
/* #include am335x-bone-spi1-spidev.dtsi */

Is there any way to include these lines into build using some extra options
during compilation? For example using a different target like make
ARCH=arm bbb_extra dtbs or similar?


-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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] dtc question

2015-04-13 Thread Maxim Podbereznyy
Robert, thank you!
I know that, but some users are able only to run scripts and editing files
can be a challenge for them.

2015-04-13 22:47 GMT+03:00 Robert Nelson robertcnel...@gmail.com:

 On Mon, Apr 13, 2015 at 2:46 PM, Maxim Podbereznyy lisar...@gmail.com
 wrote:
  Hi!
 
  I'm using kernel 3.18, sources from RCN. When I look into the file
  arch/arm/boot/dts/am335x-boneblack.dts I can see some options available
  but not used. For example these lines are commented out:
 
  /* spi0: */
  /* P9.17 spi0_cs0 */
  /* P9.18 spi0_d1 */
  /* P9.21 spi0_d0 */
  /* P9.22 spi0_sclk */
  /* #include am335x-bone-spi0-spidev.dtsi */
 
  /* spi1: */
  /* P9.31 spi1_sclk */
  /* P9.29 spi1_d0 */
  /* P9.30 spi1_d1 */
  /* P9.28 spi1_cs0 */
  /* #include am335x-bone-spi1-spidev.dtsi */
 
  Is there any way to include these lines into build using some extra
 options
  during compilation? For example using a different target like make
 ARCH=arm
  bbb_extra dtbs or similar?

 un-comment them and run ./tools/rebuild.sh

 Regards,

 --
 Robert Nelson
 https://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/d/optout.




-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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] dtc question

2015-04-13 Thread Maxim Podbereznyy
Robert,

by the way is it possible to enable capes during runtime? I remember like
it was in 3.8: echo CAPE-NAME  slots

2015-04-13 23:07 GMT+03:00 Maxim Podbereznyy lisar...@gmail.com:

 Robert, thank you!
 I know that, but some users are able only to run scripts and editing files
 can be a challenge for them.

 2015-04-13 22:47 GMT+03:00 Robert Nelson robertcnel...@gmail.com:

 On Mon, Apr 13, 2015 at 2:46 PM, Maxim Podbereznyy lisar...@gmail.com
 wrote:
  Hi!
 
  I'm using kernel 3.18, sources from RCN. When I look into the file
  arch/arm/boot/dts/am335x-boneblack.dts I can see some options
 available
  but not used. For example these lines are commented out:
 
  /* spi0: */
  /* P9.17 spi0_cs0 */
  /* P9.18 spi0_d1 */
  /* P9.21 spi0_d0 */
  /* P9.22 spi0_sclk */
  /* #include am335x-bone-spi0-spidev.dtsi */
 
  /* spi1: */
  /* P9.31 spi1_sclk */
  /* P9.29 spi1_d0 */
  /* P9.30 spi1_d1 */
  /* P9.28 spi1_cs0 */
  /* #include am335x-bone-spi1-spidev.dtsi */
 
  Is there any way to include these lines into build using some extra
 options
  during compilation? For example using a different target like make
 ARCH=arm
  bbb_extra dtbs or similar?

 un-comment them and run ./tools/rebuild.sh

 Regards,

 --
 Robert Nelson
 https://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/d/optout.




 --
 LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
 Company - http://www.linkedin.com/company/mentorel
 Facebook - https://www.facebook.com/mentorel.company




-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

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


[beagleboard] missing options at BBB

2015-02-18 Thread Maxim Podbereznyy
Hi!

I wonder what really necessary options are missing at the original BBB?
So it has uSD, HDMI, USB and a number of interfaces available at the
expansion connectors. Of course you can get a respective cape with a
necessary function, but what if it would be available right on the board?

Please vote for it!

-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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] Wish to use a USB to Wired Ethenet Adapter?

2015-02-13 Thread Maxim Podbereznyy
1) the first one is based on ASIX AX8877. You will need to compile a kernel
module yourself because it is not included by default
2) have no clue which chipset they use

2015-02-13 14:59 GMT+03:00 COG rog.se...@gmail.com:

 Dear Sir/Madam:

 I have a Rev. C BBB (Debian) board and I would like to add an additional
 Wired Ethernet Adapter via the USB port.  Examples:

 (a) Plugable USB 2.0 to 10/100 Fast Ethernet LAN Wired Network Adapter
 for Macbook, Chromebook, Windows 8.1 and Earlier, Surface Pro, Wii, Wii U,
 Linux, and Specific Android Tablets (ASIX AX88772 chipset)
 http://www.amazon.com/Plugable-Ethernet-Network-Chromebook-Specific/dp/B00484IEJS

 (b) Cable Matters USB 2.0 to 10/100 Fast Ethernet Adapter in Black
 http://www.amazon.com/Cable-Matters-Ethernet-Adapter-Black/dp/B00ET4KHJ2

 *I would like to know:*
 [1] If any one out there has used any of the above or other with success
 on the Rev C boards(*Debian*)?
 [2] Any advice would be welcomed?

 *Note:* I know I can use a wireless Ethernet Adapter, but I prefer to use
 a wired version in this case because of security reasons.

 Thanks  Jesus' Love
 Roger

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




-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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] kernel question

2015-02-09 Thread Maxim Podbereznyy
I guess the kernel from beagleboard is much different because it contains a
lot of patches from the community. The mainline kernel does not have them

2015-02-07 23:02 GMT+03:00 patrick...@gmail.com:


 Hello,

 I would like to ask what is the diffewrent between the two kernel
1) kernel 3.8 from git://github.com/beagleboard/kernel.git
2) kernel 3.8 from https://www.kernel.org/


 Patrick

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




-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

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


[beagleboard] plans for next beaglebone with am437x?

2015-02-06 Thread Maxim Podbereznyy
Hey guys!

I can see a little buzzing on the Internet about new products based on
new Sitara AM473x processors. There are some differences between
am335x and am437x series, but the price difference is not that much to
care about. What if next Beaglebone has this processor? Do you need
features available from am437x, like quad PRU or DSS?

Check am437x features at the product page:
http://www.ti.com/product/am4379


-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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] plans for next beaglebone with am437x?

2015-02-06 Thread Maxim Podbereznyy
Gerald,

I know your plans. I just wanted to know if anyone else need products based
on am437x

2015-02-06 17:19 GMT+03:00 Gerald Coley ger...@beagleboard.org:

 The X15 is the solution we have chosen for the next generation Beagle.
 Already in the works. It does not have this device on it.

 Gerald


 On Fri, Feb 6, 2015 at 5:28 AM, Maxim Podbereznyy lisar...@gmail.com
 wrote:

 Hey guys!

 I can see a little buzzing on the Internet about new products based on
 new Sitara AM473x processors. There are some differences between
 am335x and am437x series, but the price difference is not that much to
 care about. What if next Beaglebone has this processor? Do you need
 features available from am437x, like quad PRU or DSS?

 Check am437x features at the product page:
 http://www.ti.com/product/am4379


 --
 LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
 Company - http://www.linkedin.com/company/mentorel
 Facebook - https://www.facebook.com/mentorel.company

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




 --
 Gerald

 ger...@beagleboard.org
 http://beagleboard.org/
 http://circuitco.com/support/

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




-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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] Rpi2 + Windows 10. Who's gonna buy BBB?

2015-02-03 Thread Maxim Podbereznyy
Gerald,

with your logic Linux is scared to sh*t because it definetly hits
almost every processing unit on Earth starting from ARM7 to any
ultimate x86, PowerPC or what else CPU core exists on this planet :)

Microsoft supports only a limited number of devices

2015-02-03 18:36 GMT+03:00 Robert Nelson robertcnel...@gmail.com:
 On Tue, Feb 3, 2015 at 9:35 AM, Bas Laarhoven s...@xs4all.nl wrote:
 On 3-2-2015 16:21, Gerald Coley wrote:

 Microsoft is scared! They are hitting every chip manufacturer they can find.
 Can't wait to see Microsoft office on this thing!


 Needs at least a dual core A15 ?

 And the Dual DSP's for Excel...

 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/d/optout.



-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

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


[beagleboard] Rpi2 + Windows 10. Who's gonna buy BBB?

2015-02-03 Thread Maxim Podbereznyy
Hey guys!

I'm pretty sure that you already heard about Raspberry Pi 2
announcement but I find more exciting news that the brand new windows
10 operating system will get official support at Rpi2. Taking in
account more powerful processor (in comparison with the successor) and
super low price, and win10 support of course, - who's gonna buy BBB or
BB-X15?

More info about Win10 support is here:
https://dev.windows.com/en-us/featured/raspberrypi2support

cheers!

-- 
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] Updating firmware without Micro SD Card?

2015-01-28 Thread Maxim Podbereznyy
does eMMC has enough space to download an image in flash it?

2015-01-28 13:21 GMT+03:00  hamma...@gmail.com:
 Hello,
 I am a new user, I just received my BeagleBone Black.
 When I bought it, on the product description it said No Micro SD Card
 required, so I didn't order one.

 Now I plugged in the device on my computer and it asks me to update the
 firmware, and the procedure shows me how to do it. And a Micro SD Card IS
 required.

 I would like to know if there is a way to do it without the SD card, or if I
 am forced to get one.

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



-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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] Updating firmware without Micro SD Card?

2015-01-28 Thread Maxim Podbereznyy
something like this?
dd if=image.img of=/dev/mmcblk0 bs=1M

2015-01-28 17:21 GMT+03:00  hamma...@gmail.com:
 It does, but I don't know how to flash it directly.


 On Wednesday, January 28, 2015 at 2:06:33 PM UTC, lisarden wrote:

 does eMMC has enough space to download an image in flash it?

 2015-01-28 13:21 GMT+03:00  hamm...@gmail.com:
  Hello,
  I am a new user, I just received my BeagleBone Black.
  When I bought it, on the product description it said No Micro SD Card
  required, so I didn't order one.
 
  Now I plugged in the device on my computer and it asks me to update the
  firmware, and the procedure shows me how to do it. And a Micro SD Card
  IS
  required.
 
  I would like to know if there is a way to do it without the SD card, or
  if I
  am forced to get one.
 
  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.



 --
 LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
 Company - http://www.linkedin.com/company/mentorel
 Facebook - https://www.facebook.com/mentorel.company

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



-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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] Does beaglebone support ieee 1588 (ptp)?

2015-01-23 Thread Maxim Podbereznyy
www.ti.com/lit/an/snla098a/snla098a.pdf

2015-01-23 9:27 GMT+03:00  roy.ben.ha...@gmail.com:
 thanks Graham!

 does that mean that IEEE-1588 has a mandatory requirement on specific HW?
 for example, there is a Java project that seems to implement this
 (https://java.net/projects/jpcsi).
 in other words, can IEEE-1588 be implemented with SW only?

 --roy


 On Thursday, January 22, 2015 at 6:01:26 AM UTC+2, Graham wrote:

 The IEEE-1588 Precision Time Protocol requires a special Ethernet PHY chip
 that
 can time stamp packets in hardware.  The LAN8710 Ethernet PHY chip used in
 the BBB does not mention this capability in the data sheet, nor is it on
 the lists
 I found of PHYs that do have the capability.

 --- Graham

 ==

 On Wednesday, January 21, 2015 at 1:20:48 PM UTC-6, roy.be...@gmail.com
 wrote:

 joining late on this thread...

 I don't know much about IEEE1588. just a simple question: how can I use
 it on BeagelBone Black?

 Thanks!

 On Monday, May 5, 2014 at 6:12:34 PM UTC+3, Gerald wrote:

 The PHY does no manipulation of the data. It is just the interface.

 Gerald



 On Mon, May 5, 2014 at 8:23 AM, user...@gmail.com wrote:

 I know that processor, AM335x used in beaglebone,  supports ieee 1588.


 Does that PHY on beaglebone also support ieee 1588?

 because I need to do a project about ieee 1588, but I want to realize
 it on beaglebone,

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



-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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] operating temperature range of Beaglebone Black

2014-11-20 Thread Maxim Podbereznyy
Michael,

here is a module based on BBB schematics except for HDMI and eMMC. It was
tested in a Temperature Chamber to comply with industrial requirements:
http://www.mentorel.com/product/usomiq-am335x/
fully -40 +85 C compatible!

2014-11-20 18:34 GMT+03:00 Michael Wood woodjmich...@gmail.com:

 Gerald, do you have any more info on that? Occasionally I'll see someone
 who's trying to do it, but rarely someone who *has.*

 FYI for the community, CircuitCo sales offered me a BBB clone with all
 components rated to -40 C except the LEDs which are rated to -20 C, for $89
 in low qty. Actually getting one may be the challenge.

 Thanks again.

 On 20 November 2014 10:33, Michael Wood woodjmich...@gmail.com wrote:

 David, I fully understand. I previously went through the markings on the
 parts I can read with 10x magnification, but a few elude me (hence my
 original question). Y4 markings read:

 0245760 (freq)
 DCP1423 (?)
 2643 (date/batch code?)

 The ASDMB datasheet suggests an ASDMB, and the ILSI datasheet clearly
 shows an ILSI on the part. So the only part left is the
 ECS-2033-24.576-B? Seems odd.

 Thanks guys. I'm not worried, this shouldn't be hard to figure out.

 M

 On 19 November 2014 20:19, Gerald Coley ger...@beagleboard.org wrote:

 Good luck!

 BTW, someone has already done this and have a BOM already done. They
 have actually built and shipped an industrial version of the board.

 Gerald


 On Wed, Nov 19, 2014 at 5:38 PM, Michael Wood woodjmich...@gmail.com
 wrote:

 On 19 November 2014 15:41, Gerald Coley ger...@beagleboard.org wrote:

 If you are asking which ones are mounted on the board, any of those
 can be mounted at any time on any build based on availability


 Bingo. This is just what I needed.

 FYI, and as we all know, some parts are pretty tough to read anything
 off of, and even if you get something it might only be a batch/date code.

 Robert this is just for development of course, trying to figure how to
 leverage the fantastic open source design while modifying it to our specs
 (low temp, obvi) before spinning off our own board. I wouldn't ask a
 consumer/hobbyist dev board to be industrial grade by any definition.

 Thanks both!

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




 --
 Gerald

 ger...@beagleboard.org
 http://beagleboard.org/
 http://circuitco.com/support/

 --
 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/p_DK-HE1Ds4/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.




-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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: Recommendation to boot / resume Linux in less than a second...

2014-11-12 Thread Maxim Podbereznyy
Yaoshi, really nice job! If you could share some instructions on how to
make imx6 boot faster - it would be great!

2014-11-12 10:30 GMT+03:00 robert.berger robert.karl.ber...@gmail.com:

 Hi,

 On Wednesday, November 12, 2014 1:35:13 AM UTC+2, William Hermans wrote:

 Maxim, for distro's like Debian which is slow moving for stability
 reason.


 Who says that Debian is not using it? [1]

 Regards,

 Robert

 [1]
 http://www.theregister.co.uk/2014/10/21/unix_greybeards_threaten_debian_fork_over_systemd_plan/

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




-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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: Why beaglebone black restarts after a shutdown ??

2014-11-12 Thread Maxim Podbereznyy
 when the board is powered with a 5V 2A source
I confirm this! Never tried to use USB power

Kernel 3.8.13-bone67

2014-11-12 0:40 GMT+03:00 matthieu.claybro...@gmail.com:

 Hi all,

 I have the exact same problem with BBB when the board is powered with a 5V
 2A source, but no problem is the board is usb powered.
 I was wondering if the problem had been solved problem ?

 Regards,

 Le jeudi 13 mars 2014 15:57:17 UTC+1, meerutmicr...@gmail.com a écrit :

 Hi,

 I have noticed that the beaglebone black starts up after a shutdown.

 I have a C++ program running in the bbb, the bbb is backed by an external
 +5V battery pack. When the C++ program issues the following command to
 start the shutdown procedure of the bbb.

 system(shutdown -h now);

 exit(0);


 This does shutdown the bbb completely sometimes, most times the bbb
 starts up again, the power led turns off but then after a second or two
 lights up again and then bbb starts up all over again (the output voltage
 from the power bank does not switch OFF, it remains ON for some time).

 In my previous bbb systems I have not faced this problem.

 It is my belief that the output voltage from the power bank has a sudden
 dip, this causes the bbb to detect a new power cycle.

 I am not sure though if I am correct...

 Could anyone enlighten me on this problem ???

 I am sorry if the above problem sounds vague...

 thanks
 a

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




-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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: Recommendation to boot / resume Linux in less than a second...

2014-11-11 Thread Maxim Podbereznyy
I wonder if systemd is so magical why it is not used by any of PC's Linux
distributions?

2014-11-11 22:45 GMT+03:00 William Hermans yyrk...@gmail.com:

 Yeah, what Robert said is pretty much what I've read. SYSV is partially
 parallel loading, where systemd is fully parallel.

 My own problems with getting used to it is mostly due to not knowing how
 to do the equivalent of a Debian LSB init script ( service ) work.

 On Tue, Nov 11, 2014 at 10:15 AM, Jean-Pierre Poulin 
 jeanpierrepou...@gmail.com wrote:

 Q: Have you guys ever tried reducing boot-times through a hibernate-based
 solution?  (e.g. Warp)  How do these stackup versus efforts to fast-boot
 Linux as detailed in this thread?




 On Tuesday, November 11, 2014 12:13:20 PM UTC-5, Jean-Pierre Poulin wrote:

 Supercool.  We're hoping to reduce boot-time by using open-source based
 solutions so following the latest systemd-based efforts appears as the next
 logical step.  Thanks a bunch for that useful advice!!

 On Tuesday, November 11, 2014 10:07:19 AM UTC-5, RobertCNelson wrote:

 Then Lennart released systemd and really just blew them out of the
 water...

 I did see a demo of timesys showing off something that booted even
 faster then systemd, but you'll pay lots of $ for it.

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


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




-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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: BeagleBoard-X15 - seriously? :)

2014-11-08 Thread Maxim Podbereznyy
John Syn,
Wandboard Quad does have 64 bit memory bus.

P.S. I don't know who needs dual DSP onboard because TI definitely will not
support them as should like it was for omap3/dm37. I'd better have well
supported hardware video encoder/decoder rather than double general purpose
DSPs without any software support
09 Ноя 2014 г. 1:21 пользователь John Syn john3...@gmail.com написал:


 From: sixvolts drewko...@gmail.com
 Reply-To: beagleboard@googlegroups.com beagleboard@googlegroups.com
 Date: Saturday, November 8, 2014 at 8:31 AM
 To: beagleboard@googlegroups.com beagleboard@googlegroups.com
 Subject: [beagleboard] Re: BeagleBoard-X15 - seriously? :)

 Any ideas how this compares to the wandboard quad? 4x Cortex-A9 vs 2x
 Cortex-A15?

 According to this article:

 http://www.arm.com/products/processors/cortex-a/cortex-a15.php

 Cortex-A15 performance is double that of Cortex-A9. Given that Wandboard
 runs at just at 1GHz and the X15 runs at 1.5GHz, I would guess that the X15
 runs about 30% faster; however, the X15 has a dual 32bit bus, so the memory
 bandwidth is way higher. Also, the X15 also has dual C66x DSP processors,
 dual Cortex M4s and dual PRUs, so this board will be a screamer compared to
 the wandboard.

 Regards,
 John


 Also, this would be awesome to setup a small Arm cluster with since it has
 a decent RAM/core count ratio, gig/e and sata.

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

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


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


[beagleboard] BeagleBoard-X15 - seriously? :)

2014-11-07 Thread Maxim Podbereznyy
Hey guys!

BeagleBoard-X15 http://www.elinux.org/Beagleboard:BeagleBoard-X15 - Are
you really going to release such monster? :)

-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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: BeagleBoard-X15 - seriously? :)

2014-11-07 Thread Maxim Podbereznyy
I believe RPi is really pseudo open source because you can't make the same
board although you have all schematics. Stuff from bb.org was cloned dozens
of times
07 Ноя 2014 г. 21:38 пользователь Dr. H. Nikolaus Schaller 
h...@goldelico.com написал:


 Am 07.11.2014 um 19:12 schrieb Robert Nelson robertcnel...@gmail.com:

  On Fri, Nov 7, 2014 at 10:39 AM, Drew Fustini pdp7p...@gmail.com
 wrote:
  On Fri, Nov 7, 2014 at 10:07 AM, _rh__ richard_hubb...@lavabit.com
 wrote:
  On Fri, 7 Nov 2014 12:05:13 +0300
  Beagleboard-x15, the nexgen pseudo-opensource hardware based on
 
  Why pseudo-opensource hardware?
 
  He's probably irritated about the 'sgx' graphics. He's more then free
  to contact TI, place a $bil order and request TI use an open source
  gpu, probably take around a year for development.
 
  Or he could just start reverse engineering sgx or pay someone. But in
  my 6 years working bb.org no user has done that and gotten anywhere
  yet..

 There is even a GNU project (wiki, mailing list) with this goal. But a
 project
 with nobody contributing recently:

 http://powervr.gnu.org.ve/doku.php

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


-- 
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] audio capture problems using Audio Cape Rev A1 with BBB

2014-11-01 Thread Maxim Podbereznyy
alsamixer

2014-11-01 6:06 GMT+03:00 Christopher Yungmann yungmann.ch...@gmail.com:

 Update: got recording working after rebooting, it is just very quiet. Any
 advice?

 Thanks!

 On Fri, Oct 31, 2014 at 9:55 PM, Chris Yungmann yungmann.ch...@gmail.com
 wrote:

 Hello all,

 I'm trying to get audio recording working and I am not having much luck.

 I am using Robert C Nelson's 3.17.0-rc7-bone4 kernel on the BBB with the
 Audio Cape Rev A1. I have the headphone jack from my laptop hooked up to
 the Audio In jack on the Audio Cape, and am attempting to record with
 `arecord -t wav -c 2 44100 -f S16_LE -v k`. However, I just get silence.
 I'm not sure what alsamixer settings I should be adjusting or how to
 troubleshoot...

 Playback works beautifully, just need to get recording working.

 Thanks in advance!

 - Chris

 --
 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/LSDSHBNNcH4/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.




-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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] audio capture problems using Audio Cape Rev A1 with BBB

2014-11-01 Thread Maxim Podbereznyy
Wait. I believe Audio In at the cape means Line In, while your laptop gives
the output for headphones. These two input/output are not compatible

2014-11-01 20:50 GMT+03:00 Christopher Yungmann yungmann.ch...@gmail.com:

 Which alsamixer channels should I be looking at? There's dozens of them...

 On Sat, Nov 1, 2014 at 1:01 AM, Maxim Podbereznyy lisar...@gmail.com
 wrote:

 alsamixer

 2014-11-01 6:06 GMT+03:00 Christopher Yungmann yungmann.ch...@gmail.com
 :

 Update: got recording working after rebooting, it is just very quiet.
 Any advice?

 Thanks!

 On Fri, Oct 31, 2014 at 9:55 PM, Chris Yungmann 
 yungmann.ch...@gmail.com wrote:

 Hello all,

 I'm trying to get audio recording working and I am not having much luck.

 I am using Robert C Nelson's 3.17.0-rc7-bone4 kernel on the BBB with
 the Audio Cape Rev A1. I have the headphone jack from my laptop hooked up
 to the Audio In jack on the Audio Cape, and am attempting to record with
 `arecord -t wav -c 2 44100 -f S16_LE -v k`. However, I just get silence.
 I'm not sure what alsamixer settings I should be adjusting or how to
 troubleshoot...

 Playback works beautifully, just need to get recording working.

 Thanks in advance!

 - Chris

 --
 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/LSDSHBNNcH4/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.




 --
 LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
 Company - http://www.linkedin.com/company/mentorel
 Facebook - https://www.facebook.com/mentorel.company

 --
 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/LSDSHBNNcH4/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.




-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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] Multiple LI-5M03 in BB Xm

2014-10-27 Thread Maxim Podbereznyy
Michael,

how much do you want to spend on such device? I can make a board based on
SomIQ-AM37 system module (DM3730 1Ghz, 512M RAM) with 4x CMOS connectors
compatible with camera modules from Leopard. You will be able to pay by
Paypal to a corporate account.

2014-10-27 2:29 GMT+03:00 Robert Nelson robertcnel...@gmail.com:

 On Sun, Oct 26, 2014 at 5:57 PM, Michael Lefsky lef...@gmail.com wrote:
  In my ignorance, it isn't clear to me why this is a problem. If I
 connected
  all the camera bus pins to each camera and then powered them up and dow
 in
  an orderly fashion, what would keep them from operating independently of
  each other?

 Theory is just theory till someone writes a few patches and makes it works.

 Go for it.

 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/d/optout.




-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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: is the Altium sch and pcb correct? Somebody tried to make BBB using it?

2014-10-27 Thread Maxim Podbereznyy
Guys!
The schematic is open and 100% valid! Problems begin when you start
modifying the default design. What's the point to ask about the original
design if you intend to add/remove things in it? If you route ddr3 wrong
then your device will not even start and you'll come to this forum and
begin blaming Gerald or other guys who say it's OK. Stay on the original
Gerber files and clone bbb (why would you need it??) without issues
27 Окт 2014 г. 19:35 пользователь CEinTX mpo...@gmail.com написал:

 I agree with Travis.
 I have built boards using the BBB as a base. Verify everything - as you
 should if you're modifying the design.
 You shouldn't assume that everything is correct - especially since this is
 a port of the original design.
 I also added a 2nd Ethernet port and made other modifications to suit our
 project's needs.
 It is not backward compatible to the BBB at this point
 I opted for RMII for the ports - requires software changes - there are
 posts on this.
 We are still in the bring up of these boards - all is going well.
 So do your homework, examine the design, double / triple check everything
 and make it yours.

 Good Luck on your endeavor,
 Matt

 On Monday, October 27, 2014 9:58:30 AM UTC-5, Travis Estep wrote:

 Although I have not built any boards from the files, I have studied both
 the schematic and the PCB file extensively. I have not found any errors in
 either of them. Although it needs to be said that I am not the kind of
 engineer that Gerald and his layout guy are.

 If you have an engineer who plans to modify the boards to fit your
 project, he should be able to do a thorough check to see if any errors
 exist. My suggestion is to run a small batch of boards exactly as they are
 in the file. Verify they work. Then make any changes you need to the design
 and run them again. This will tell you if the problem already existed or if
 you introduced the problem with your changes. That's the approach I'm
 taking at this point, although I don't plan to make a commercial product. I
 should have a small shipment of bare boards in a couple of months. But I
 don't plan to do a true end to end test. My hobby project only cares about
 a few core functions.

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


-- 
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: Beaglebone Black Rebooting Several Times Every Day

2014-10-13 Thread Maxim Podbereznyy
I remember that once it was suggested to check the reboot reason from the
pmic. Definitely your issues are because of some hardware faults in the
pmic
13 Окт 2014 г. 12:55 пользователь Micka mickamus...@gmail.com написал:

 Did you check if memory usage is increasing ? Log file ?

 Micka,

 On Mon, Oct 13, 2014 at 10:49 AM, Sebastian H shos...@gmail.com wrote:

 For the record, even with the watchdog package removed, my BBB rebooted
 on me again after just 7 hours of uptime. :-(
 Here http://pastebin.com/UwF2fsRB's the kernel config I used.
 Searching for watchdog, there are only two entries. This is the one still
 enabled:
 CONFIG_OMAP_REMOTEPROC_WATCHDOG=y
 Should I disable that as well?

 On Sunday, October 12, 2014 6:29:26 PM UTC+2, Sebastian H wrote:

 The issue still happened even using the kernel compiled without any
 watchdog support. The netconsole log didn't include any details. It just
 rebooted again without any indication why. That was about 24 hours after
 the last restart.
 I still had the watchdog package installed (but with even the software
 watchdog disabled in the kernel, I didn't think it would do anything).
 Well, I now removed that, but I'm not convinced that it did cause the
 reboot.


 On Thursday, October 9, 2014 5:54:40 PM UTC+2, Sebastian H wrote:

 I switched over from kernel 3.8.13 to 3.14.19-ti-r28 (compiled with
 netconsole support)  and after a little over 24 hours uptime, my BBB
 rebooted without any entries in the netconsole log or any logs on the BBB
 that I could find.

 Did anyone have any luck in troubleshooting this issue any further?

 In the meantime, I guess I'll try your suggestion of disabling the
 watchdog for now.


 On Thursday, September 18, 2014 11:48:22 AM UTC+2, William Hermans
 wrote:

 Short term, you can disable the hardware watchdog in kernel config.
 That should temporarily fix your problem, and if it does not . . . bigger
 mystery.

 Long term, it would be good to figure out what is triggering the
 watchdog. strace on the watchdog PID will not work - I tested this myself.

 The only one thing I can think of off hand is perhaps modifying the
 watchdog module to output a debug message before rebooting the system. As
 to which process triggered a shutdown, and why. If possible . . .

 Will research more tomorrow it is very late ( actually early ) here.

 On Thu, Sep 18, 2014 at 12:57 AM, Thomas Olofsson skjo...@gmail.com
 wrote:


 Forget about claiming its a hardware issue. Because it is not. We've
 had two beaglebone blacks for close to a year, and a half now. Both are
 rock solid, running off barrel jack power, or USB( one of each ).

 Ok well just stating facts that bbw is not rebooting and BBB is with
 the same kernel

 Ok i would be happy to stop guessing and actually find the problem.
 Could you give me some real advise on HOW to use the serial module
 appropriately. i do have it connected to the serial console and i have
 event built a kernel with verbosed debugging on i am just not seeing
 anything.

 So if you would like any information or dumps or whatever i am happy
 to provide that.


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


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


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


  1   2   3   >