Re: [beagleboard] I need your help for my project

2019-01-06 Thread Talha Ayrancı
FLTK is a cross platform GUI library.

But I changed my decision. I want use Qt. Now I'm working on buildroot. Did 
you use buildroot in your project?

7 Ocak 2019 Pazartesi 05:58:48 UTC+3 tarihinde c2h2 yazdı:
>
> RT linux is just scheduler difference? more frequent switching? 
>
> if this is what you mean, you can still optimize to 5 sec. 
>
> On Fri, Jan 4, 2019 at 11:05 PM Talha Ayrancı  > wrote:
>
>> Thanks for answer.
>>
>> I don't want use Qt. Do you have information about FLTK?
>>
>> 4 Ocak 2019 Cuma 05:45:27 UTC+3 tarihinde c2h2 yazdı:
>>>
>>> I managed to make QT appear in 6 seconds, cold boot on 800mhz AM3352.
>>>
>>> Basically uboot 1 sec. kernel 2 sec. and init 2 sec and app.
>>>
>>> need to strip some drivers, verification and use init
>>>
>>> On Fri, Jan 4, 2019 at 4:14 AM Robert Nelson  
>>> wrote:
>>>
 On Thu, Jan 3, 2019 at 2:07 PM Talha Ayranci  
 wrote:
 >
 > Hello everyone! Fİrst I am sorry for my bad English.
 > I want to make a project with Beaglebone Black. My project is a GUI 
 app with Real-Time Kernel based Linux. And i want to run this app in 5 
 sec. 
 For example : https://www.youtube.com/watch?v=vm3Gp9KEs1w
 >
 > I flashed a Debian image ( 1GB console image )
 > PREEMPT_RT applied and kernel is RT kernel. ( 4.14.79-ti-rt-r84 )
 > I deactivate some services for fast open.
 >
 > I want to develope a GUI app now. What should i do?

 For a 5 second bootup time, your going to have to do a lot of work..

 I'd first start with buildroot and make sure to use u-boot in falcon 
 mode..

 https://git.buildroot.net/buildroot/

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

>>>
>>>
>>> -- 
>>> Yiling Cao
>>> http://ariaboard.com/
>>> http://shanghainovotech.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 .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/beagleboard/1b64d877-3963-4b57-882b-8b83a68a5340%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
> -- 
> Yiling Cao
> http://ariaboard.com/
> http://shanghainovotech.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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/9add9c4d-25d4-4925-8e2a-184db7b709ed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] I need your help for my project

2019-01-06 Thread Talha Ayrancı
FLTK is a cross platform GUI library.

But I changed my decision. I want use Qt. Now I'm working on buildroot. Did you 
use buildroot in your project?

-- 
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/93a529ca-42ec-4302-803c-941f96e0a64c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] I need your help for my project

2019-01-06 Thread Yiling Cao
RT linux is just scheduler difference? more frequent switching?

if this is what you mean, you can still optimize to 5 sec.

On Fri, Jan 4, 2019 at 11:05 PM Talha Ayrancı  wrote:

> Thanks for answer.
>
> I don't want use Qt. Do you have information about FLTK?
>
> 4 Ocak 2019 Cuma 05:45:27 UTC+3 tarihinde c2h2 yazdı:
>>
>> I managed to make QT appear in 6 seconds, cold boot on 800mhz AM3352.
>>
>> Basically uboot 1 sec. kernel 2 sec. and init 2 sec and app.
>>
>> need to strip some drivers, verification and use init
>>
>> On Fri, Jan 4, 2019 at 4:14 AM Robert Nelson  wrote:
>>
>>> On Thu, Jan 3, 2019 at 2:07 PM Talha Ayranci  wrote:
>>> >
>>> > Hello everyone! Fİrst I am sorry for my bad English.
>>> > I want to make a project with Beaglebone Black. My project is a GUI
>>> app with Real-Time Kernel based Linux. And i want to run this app in 5 sec.
>>> For example : https://www.youtube.com/watch?v=vm3Gp9KEs1w
>>> >
>>> > I flashed a Debian image ( 1GB console image )
>>> > PREEMPT_RT applied and kernel is RT kernel. ( 4.14.79-ti-rt-r84 )
>>> > I deactivate some services for fast open.
>>> >
>>> > I want to develope a GUI app now. What should i do?
>>>
>>> For a 5 second bootup time, your going to have to do a lot of work..
>>>
>>> I'd first start with buildroot and make sure to use u-boot in falcon
>>> mode..
>>>
>>> https://git.buildroot.net/buildroot/
>>>
>>> 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.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/beagleboard/CAOCHtYihou7HKLPfiHwjrfzfr%2BjvAsT%3DACcFVvr4UQLHbB%2BdzA%40mail.gmail.com
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>> --
>> Yiling Cao
>> http://ariaboard.com/
>> http://shanghainovotech.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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/beagleboard/1b64d877-3963-4b57-882b-8b83a68a5340%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>


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


