[beagleboard] ST1633 Touch screen on PB(ish) board.

2019-04-07 Thread Dave
Trying to get an ST1633 touch screen working with a PB derived board. I had to jump to Linux 5.1-rc3 (cross building with bb-kernel) to get the sitronix driver patched with st1633 support. I have CONFIG_TOUCHSCREEN_ST1232 enabled in .config. I have I2C2 working on the board - I can use i2cde

[beagleboard] Unreliable USB ethernet Linux v5.1-rc3-bone0

2019-04-07 Thread Dave
Still working on getting a PocketBeagle(ish) board fully up. This board is using an ST1633 touch screen and I need a very current kernel to support that. So I jumped to v5.1-r3c-bone0 using the bb-kernel git repository to cross build. I am having some minor problems with that as more than ha

[beagleboard] Re: Maximum number of connected beaglebones per single beaglebone

2019-04-07 Thread drhunter95
Yes it it is WiLink8 on-chip RAM that is a hardware limit. I didn't write the documentation so this is my interpretation. - The mesh can contain up to 32 nodes in the entire network. My guess is that this is a limitation in the open80211 software for the number of nodes that can be kept track o

Re: [beagleboard] mount PB filesystem via root ssh

2019-04-07 Thread Jim F
Log in as debian, then sudo whatever you need to do as root. If you don't like that, sudo su, and then you will be root and can change its password if you must. Many systems will not let you log in as root over ssh. It's a bad practice anyway. If you really must you can change that in /etc/sshd.co

[beagleboard] mount PB filesystem via root ssh

2019-04-07 Thread Anton Nikiforov
I'm trying to mount root filesystem of PocketBeagle from local host with ubuntu 16.04 (with sshfs) using the following command: *sshfs ~/mnt/bbb/ root@192.168.7.2:/* I also tried to remove root password with guide from https://elinux.org/Beagleboard:BeagleBoneBlack_Debian#i_take_full_responsi

[beagleboard] Kernel modules install

2019-04-07 Thread Anton Nikiforov
I tried to run some examples from this repo ( Documentation from repo ) and get stacked in point with installing linux kernel module. In documentation the directory for installing kernel module is "/mnt/bbb" So it's dire