[beagleboard] Re: bbgw wlan0 users

2016-12-30 Thread Linq John
I brought a Beaglebone Green Wireless. At the first day, its wifi worked, so I did some apt-get update/upgrade/dis-upgrade. My main purpose is to use it to do some python work. UART/I2C/GPIO etc. So I didn't discover that the wifi no longer working after the apt-get upgrade. I spent two working

Re: [beagleboard] Re: bbgw wlan0 users

2016-12-30 Thread Robert Nelson
On Fri, Dec 30, 2016 at 2:37 AM, Linq John wrote: > > I brought a Beaglebone Green Wireless. > At the first day, its wifi worked, so I did some apt-get > update/upgrade/dis-upgrade. > My main purpose is to use it to do some python work. UART/I2C/GPIO etc. > So I didn't discover that the wifi no lo

[beagleboard] v4.4.x-ti changes

2016-12-30 Thread Robert Nelson
r78: normal/rt/xenomai: added: module flag, so u-boot can tell bone_capemgr overlay has already been loaded (by u-boot) bone_capemgr.uboot_capemgr_enabled=0 (default condition) kernel auto loads overlays bone_capemgr.uboot_capemgr_enabled=1 = U-Boot already loaded overlay xenomai: disabled cpu

[beagleboard] Re: Cape Manager for U-Boot

2016-12-30 Thread Robert Nelson
Okay, time to push it out as default... First stable build is: U-Boot SPL 2017.01-rc2-3-ga4c7d45040 (Dec 30 2016 - 11:30:57) Trying to boot from MMC1 U-Boot 2017.01-rc2-3-ga4c7d45040 (Dec 30 2016 - 11:30:57 -0600), Build: jenkins-github_Bootloader-Builder-497 This includes a U-Boot over

[beagleboard] SPI on new BBBW with current image

2016-12-30 Thread Clayton Gulick
I'm posting this here hoping to save others some frustration/pain that I've gone through trying to get SPI working on the beagle bone black wireless. The documentation for this is a shambles currently, with conflicting and out of date information all over the internet. So, for those who find th

Re: [beagleboard] Re: Cape Manager for U-Boot

2016-12-30 Thread William Hermans
On Fri, Dec 30, 2016 at 11:03 AM, Robert Nelson wrote: > Okay, time to push it out as default... > > First stable build is: > > U-Boot SPL 2017.01-rc2-3-ga4c7d45040 (Dec 30 2016 - 11:30:57) > Trying to boot from MMC1 > > U-Boot 2017.01-rc2-3-ga4c7d45040 (Dec 30 2016 - 11:30:57 -0600), > B

[beagleboard] Compiling a kernel module for jessie on the Beaglebone itself

2016-12-30 Thread Kevin Stokes
Trying to compile a module of mine which compiles and works fine on my Ubuntu PC. It is basically just usb-skeleton.c but with the usb VendorID and ProductID changed. Now I want to compile it on my BeagleBone. I'm running Linux beaglebone 4.1.30-ti-r69 #1 SMP Sun Aug 14 11:23:09 UTC 2016 armv

Re: [beagleboard] Re: Cape Manager for U-Boot

2016-12-30 Thread William Hermans
So I thought about it for a few minutes when not otherwise busy, and figured it out on my own. $ cd /opt/scripts/tools/developers/ $ git pull $ sudo ./update_bootloader.sh $ sudo reboot serial debug: ... [84389.038894] reboot: Restarting system U-Boot SPL 2017.01-rc2-3-ga4c7d45040 (Dec 30 2

[beagleboard] Re: Cannot enable UART's

2016-12-30 Thread millsey_386
On Friday, 30 December 2016 10:45:35 UTC, truni wrote: > Hi all > > > I cannot enable UARTS no matter what I try. > > > See attached for the commands I am sending, has anybody come across this > problem before? > > > My distro information : > > > Linux beaglebone 4.4.30-ti-r64 #1 SMP Fri

[beagleboard] Re: Cannot enable UART's

2016-12-30 Thread millsey_386
On Saturday, 31 December 2016 00:41:03 UTC, millsey_386 wrote: > On Friday, 30 December 2016 10:45:35 UTC, truni wrote: > > Hi all > > > > > > I cannot enable UARTS no matter what I try. > > > > > > See attached for the commands I am sending, has anybody come across this > > problem before?