Re: [beagleboard] Ubuntu Device Tree Issue on PocketBeagle

2019-01-06 Thread Robert Nelson
On Sun, Jan 6, 2019 at 5:08 PM  wrote:
>
> Hi,
>
> I am working on the PocketBeagle platform and using the USB breakout pins to 
> interface with devices. I had successful communication with USB devices with 
> the debian image for the PocketBeagle. I tried running the Ubuntu image and 
> ran into a problem with the device tree configuration.
>
> I tried to change the uEnv.txt by adding this line:
> dtb=am335x-pocketbeagle.dtb
>
> However, it resulted in the same error.
>
> When I see the following error, I feel like the current configuration isn't 
> setting the USB as ground (host).
>  VBUS_ERROR in a_wait_vrise (80, 
>
> Is there a way to specify the correct configuration or modify the 
> configuration for USB outputs?

to date, we don't have a PocketBeagle overlay for usb configuration of
the second port..

Patches welcome ;)

PS, sometimes this issue just bad wiring, double check your
connections and make sure you have real 5v of power.

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


[beagleboard] Ubuntu Device Tree Issue on PocketBeagle

2019-01-06 Thread rosehulmanuniversity
Hi,

I am working on the PocketBeagle platform and using the USB breakout pins 
to interface with devices. I had successful communication with USB devices 
with the debian image for the PocketBeagle. I tried running the Ubuntu 
image and ran into a problem with the device tree configuration.

I tried to change the uEnv.txt by adding this line:
dtb=am335x-pocketbeagle.dtb

However, it resulted in the same error.

