Re: [beagleboard] Re: Falcon Christmas Pocket Beagle Wifi Issue

2018-10-29 Thread devonadair96
Thanks for sending me those projects! I will take a look over those tomorrow during class! The project i am doing is a graduation cap led matrix for a class I am in. More info here: https://elinux.org/ECE497_Project_-_LED_Matrix_Graduation_Cap. The page isn't complete yet but has a link of

Re: [beagleboard] Re: Falcon Christmas Pocket Beagle Wifi Issue

2018-10-29 Thread Daniel Kulp
> On Oct 29, 2018, at 9:15 PM, devonadai...@gmail.com wrote: > The board is being powered off the micro USB port from my computer at the > moment. > > The voltage from VI is 5 Volts and VB is 0 Volts. ID is about .8 Volts. I do > have 5 Volts on the USB. > > I would be interested in seeing

[beagleboard] Re: Falcon Christmas Pocket Beagle Wifi Issue

2018-10-29 Thread devonadair96
The board is being powered off the micro USB port from my computer at the moment. The voltage from VI is 5 Volts and VB is 0 Volts. ID is about .8 Volts. I do have 5 Volts on the USB. I would be interested in seeing those KiCad projects if possible! Falcon doesn't seem to be seeing the

[beagleboard] Re: Falcon Christmas Pocket Beagle Wifi Issue

2018-10-29 Thread Daniel Kulp
I'm surprised you haven't contacted me since I have both PocketScroller (P10/5 controller for PocketBeagle) and F8-PB (ws28xx string controller for PocketBeagle), both based on Falcon/FPP.I have USB wifi working for both of them. I have the KiCad projects I'd be happy to share if you are

Re: [beagleboard] Re: BeagleBone Blue; Pinout diagram / System Reference Manual ?

2018-10-29 Thread Nuno Silva
You're welcome. I'm glad I can give my little contribution. Sem vĂ­rus. www.avg.com

[beagleboard] Sent off a CircutMaker PocketBeagle Cape, Would appreciate any feedback

2018-10-29 Thread David Miller Lowe
Hi Folks, I tossed together a pocketbeagle cape using Circuitmaker last week.. After I get my protos back I was planning on fixing any mechanical issues I have and creating a pocketCape template project like the BeagleBoard cape template that I've used several times. If anyone wants to take

[beagleboard] Re: Falcon Christmas Pocket Beagle Wifi Issue

2018-10-29 Thread Graham
On the pocket beagle, USB0, which is brought out to the microUSB connector on the board is only intended to be used as a 'client', so you can not plug the WiFi there. You have to use USB1, which is pinned out to the 36 pin connector P1. USB1 is configured to be a USB master/server. You will need

[beagleboard] Falcon Christmas Pocket Beagle Wifi Issue

2018-10-29 Thread devonadair96
Hello Everyone! I am currently working on a project with Falcon Christmas on the Pocket Beagle. I have a USB WIFI dongle to add WIFI to the pocket beagle. I was following this guide to add the USB type A to it: https://www.teachmemicro.com/pocketbeagle-wifi/. I am sure that it is wired

Re: [beagleboard] Boot time optimisation

2018-10-29 Thread Raghavendra Bhovi
Hi Robert Nelson, Ok thank you On 29-Oct-2018 7:46 PM, "Robert Nelson" wrote: On Mon, Oct 29, 2018 at 8:02 AM Raghavendra Bhovi wrote: > > Hi Robert Nelson, > > > Thank you so much for your support > > When i am configured kernel using menuconfig and i am copied kernel image to beaglebone

Re: [beagleboard] Boot time optimisation

2018-10-29 Thread Robert Nelson
On Mon, Oct 29, 2018 at 8:02 AM Raghavendra Bhovi wrote: > > Hi Robert Nelson, > > > Thank you so much for your support > > When i am configured kernel using menuconfig and i am copied kernel image to > beaglebone when i am doing ifconfig usb0 not showing i am also tried to set > manualy

Re: [beagleboard] Accessing uEnv.txt

2018-10-29 Thread Robert Nelson
On Mon, Oct 29, 2018 at 7:00 AM wrote: > > Hello: > > I am currently working on Beagle Bone Black (BBB) board. > > I am having uSD card and both ROOT and BOOT partitions are created with ext4 > and FAT32 filesystems respectively. > > I copied the MLO, uboot.img, .dtb and kernel image into BOOT

Re: [beagleboard] Change Debug Port From UART0 to USB0

