Re: [beagleboard] Re: BIG problem with BBB and logging into ANY username

2021-04-01 Thread jonnymo
I was able to use PuTTY on Windows 10 to login to the BBB via serial without root password after editing the /etc/passwd file. Typically the root account is set in the sshd_config to not allow remote ssh connections to a Linux system. You have to set this to allow for root login with or without

Re: [beagleboard] Re: BIG problem with BBB and logging into ANY username

2021-04-01 Thread amf
I'm going out on the limb here, but putty seem to have an issue with logins without a password. I'm sure some one can provide more input on this. On Wednesday, March 31, 2021 at 12:59:59 PM UTC-5 propg...@gmail.com wrote: > > debian@beaglebone:/mnt/media/etc$ su root > Password: > su:

[beagleboard] Re: GPIO from PRU via OCP on a Beaglebone Black - Timing Issues

2021-04-01 Thread Remy Porter
I've been playing with building my own kernel, which I *did* get cross-compilation working, even with the bindeb-pkg target, which is cool. The weird sideeffect of trying and disabling various bits and modules is that… the PRU cycle counter stops working. I have no idea how or why that

Re: [beagleboard] Re: eCAP reading a PWM signal, someone has made this functionality works?

2021-04-01 Thread TJF
Drew Fustini schrieb am Mittwoch, 31. März 2021 um 22:29:35 UTC+2: > To clarify for anyone finding this thread in the future. > > eQEP (encoder input) driver is in mainline Linux kernel thanks to David > Lechner: > https://elixir.bootlin.com/linux/latest/source/drivers/counter/ti-eqep.c > >