When I see the following error, I feel like the current configuration isn't 
setting the USB as ground (host).
 VBUS_ERROR in a_wait_vrise (80, https://elinux.org/BeagleBoardUbuntu

Image link:  
https://rcn-ee.com/rootfs/2018-12-10/elinux/ubuntu-18.04.1-console-armhf-2018-12-10.tar.xz


Kernel Version
4.14.79-ti-r84


Below is the dmesg dump


[0.00] Booting Linux on physical CPU 0x0
[0.00] Linux version 4.14.79-ti-r84 (root@a2-imx6q-wandboard-2gb) 
(gcc v ersion 7.3.0 (Ubuntu/Linaro 7.3.0-27ubuntu1~18.04)) #1 
SMP PREEMPT Tue Nov 13 20 :35:19 UTC 2018
[0.00] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), 
cr=10c5387d
[0.00] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing 
instructio n cache
[0.00] OF: fdt: Machine model: TI AM335x PocketBeagle
[0.00] Memory policy: Data cache writeback
[0.00] efi: Getting EFI parameters from FDT:
[0.00] efi: UEFI not found.
[0.00] cma: Reserved 48 MiB at 0x9c80
[0.00] On node 0 totalpages: 130560
[0.00] free_area_init_node: node 0, pgdat c15ed340, node_mem_map 
df96100 0
[0.00]   Normal zone: 1148 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] random: get_random_bytes called from start_kernel+0xac/0x450 
with  crng_init=0
[0.00] percpu: Embedded 18 pages/cpu @df90 s41548 r8192 d23988 
u7372 8
[0.00] pcpu-alloc: s41548 r8192 d23988 u73728 alloc=18*4096
[0.00] pcpu-alloc: [0] 0
[0.00] Built 1 zonelists, mobility grouping on.  Total pages: 129412
[0.00] Kernel command line: console=ttyO0,115200n8 
root=/dev/mmcblk0p1 r o rootfstype=ext4 rootwait 
coherent_pool=1M net.ifnames=0 quiet
[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: 437312K/522240K available (13312K kernel code, 1170K 
rwda ta, 4372K rodata, 1024K init, 361K bss, 35776K reserved, 
49152K cma-reserved, 0K  highmem)
[0.00] Virtual kernel memory layout:
   vector  : 0x - 0x1000   (   4 kB)
   fixmap  : 0xffc0 - 0xfff0   (3072 kB)
   vmalloc : 0xe000 - 0xff80   ( 504 MB)
   lowmem  : 0xc000 - 0xdfe0   ( 510 MB)
   pkmap   : 0xbfe0 - 0xc000   (   2 MB)
   modules : 0xbf00 - 0xbfe0   (  14 MB)
 .text : 0xc0008000 - 0xc0e0   (14304 kB)
 .init : 0xc140 - 0xc150   (1024 kB)
 .data : 0xc150 - 0xc1624928   (1171 kB)
  .bss : 0xc162ea78 - 0xc1688f80   ( 362 kB)
[0.00] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[0.00] ftrace: allocating 42852 entries in 126 pages
[0.00] Preemptible hierarchical RCU implementation.
[0.00]  RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
[0.00]  Tasks RCU enabled.
[0.00] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[0.00] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[0.00] IRQ: Found an INTC at 0xfa20 (revision 5.0) with 128 
interrup ts
[0.00] OMAP clockevent source: timer2 at 2400 Hz
[0.20] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 
89478 484971ns
[0.40] clocksource: timer1: mask: 0x max_cycles: 
0x, max _idle_ns: 79635851949 ns
[0.50] OMAP clocksource: timer1 at 2400 Hz
[0.001607] timer_probe: no matching timers found
[0.001950] Console: colour dummy device 80x30
[0.001976] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
[0.001981] This ensures that you still see kernel messages. Please
[0.001985] update your kernel commandline.
[0.002009] Calibrating delay loop... 995.32 BogoMIPS (lpj=1990656)
[0.021774] pid_max: default: 32768 minimum: 301
[0.022038] Security Framework initialized
[0.022054] Yama: becoming mindful.
[0.022094] AppArmor: AppArmor disabled by boot time parameter
[0.022171] Mount-cache hash table entries: 1024 (o

[beagleboard] Ubuntu Device Tree Issue on PocketBeagle

2019-01-06 Thread rosehulmanuniversity
Hi,

I am working on the PocketBeagle platform and using the USB breakout pins 
to interface with devices. I had successful communication with USB devices 
with the debian image for the PocketBeagle. I tried running the Ubuntu 
image and ran into a problem with the device tree configuration.

I tried to change the uEnv.txt by adding this line:
dtb=am335x-pocketbeagle.dtb

However, it resulted in the same error.

When I see the following error, I feel like the current configuration isn't 
setting the USB as ground (host).
 VBUS_ERROR in a_wait_vrise (80, https://elinux.org/BeagleBoardUbuntu

Image link:  
https://rcn-ee.com/rootfs/2018-12-10/elinux/ubuntu-18.04.1-console-armhf-2018-12-10.tar.xz


Kernel Version
4.14.79-ti-r84


Below is the dmesg dump


[0.00] Booting Linux on physical CPU 0x0
[0.00] Linux version 4.14.79-ti-r84 (root@a2-imx6q-wandboard-2gb) 
(gcc v ersion 7.3.0 (Ubuntu/Linaro 7.3.0-27ubuntu1~18.04)) #1 
SMP PREEMPT Tue Nov 13 20 :35:19 UTC 2018
[0.00] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), 
cr=10c5387d
[0.00] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing 
instructio n cache
[0.00] OF: fdt: Machine model: TI AM335x PocketBeagle
[0.00] Memory policy: Data cache writeback
[0.00] efi: Getting EFI parameters from FDT:
[0.00] efi: UEFI not found.
[0.00] cma: Reserved 48 MiB at 0x9c80
[0.00] On node 0 totalpages: 130560
[0.00] free_area_init_node: node 0, pgdat c15ed340, node_mem_map 
df96100 0
[0.00]   Normal zone: 1148 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] random: get_random_bytes called from start_kernel+0xac/0x450 
with  crng_init=0
[0.00] percpu: Embedded 18 pages/cpu @df90 s41548 r8192 d23988 
u7372 8
[0.00] pcpu-alloc: s41548 r8192 d23988 u73728 alloc=18*4096
[0.00] pcpu-alloc: [0] 0
[0.00] Built 1 zonelists, mobility grouping on.  Total pages: 129412
[0.00] Kernel command line: console=ttyO0,115200n8 
root=/dev/mmcblk0p1 r o rootfstype=ext4 rootwait 
coherent_pool=1M net.ifnames=0 quiet
[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: 437312K/522240K available (13312K kernel code, 1170K 
rwda ta, 4372K rodata, 1024K init, 361K bss, 35776K reserved, 
49152K cma-reserved, 0K  highmem)
[0.00] Virtual kernel memory layout:
   vector  : 0x - 0x1000   (   4 kB)
   fixmap  : 0xffc0 - 0xfff0   (3072 kB)
   vmalloc : 0xe000 - 0xff80   ( 504 MB)
   lowmem  : 0xc000 - 0xdfe0   ( 510 MB)
   pkmap   : 0xbfe0 - 0xc000   (   2 MB)
   modules : 0xbf00 - 0xbfe0   (  14 MB)
 .text : 0xc0008000 - 0xc0e0   (14304 kB)
 .init : 0xc140 - 0xc150   (1024 kB)
 .data : 0xc150 - 0xc1624928   (1171 kB)
  .bss : 0xc162ea78 - 0xc1688f80   ( 362 kB)
[0.00] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[0.00] ftrace: allocating 42852 entries in 126 pages
[0.00] Preemptible hierarchical RCU implementation.
[0.00]  RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
[0.00]  Tasks RCU enabled.
[0.00] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[0.00] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[0.00] IRQ: Found an INTC at 0xfa20 (revision 5.0) with 128 
interrup ts
[0.00] OMAP clockevent source: timer2 at 2400 Hz
[0.20] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 
89478 484971ns
[0.40] clocksource: timer1: mask: 0x max_cycles: 
0x, max _idle_ns: 79635851949 ns
[0.50] OMAP clocksource: timer1 at 2400 Hz
[0.001607] timer_probe: no matching timers found
[0.001950] Console: colour dummy device 80x30
[0.001976] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
[0.001981] This ensures that you still see kernel messages. Please
[0.001985] update your kernel commandline.
[0.002009] Calibrating delay loop... 995.32 BogoMIPS (lpj=1990656)
[0.021774] pid_max: default: 32768 minimum: 301
[0.022038] Security Framework initialized
[0.022054] Yama: becoming mindful.
[0.022094] AppArmor: AppArmor disabled by boot time parameter
[0.022171] Mount-cache hash table entries: 1024 (o

[beagleboard] Re: BBE Industrial 1GB ram

2019-01-06 Thread 'Luther Goh Lu Feng' via BeagleBoard
Did they confirm that they only ship to limited countries?

On Saturday, January 5, 2019 at 2:42:33 PM UTC+8, mallets wrote:
>
> Ahh, doesn't ship to many countries. Wish they were sold through resellers 
> like Arrow, element14 and such.
>
> On Friday, December 14, 2018 at 11:22:59 AM UTC+5:30, Luther Goh Lu Feng 
> wrote:
>>
>> Seems like there is an equivalent of BBB Industrial with 1GB ram 
>> available for pre order from San Cloud, shipping 14th Jan 2019. I wonder if 
>> it can run the images from Robert Nelson, though I am guessing that they 
>> probably would
>>
>> https://www.sancloud.co.uk/?p=2101
>> https://www.sancloud.co.uk/?page_id=1028&model_number=1214994
>>
>>
>> --Luther
>>
>

-- 
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/c3223715-dfd9-4b0b-b76e-51684a1b1fd7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Flashing Beaglebone with a custom image problem

2019-01-06 Thread Charles Steinkuehler
On 1/5/2019 11:07 AM, Pablo999 wrote:
> 
> I am using Yocto to generate a customized Linux version for my BeagleBone 
> board.
> 
> I can flash this image to the internal emmc on the board via an external SD 
> card and it runs fine. In order to flash it, I hold down the boot button 
> when the board boots up, which flashes the image from the SD card onto the 
> internal emmc memory.
> 
> The one problem however I have now is that if I want to re-flash another 
> custom image after this onto the board the same way, it doesn't work unless 
> I *first* flash a default Debian image for the BeagleBone (provided on the 
> BeagleBone site).
> 
> Would anyone know why this is, or have some way to try to solve it?

It's probably an issue with the boot loader.  Hook up a serial console
to see what's going on.  Pause U-Boot when prompted (hit a key) and
dump the environment (printenv).

> My understanding is that the ROM bootlader provided by TI is the very first 
> thing to get executed when the board starts and this code never changes. 
> This ROM bootlader checks if the boot button is pressed and decides where 
> to boot from.
> 
> Why would it make a difference which kernel version is currently flashed on 
> the board, and why is it only working when a default Debian image is loaded 
> on there first and not my customized Yocto image? Many thanks in advance 
> for any help.

The kernel version shouldn't matter, but the BBB boot loaders have at
various times been setup to look for files like uEnv.txt in various
places.  I suspect the U-Boot installed on the uSD is seeing something
on the programmed eMMC that it doesn't like and/or breaks the boot
sequence.

-- 
Charles Steinkuehler
char...@steinkuehler.net

-- 
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/13b2fe1e-e3f5-c21d-3cbb-bb21cdda020e%40steinkuehler.net.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Abridged summary of beagleboard@googlegroups.com - 11 updates in 8 topics

2019-01-06 Thread Prakash Dash
Hi All,

Can someone please help on this.

Thanks

On Thu, Jan 3, 2019 at 11:13 PM Prakash Dash 
wrote:

> Hi All,
>
> I am not aware of what AUDIO Codec device supported in Beagle bone black
> so i need help to understand what are the supported devices
> for Beagle bone black.
>
> I need to understand and integrate that AUDIO Codec device in Beagle Bone
> Black.
> Can someone please tell me which will be the Supported AUDIO Codec device
> and cape board for same AUDIO Codec device
> for the beagle bone black so that i will go for order one and will try to
> port that device in beagle bone black.
>
> Thanks
> Prakash
>
> On Wed, Jan 2, 2019 at 7:44 PM  wrote:
>
>> beagleboard@googlegroups.com
>> 
>>  Google
>> Groups
>> 
>> 
>> Today's topic summary
>> View all topics
>> 
>>
>>- Please help me
>><#m_8310145587168511258_m_-248695849101781358_group_thread_0> - 1
>>Update
>>- Trouble using config-pin to config P9.28 pin as spi or gpio
>><#m_8310145587168511258_m_-248695849101781358_group_thread_1> - 2
>>Updates
>>- Windows 10 Bone_D64.exe Failing
>><#m_8310145587168511258_m_-248695849101781358_group_thread_2> - 1
>>Update
>>- Using IIO driver as a Loadable kernel module
>><#m_8310145587168511258_m_-248695849101781358_group_thread_3> - 2
>>Updates
>>- cape_universal and how to start up PWM
>><#m_8310145587168511258_m_-248695849101781358_group_thread_4> - 2
>>Updates
>>- Error installing smbus2 on pocketbeagle
>><#m_8310145587168511258_m_-248695849101781358_group_thread_5> - 1
>>Update
>>- Beagle Bone Black with LCD cape shows Black Screen
>><#m_8310145587168511258_m_-248695849101781358_group_thread_6> - 1
>>Update
>>- Interfacing with Analog inputs using the BB Black PRU
>><#m_8310145587168511258_m_-248695849101781358_group_thread_7> - 1
>>Update
>>
>> Please help me
>> 
>> ARASH FAHIM : Jan 02 12:58PM +0330
>>
>> HI
>> I am a computer student
>> I want to change analog video (PAL/NTSC) to mpeg 2 realtime and send
>> output
>> stream to another system
>> Can I use BeagleBoard for this subject
>>
>> thank you for help me
>> ...more
>> 
>> Back to top <#m_8310145587168511258_m_-248695849101781358_digest_top>
>> Trouble using config-pin to config P9.28 pin as spi or gpio
>> 
>> scott.nort...@gmail.com: Jan 01 08:17AM -0800
>>
>> Hello,
>>
>> I too have run into the issue of not being able to set P9.28 as well
>> using
>> the latest pre-built image from
>> ...more
>> 
>> varshneybhar...@gmail.com: Jan 01 09:48AM -0800
>>
>> It works! Thanks for your help!
>> ...more
>> 
>> Back to top <#m_8310145587168511258_m_-248695849101781358_digest_top>
>> Windows 10 Bone_D64.exe Failing
>> 
>> anaghak...@gmail.com: Jan 01 10:39PM -0800
>>
>> Worked for me as well . Thanks a lot.
>>
>> ...more
>> 
>> Back to top <#m_8310145587168511258_m_-248695849101781358_digest_top>
>> Using IIO driver as a Loadable kernel module
>> 
>> Bashid : Jan 02 02:25AM -0800
>>
>> Hello
>>
>> I want use ti-ads8688 iio driver
>> <
>> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/iio/adc/ti-ads8688.c>
>> as
>> a kernel module. I am using Beaglebone Black.
>> ...more
>> 
>> Bashid : Jan 02 03:23AM -0800
>>
>> this is
>> <
>> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/devicetree/bindings/iio/adc/ti-ads8688.txt>
>>
>> the device tree recommendation of texas instrument. ...more
>> 
>> Back to top <#m_8310145587168511258_m_-248695849101781358_digest_top>
>> cape_universal and how to start up PWM
>>