2018-10-29 Thread Robert Nelson
> >However to change from UART0 to USB0, "you'll" have to do some work.. > > > > Can you please guide me how to proceed.? > Where to change.? Like i said, "you'll" have some work todo.. https://github.com/u-boot/u-boot > Is it required to change to any configuration setting while building

Re: [beagleboard] Re: GPIO toggle Kernel Module for Beaglebone

2018-10-29 Thread Bill Bitner
Hi Rudy! I'm not sure where the link was supposed to point to but I found the following an excellent guide to experimenting the PRU's using the 4.14 series kernel. (you would have to update for this to apply) (https://github.com/MarkAYoder/PRUCookbook) Bill Bitner On Thu, Oct 25, 2018 at

Re: [beagleboard] Re: PRU 0 & 1 not found, 9.4 & 9.5 debian, iot and lxqt

2018-10-29 Thread Bill Bitner
Hi Mark! Thanks to your posting on another topic, I was able to solve my problem. It turned out the original image flashed on the 4G onboard chip was still supplying the uEnv.txt so the new image on the SD card was not picking up any changes I would make to the uEnv.txt file on the SD card.

Re: [beagleboard] Boot time optimisation

2018-10-29 Thread Raghavendra Bhovi
Hi Robert Nelson, Thank you so much for your support When i am configured kernel using menuconfig and i am copied kernel image to beaglebone when i am doing ifconfig usb0 not showing i am also tried to set manualy ifconfig usb0 ip then it is showing bellow error how to solved this error ?

Re: [beagleboard] Boot time optimisation

2018-10-29 Thread Raghavendra Bhovi
Hi Robert Nelson, Thank you so much for your support When i am configured kernel using menuconfig and i am copied kernel image to beaglebone when i am doing ifconfig usb0 not showing i am also tried to set manualy ifconfig usb0 ip then it is showing bellow error how to solved this error ?

Re: [beagleboard] Re: BeagleBone Blue; Pinout diagram / System Reference Manual ?

2018-10-29 Thread James Strawson
Thank you! On Mon, Oct 29, 2018 at 4:19 AM Nuno Silva wrote: > You can use it as you see fit. Change it to make it better, to be more > appealing, etc. > > Best regards, > Nuno > > On Mon, Oct 29, 2018 at 6:34 AM JStrawson wrote: > >> This looks great and I can't believe I didn't stumble

[beagleboard] Accessing uEnv.txt

2018-10-29 Thread subbu3881
Hello: I am currently working on Beagle Bone Black (BBB) board. I am having uSD card and both ROOT and BOOT partitions are created with ext4 and FAT32 filesystems respectively. I copied the MLO, uboot.img, .dtb and kernel image into BOOT partition. Now, I created on uEnv.txt file to set some

Re: [beagleboard] Change Debug Port From UART0 to USB0

2018-10-29 Thread subbu3881
Thank You For Your Response. > >However to change from UART0 to USB0, "you'll" have to do some work.. > Can you please guide me how to proceed.? Where to change.? Is it required to change to any configuration setting while building U-Boot source code.? > >However u-boot can be "easly"

[beagleboard] Code that works when executed on Terminal does not work when launched as an App Debian/TI matrix GUI

2018-10-29 Thread Helen Samuel
I'm using CL-SOM-AM57x - TI AM5728 / AM5718 System-on-Module and load it with Ti's matrix app launcher based on Linux Debian. I am trying to develop a python app which can be launched from TI Matrix GUI. With simple python

Re: [beagleboard] Re: BeagleBone Blue; Pinout diagram / System Reference Manual ?

2018-10-29 Thread Nuno Silva
You can use it as you see fit. Change it to make it better, to be more appealing, etc. Best regards, Nuno On Mon, Oct 29, 2018 at 6:34 AM JStrawson wrote: > This looks great and I can't believe I didn't stumble across this until > now. May I have your permission to include this with the public

Re: [beagleboard] Boot time optimisation

2018-10-29 Thread Raghavendra Bhovi
Thank you so much Robert Nelson its working fine On 26-Oct-2018 8:33 PM, "Robert Nelson" wrote: On Fri, Oct 26, 2018 at 9:58 AM Raghavendra Bhovi wrote: > > Hi Robert Nelson, > > Without copying modules i am getting boot time 24sec if i am copying the modules means boot time will be increase

Re: [beagleboard] Re: BeagleBone Blue; Pinout diagram / System Reference Manual ?

2018-10-29 Thread JStrawson
This looks great and I can't believe I didn't stumble across this until now. May I have your permission to include this with the public documentation of the librobotcontrol supporting software package? I think it will help many people. Thanks! James On Sunday, September 17, 2017 at 9:51:47 AM