Re: [beagleboard] Re: wl18xx warning - any resolution?

2020-12-14 Thread jose...@gmail.com
I would go a setp further from Robert's sugestion and manually upgrade the firmware file, using the one at: https://git.ti.com/cgit/wilink8-wlan/wl18xx_fw/tree/ That FW should be retro-compatible with older drivers... A segunda-feira, 14 de dezembro de 2020 à(s) 15:10:36 UTC, RobertCNelson

Re: [beagleboard] Re: wl18xx warning - any resolution?

2020-12-08 Thread jose...@gmail.com
I would suggest upgrading to the v4.19.x-ti kernel and then upgrade the firmware to TI's latest (8.9.0.0.85): https://git.ti.com/cgit/wilink8-wlan/wl18xx_fw/ Upgrading the firmware to 8.9.0.0.85 solved some issues in my specific use case. If that does'nt solve your issue, you can try also to

[beagleboard] Re: wl18xx warning - any resolution?

2020-12-07 Thread jose...@gmail.com
TI has released recently an updated driver and firmware: https://github.com/beagleboard/Latest-Images/issues/73 A segunda-feira, 7 de dezembro de 2020 à(s) 11:12:52 UTC, ags escreveu: > Has there been any progress in understanding the cause, and cure, for the > warning message being written to

[beagleboard] Upgrading to Debian 10.7

2020-12-05 Thread jose...@gmail.com
Hi, Debian has just released the 10.7 upgrade. Doing an "apt update" followed by "apt list --upgradable" in one of my BeagleBones, I found that there are a couple of systemd/udev upgrades sugested: libnss-systemd/stable 241-7~deb10u5 armhf [upgradable from:

[beagleboard] Re: Latest Image - Summer 2020 Release - RC2 (GSOC stuff)

2020-11-20 Thread jose...@gmail.com
? Best regards, José Gonçalves A quarta-feira, 2 de setembro de 2020 à(s) 18:21:04 UTC+1, jose...@gmail.com escreveu: > Hi Robert, > > The wiki page at https://elinux.org/Beagleboard:Latest-images-testing has > some outdated info on the Sumer 2020 Release. > While the RC2 is m

[beagleboard] Re: Configure CAN BeagleBone AI, Kernel v4.19

2020-10-14 Thread jose...@gmail.com
CAN interfaces are down by default. If you type "*ifconfig -a*" you should see them... A quarta-feira, 14 de outubro de 2020 à(s) 11:45:01 UTC+1, Douglas Conover escreveu: > > Hi all, I have been working on updating some of my device tree files to > the newer image found at: > > >

[beagleboard] Re: Using an external RTC in BBGG

2020-09-27 Thread jose...@gmail.com
32459] rtc-ds1307 0-0068: registered as rtc2 [1.172017] rtc-pcf2127-i2c 1-0051: rtc core: registered rtc-pcf2127-i2c as rtc0 [1.178840] rtc-pcf2127-i2c 1-0051: setting system clock to 2020-09-27 07:40:07 UTC (1601192407) A sexta-feira, 25 de setembro de 2020 à(s) 18:42:26 UTC+1, jose...

[beagleboard] Using an external RTC in BBGG

2020-09-25 Thread jose...@gmail.com
Hi, I have a custom Cape that has a PCF2129 RTC chip. I've set a device tree overlay like this: &{/} { aliases { rtc0 = rtc1 = "/ocp/rtc@44e3e000"; }; }; { extrtc: pcf2129@51 { compatible = "nxp,pcf2129"; reg = <0x51>; }; } and this setup works fine in a BB Green Wireless: debian@bbgw:~$

[beagleboard] Re: Syntax highlight in nano

2020-09-08 Thread jose...@gmail.com
egards, > Pavel. > > [image: Screenshot from 2020-09-08 09-34-18.png] > > > On Monday, September 7, 2020 at 4:19:58 PM UTC+2, jose...@gmail.com wrote: >> >> If you provide appropriate config, *vim* will give you syntax highlight. >> I always add in my boards the fo

[beagleboard] Re: Syntax highlight in nano

2020-09-07 Thread jose...@gmail.com
If you provide appropriate config, *vim* will give you syntax highlight. I always add in my boards the following config in */etc/vim/vimrc.local*: let g:skip_defaults_vim = 1 syntax on set background=dark set modeline set modelines=3 set mouse= BR, José Gonçalves A segunda-feira, 7 de setembro

[beagleboard] Re: Latest Image - Summer 2020 Release - RC2 (GSOC stuff)

2020-09-02 Thread jose...@gmail.com
Hi Robert, The wiki page at https://elinux.org/Beagleboard:Latest-images-testing has some outdated info on the Sumer 2020 Release. While the RC2 is marked (properly) has released in August 26, it says the final version was released in August 3rd! Best regards, José Gonçalves A quarta-feira,