[beagleboard] Re: Azure IoT Edge Runtime on BeagleBone Green

2021-04-08 Thread Tarmo
patible. Since the packages are emitted by Microsoft, there's not much productive you can do. You can try to build the things from scratch from source code, if feeling adventurous. -- Tarmo -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subs

[beagleboard] Re: 4G dongle keeps debouncing

2020-10-29 Thread Tarmo
On Thursday, October 29, 2020 at 1:16:13 AM UTC+2 atiqu...@gmail.com wrote: > I have a 4G dongle which keep on denouncing between two interfaces > How do you supply power to the 4G dongle? It's not connected directly to the Beagle's USB port, is it? -- Kind regards, Tarmo -- For more o

[beagleboard] Re: Date/time update of second BBB

2020-10-23 Thread Tarmo
e can run an NTP client. First tutorial I came upon: https://vitux.com/how-to-setup-ntp-server-and-client-on-debian-10/ I don't know how the NTP server will behave if there's no Internet in the first BBB. Configuration may require some tweaks to account for this. -- Kind regards, Tarmo -- For mor

Re: [beagleboard] Re: Remote access for the beagle bone black (BBB) to modify /upgrade file from cloud server

2020-10-21 Thread Tarmo Kuuse
nt to look into creating a systemd service out of your application: https://linuxconfig.org/how-to-create-systemd-service-unit-in-linux -- Kind regards, Tarmo -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "Bea

Re: [beagleboard] Re: Remote access for the beagle bone black (BBB) to modify /upgrade file from cloud server

2020-10-20 Thread Tarmo Kuuse
botched upgrades etc. -- Kind regards, Tarmo -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to b

Re: [beagleboard] Re: Remote access for the beagle bone black (BBB) to modify /upgrade file from cloud server

2020-10-20 Thread Tarmo
to package your software as a Debian .deb package, and run "apt update && apt -y install yourpackage" from a cron script. This would attempt to upgrade to a fresh version of "yourpackage" with whatever frequency you set up the cron script. -- Kind regards, Tarmo -- For

Re: [beagleboard] Re: Remote access for the beagle bone black (BBB) to modify /upgrade file from cloud server

2020-10-15 Thread Tarmo
e jumpbox. This is a fairly simple solution to set up and use initially, but not a very good one - mainly because it doesn't scale beyond a few dozen devices. I'd go for a VPN next time. -- Kind regards, Tarmo -- For more options, visit http://beagleboard.org/discuss --- You received thi

[beagleboard] Re: Hide the scrollbar from the window manager

2020-10-13 Thread Tarmo
ke Midori uses the GTK toolkit. You can install the GTK theme switcher (gtk-theme-switch) and a few different themes (apt-cache search gtk-theme) and play around with them - maybe one of those is more suitable. -- Kind regards, Tarmo -- For more options, visit http://beagleboard.org/discuss --- Yo

[beagleboard] Re: Boot time optimization

2020-10-09 Thread Tarmo
a bit of a resource hog and it primarily serves as a convenience for some minority use cases. Are you sure you need it on a BBB? Final thought - maybe your SD card simply has poor performance? I doubt it'll make a significant difference, but you can try flashing your image into eMMC or using a higher-en

[beagleboard] Re: Beaglebone black connect to Web

2020-10-08 Thread Tarmo
net using an Ethernet cable and your nearest router. -- Kind regards, Tarmo -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop re

[beagleboard] Re: rcpy for beaglebone blue

2020-09-22 Thread Tarmo
v" or something similar). For compiling other source code against it, you'll also need the development package which ends with "-dev". -- Kind regards, Tarmo On Tuesday, September 22, 2020 at 4:46:44 AM UTC+3 ryansel...@gmail.com wrote: > Hello, > > I'm just getting

Re: [beagleboard] How to automatically set system time of BBB by external DS3231

2020-09-03 Thread Tarmo Kuuse
I'd recommend a new thread for a new topic. -- Tarmo On Thu, 3 Sep 2020, 06:34 Niresh, wrote: > Hi Tarmo, > Thank you for your suggestion. > > I have a few queries related to USB dongle connection to BBB and mutex > operation. Shall I ask that query in this post or separate? &g

Re: [beagleboard] How to automatically set system time of BBB by external DS3231

2020-09-02 Thread Tarmo Kuuse
On 02.09.20 11:55, Tarmo Kuuse wrote: "apt-cache search 'kernel-image.*4.4.30*'") but I have no idea what Sorry, the search term is probably 'linux-image*4.4.30*', I don't remember what the BB-s kernel packages were named. -- Kind regards, Tarmo -- For more options,

Re: [beagleboard] How to automatically set system time of BBB by external DS3231

2020-09-02 Thread Tarmo Kuuse
probably old kernel releases which are OK to use on Debian 10 and might even support the recent device trees that you need. You can search for them in the package system (e.g. "apt-cache search 'kernel-image.*4.4.30*'") but I have no idea what happens if you install them. Maybe Rober

Re: [beagleboard] How to automatically set system time of BBB by external DS3231

2020-09-01 Thread Tarmo Kuuse
time. At least it guarantees a monotonously increasing time. -- Kind regards, Tarmo -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop

Re: [beagleboard] How to automatically set system time of BBB by external DS3231

2020-09-01 Thread Tarmo Kuuse
regards, Tarmo -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard+unsubscr...@google

Re: [beagleboard] How to automatically set system time of BBB by external DS3231

2020-09-01 Thread Tarmo Kuuse
-timesyncd will synchronize both your DS3231 and the system time from NTP. Feel free to fine-tune ("man timedatectl" and man "timesyncd.conf"). -- Kind regards, Tarmo -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are s

Re: [beagleboard] How to automatically set system time of BBB by external DS3231

2020-08-31 Thread Tarmo
us (number 1) here: echo ds3231 0x68 > /sys/class/i2c-adapter/i2c-1/new_device Anyway, if you're really connecting the RTC to bus 2 then "BB-I2C*2*-RTC-DS3231.dtbo" should be your device tree. -- Kind regards, Tarmo -- For more options, visit http://beagleboard.org/discuss --- You r

Re: [beagleboard] How to automatically set system time of BBB by external DS3231

2020-08-31 Thread Tarmo
anges to uEnv.txt and follow this guide instead. It's not ideal, but probably covers the relevant requirements. https://learn.adafruit.com/adding-a-real-time-clock-to-beaglebone-black/set-rtc-time -- Kind regards, Tarmo -- For more options, visit http://beagleboard.org/discuss --- You r

Re: [beagleboard] How to automatically set system time of BBB by external DS3231

2020-08-28 Thread Tarmo
th the task of figuring out a solution for syncing time between the RTC, system clock and NTP - as you wrote out in the very first message. My suggestion was to have systemd-timesyncd do it for you, but you can, as an alternative, do it yourself with a few bash scripts. -- Kind regards, Tarmo --

Re: [beagleboard] How to automatically set system time of BBB by external DS3231

2020-08-25 Thread Tarmo
b.org-overlays $ cp src/arm/BB-I2C2-RTC-DS3231.dts src/arm/BB-I2C1-RTC-DS3231.dts $ vim src/arm/BB-I2C1-RTC-DS3231.dts ... update I2C bus number ... $ make src/arm/BB-I2C1-RTC-DS3231.dtbo $ cp src/arm/BB-I2C1-RTC-DS3231.dtbo /lib/firmware -- Kind regards, Tarmo -- For more options, visit h

Re: [beagleboard] How to automatically set system time of BBB by external DS3231

2020-08-21 Thread Tarmo
ow, you're running a rather old Debian release. The stuff that I suggested was likely not implemented back then. I would upgrade to a recent Debian release: http://beagleboard.org/getting-started Note to whoever maintains beagleboard.org: the Letsencrypt SSL cert expired 3 days ago. -- Ki

Re: [beagleboard] How to automatically set system time of BBB by external DS3231

2020-08-18 Thread Tarmo
On Tuesday, 18 August 2020 17:47:00 UTC+3, Tarmo wrote: > > On Tuesday, 18 August 2020 14:45:23 UTC+3, Robert Heller wrote: >> >> At Tue, 18 Aug 2020 02:40:41 -0700 (PDT) beagl...@googlegroups.com >> wrote: >> > I am using beagle Bone Black with debian im

Re: [beagleboard] How to automatically set system time of BBB by external DS3231

2020-08-18 Thread Tarmo
ert pointed me to a device tree which very conveniently swapped the device nodes for those RTCs so the external one got */dev/rtc0*. I just had to load the device tree via /boot/uEnv.txt and time syncing worked beautifully. For Niresh, I suggest trying this one: https://github.com/beagleboard/bb.org-

[beagleboard] Re: disable logging in beaglebone black

2020-08-14 Thread Tarmo
ayfs. Latter is probably easier to set up. -- Kind regards, Tarmo -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails

Re: [beagleboard] Re: Beagleboard X15 Microsoft Visual Studio GUI example project

2020-07-17 Thread Tarmo
ARM > based toolchain in the VS config. I use this with the RasPi but it should > be the same for the BB products. > Interesting. I guess it's a good time to be a cross-platform developer. -- Kind regards, Tarmo -- For more options, visit http://beagleboard.org/discuss --- You

[beagleboard] Re: Beagleboard X15 Microsoft Visual Studio GUI example project

2020-07-16 Thread Tarmo
uage and GUI framework directly on the Beagleboard itself, especially if the project is small. Just install package 'build-essential' (assuming we're talking about a C/C++ application), the development packages for your chosen GUI framework (e.g. 'qtbase5-dev' for QT) and your favourite Linux edito

[beagleboard] Re: BBB RTC synchronization with NTP

2020-07-16 Thread Tarmo
ally while the system is running) and updates /dev/rtc0 with the received time. Perhaps you can get started with that simple, out-of-box feature? https://wiki.archlinux.org/index.php/systemd-timesyncd https://www.freedesktop.org/software/systemd/man/systemd-timesyncd.service.html -- Kind reg

Re: [beagleboard] Re: Graphical Desktop with keyboard & display

2020-06-16 Thread Tarmo
t might show up somewhere. -- Kind regards, Tarmo -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email

[beagleboard] Re: Graphical Desktop with keyboard & display

2020-06-15 Thread Tarmo
've plugged in a monitor post-boot. -- Kind regards, Tarmo -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send

Re: [beagleboard] Re: File system switches to Read-Only randomly after booting.

2020-06-09 Thread Tarmo Kuuse
them from a bad power supply and supplied a full 3G GSM modem directly from its USB (which was simply a bad idea and far exceeded the specs of the USB supply on BBB). -- Tarmo -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed

Re: [beagleboard] Re: File system switches to Read-Only randomly after booting.

2020-06-08 Thread Tarmo Kuuse
aky power supply. Unplug devices connected to BB-s USB ports, supply power to BB via the 5V barrel plug (and a quality power brick) or from a good powered USB hub. -- Kind regards, Tarmo -- For more options, visit http://beagleboard.org/discuss --- You received this message because

[beagleboard] Re: File system switches to Read-Only randomly after booting.

2020-05-14 Thread Tarmo Kuuse
what has caused the problem. Certainly the kernel will leave a line there when a file system is remounted read-only - something similar to "kernel: Remounting filesystem read-only". So have a look at /var/log/syslog and see what you can find. -- Kind regards, Tarmo -- For more

[beagleboard] Re: BBB Won't Shutdown

2020-04-06 Thread Tarmo Kuuse
e seen similar behaviour on a subset of my BBB-s and BeagleCores - perhaps 1-3 out of ten just refused to shut down when powered via 5V supply input. Hasn't bothered me enough to dig in, but since it's specific to a few hardware specimens, it doesn't look like a software issue. -- Kind regards, T

[beagleboard] Re: [Beaglebone Enhanced][VAYU2-4GEC25-E][Quectel] - Not work mobile connection if ethernet wire is plug

2020-01-31 Thread Tarmo Kuuse
very little about those two, so I might be wrong The other is connman with dialup companion ofono. This is intended for lightweight embedded systems. Connman is likely installed on your system already, you just need to set up ofono to do the dialup. The downside is that both (especially

[beagleboard] Re: Can't ping or ssh into BBB Wireless

2020-01-16 Thread Tarmo Kuuse
tu image. If you can't spare to lose the data on it, copy it somewhere else. -- Kind regards, Tarmo -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this

Re: [beagleboard] Ip forwarding

2019-12-17 Thread Tarmo Kuuse
WiFi and >>>>>>Cellular >>>>>> >>>>>> It is a bit more complex than forwarding the IP address, but it is a >>>>>> well documented setup. >>>>>> >>>>>> But you are lucky: the standard D

Re: [beagleboard] Re: Bash throws errors after a week of uptime

2019-12-12 Thread Tarmo Kuuse
0247476 0% /sys/fs/cgroup > tmpfs 49492 0 49492 0% /run/user/1000 > > >> The device /dev/mmcblk0 is usually the SD card. Also the BBB has 4 GB of eMMC, not 32 GB as available your root file system. I still suspect that you're running off the S

[beagleboard] Re: Bash throws errors after a week of uptime

2019-12-10 Thread Tarmo Kuuse
m unsure where to create issues for > Debian Stretch on ARM/BBB. > > Looks like a busted SD card or eMMC (depending on where your root file system resides). -- Tarmo -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to

Re: [beagleboard] dtb-rebuilder vs. BeagleBoard-DeviceTrees on BeagleBone Black

2019-10-10 Thread Tarmo Kuuse
On 10.10.19 17:41, Robert Nelson wrote: On Thu, Oct 10, 2019 at 6:17 AM Tarmo Kuuse wrote: On 09.10.19 23:57, Robert Nelson wrote: On Wed, Oct 9, 2019 at 11:31 AM Robert Nelson wrote: Here's the final version.. https://github.com/beagleboard/linux/releases/tag/4.19.73-ti-r29 What else

Re: [beagleboard] dtb-rebuilder vs. BeagleBoard-DeviceTrees on BeagleBone Black

2019-10-10 Thread Tarmo Kuuse
run the weekly or daily integration tests on your little farm, how can I consume only the kernel packages that passed? -- Kind regards Tarmo -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "Beagle

Re: [beagleboard] dtb-rebuilder vs. BeagleBoard-DeviceTrees on BeagleBone Black

2019-10-09 Thread Tarmo Kuuse
ckage from the BeagleBoard-DeviceTrees repo? Off-topic: I'm also assuming that the kernel packages in repos.rcn-ee.com are all tested and good for production use, which may or may not be correct. -- Lugupidamisega/Kind regards Tarmo Kuuse -- For more options, visit http://beagleboard.org/discuss --- Yo

Re: [beagleboard] dtb-rebuilder vs. BeagleBoard-DeviceTrees on BeagleBone Black

2019-10-08 Thread Tarmo Kuuse
list any kernel versions anywhere. When using this repo, how would I recognize which 4.19-ti kernel version I'd be able to apply my modified DTB-s to? -- Kind regards, Tarmo -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to t

[beagleboard] Re: Simcard or SMS module

2019-09-27 Thread Tarmo Kuuse
sy, but works. You'll want to supply a few amps of power through the barrel connector instead of the MicroUSB connector, as the GSM module will occasionally consume quite a bit of energy. -- Kind regards, Tarmo -- For more options, visit http://beagleboard.org/discuss --- You received thi

[beagleboard] Re: Cannot ping google in BBB even after sharing internet

2019-09-04 Thread Tarmo Kuuse
delete the broken symlink and add your own name server manually $ sudo rm /etc/resolv.conf $ sudo vim /etc/resolv.conf nameserver 8.8.8.8 As a permanent solution, try to figure out why connman hasn't managed to do its job :) -- Kind regards, Tarmo -- For more options, visit http://be

Re: [beagleboard] Re: Getting IP address of BBB on ubuntu terminal

2019-07-12 Thread Tarmo Kuuse
tach a USB-Serial adapter to the debug header, you'll get the bootloader debug output and a serial console. If you don't have one at hand, search aliexpress for "FTDI USB to TTL" and get the first thing that pops up. -- Kind regards Tarmo -- For more options, visit http://beagleboard.

Re: [beagleboard] Re: Getting IP address of BBB on ubuntu terminal

2019-07-11 Thread Tarmo Kuuse
if the BBB is reachable from your computer $ ping beaglebone.local -- Kind regards Tarmo -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop r

[beagleboard] Re: Getting IP address of BBB on ubuntu terminal

2019-07-11 Thread Tarmo Kuuse
On Thursday, 11 July 2019 14:34:48 UTC+3, Megha Bhirade wrote: > > > >> Hi tarmo, >> >i am using a PC with Linux Ubuntu and version is 16.04LTS (64-bit) > Ubuntu as a native operating system. > > As u suggested i used *tail -n 100 /var/log/syslog *in to

[beagleboard] Re: Cape GPIO usage -- are there reserved pins?

2019-07-11 Thread Tarmo Kuuse
github.com/derekmolloy/boneDeviceTree/blob/master/docs/BeagleboneBlackP8HeaderTable.pdf https://github.com/derekmolloy/boneDeviceTree/blob/master/docs/BeagleboneBlackP9HeaderTable.pdf -- Kind regards, Tarmo -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are

[beagleboard] Re: Getting IP address of BBB on ubuntu terminal

2019-07-11 Thread Tarmo Kuuse
from a virtual machine? Connect the BBB using USB, dump logs (e.g. using "tail -n 100 /var/log/syslog") and post here for further analysis. In the mean time - as a quick workaround I would connect the BBB to your local LAN using Ethernet. Then you'd find it from your PC using the na

[beagleboard] Re: How to identify GPIO Chip and pin

2019-07-03 Thread Tarmo Kuuse
chip 1, pin 6. https://github.com/derekmolloy/boneDeviceTree/tree/master/docs -- Kind regards, Tarmo -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from thi

[beagleboard] Re: gdbserver install failed

2019-03-25 Thread Tarmo Kuuse
conflict between packages "libopencl1" and "libtiopencl1". You need to choose one or the other. Remove the other with "apt purge ...". -- Kind regards, Tarmo -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are s

[beagleboard] Re: Stack 15.4 Linux gateway using Beagle Bone Black wireless

2019-03-15 Thread Tarmo Kuuse
On Friday, 15 March 2019 16:07:57 UTC+2, Tarmo Kuuse wrote: > > Hi Neil, > > On Friday, 15 March 2019 03:31:48 UTC+2, neil.m...@gmail.com wrote: >> >> >> Hello all, >> >> I am currently working on implementing this project : >> >> http://ww

[beagleboard] Re: Stack 15.4 Linux gateway using Beagle Bone Black wireless

2019-03-15 Thread Tarmo Kuuse
. Anyway - not knowing anything about images provided by TI - perhaps it would be easiest to just try it out? -- Kind regards, Tarmo -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" g

[beagleboard] Re: full disk space

2019-03-02 Thread Tarmo Kuuse
18-10-07-1gb.img.xz You could also poke around here and pick out something a little fresher (some are more experimental than others, the "keepers" file is a good source of hints as to which release to choose) https://rcn-ee.net/rootfs/bb.org/testing/ -- Kind regards, Tarmo -- For more o

[beagleboard] Re: Flashing Debian Image on SD card Partition

2019-02-22 Thread Tarmo Kuuse
e doesn't suit your needs, I'd try to find a way to re-build the image according to your partitioning requirements. I haven't done this myself, but perhaps this is a good place to start: https://elinux.org/BeagleBoneBlack_Rebuild_Debian_Image_Using_image-builder -- Kind regards, Tarmo -- For more o

Re: [beagleboard] Re: Why dns is not working in this BBB -> laptop hotspot configuration

2019-02-18 Thread Tarmo Kuuse
lv.conf come from your DHCP server (unless you've arranged it differently). To fix that, you'd need to re-configure your DHCP server. -- Kind regards Tarmo -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google

[beagleboard] Re: No space on left device

2019-02-14 Thread Tarmo Kuuse
/var/tmp are mounted as tmpfs (i.e. ramdisks) with rather small size. To have a look at installed packages and their disk usage, I have found this command to be useful: "dpkg-query -W -f '${Installed-Size} ${Package}\n' | sort -n" -- Kind regards, Tarmo -- For more options, visit

[beagleboard] Re: Eth0 Stopped Working

2019-02-14 Thread Tarmo Kuuse
connector. If this is the case, a simple reboot won't help. You need to shut down, remove power for 10 seconds and reconnect power. IIRC the physical reset button also helps. -- Kind regards, Tarmo -- For more options, visit http://beagleboard.org/discuss --- You received this message

[beagleboard] Re: BBB/PB/BBBW set mac address

2019-02-12 Thread Tarmo Kuuse
/en.wikibooks.org/wiki/Changing_Your_MAC_Address/Linux -- Kind regards, Tarmo -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receivi

[beagleboard] Re: Why dns is not working in this BBB -> laptop hotspot configuration

2019-02-11 Thread Tarmo Kuuse
On Monday, 11 February 2019 18:03:01 UTC+2, ith...@gmail.com wrote: > > Hello Tarmo. Thanks for your help, host google.com 8.8.8.8 gives > ;; connection timed out; no servers could be reached > > I have lost too much time an attempt to have a working network connection > on BB

[beagleboard] Re: Why dns is not working in this BBB -> laptop hotspot configuration

2019-02-11 Thread Tarmo Kuuse
"host" resolves names and the system's DNS client doesn't, then you have a lead. If neither option resolves names, your Internet connection is broken. -- Kind regards, Tarmo -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subs

[beagleboard] Re: boot from eMMC while sd card inserted

2019-01-21 Thread Tarmo Kuuse
BB-s happily boot from eMMC. -- Kind regards, Tarmo -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an

Re: [beagleboard] How to use PocketBeagle CAN Pins?

2019-01-16 Thread Tarmo Kuuse
gt; >> https://github.com/beagleboard/pocketbeagle/wiki/Peripherals >> >> If you see any mistakes feel free to help improve ^ it.. >> >> Regards, >> >> -- >> Robert Nelson >> https://rcn-ee.com/ >> > Googling for "beaglebone

[beagleboard] Re: AT modem networking on PocketBeagle

2019-01-11 Thread Tarmo Kuuse
es like connman/ofono, NetworkManager/ModemManager which may or may not have a working driver for your modem. I'm pretty sure ofono does not have a driver for Quectel BG96, but with a bit of luck and hacking you might be able to re-use the driver for Quectel UC15. Still, I'd suggest sta

[beagleboard] Re: How to connect Beaglebone blue to *any* network, except a simple Wifi

2019-01-07 Thread Tarmo Kuuse
t buying a cheap USB-Ethernet adapter and connecting your Beaglebone to local LAN using that. It usually works just like that. Something like this: http://www.logilink.eu/Produkte_LogiLink/Aktive_Netzwerkkomponenten/Fast_Ethernet/USB_2_0_to_Fast_Ethernet_RJ45_Adapter_UA0144B.htm -- Kind regards, Tarmo Kuuse -- For m

Re: [beagleboard] /sys/class/gpio/export not idempotent, unexports gpios

2019-01-07 Thread Tarmo Kuuse
On Thursday, 20 December 2018 20:17:45 UTC+2, Tarmo Kuuse wrote: > On Thursday, 20 December 2018 20:04:17 UTC+2, Tarmo Kuuse wrote: >> >> On Monday, 3 December 2018 08:35:22 UTC+2, Ken Shirriff wrote: >>> >>> libgpiod looks like a nice API. I tri

Re: [beagleboard] /sys/class/gpio/export not idempotent, unexports gpios

2018-12-20 Thread Tarmo Kuuse
On Thursday, 20 December 2018 20:04:17 UTC+2, Tarmo Kuuse wrote: > > On Monday, 3 December 2018 08:35:22 UTC+2, Ken Shirriff wrote: >> >> libgpiod looks like a nice API. I tried it out, but I'm rather baffled by >> the behavior. If I try to set a pin with gpios

Re: [beagleboard] /sys/class/gpio/export not idempotent, unexports gpios

2018-12-20 Thread Tarmo Kuuse
the same port with very strange results. I managed to switch on usr1 or usr2 and no further changes are possible - the one LED won't turn off and the others won't turn on. Also wrote a small C program which uses the "linux/gpio.h" API - doesn't do anything useful to any of the pins.

[beagleboard] Re: Unable to locate package in beaglebone black Rev C with Debian 8

2018-12-20 Thread Tarmo Kuuse
ian package (omit the dollar sign): $ sudo apt-get update $ sudo apt-get install python-matplotlib You may also look for a matching package in the repository: $ apt-cache search matplotlib -- Kind regards, Tarmo -- For more options, visit http://beagleboard.org/discuss --- You received this messa

[beagleboard] Re: Problems with SSH over the USB

2018-12-19 Thread Tarmo Kuuse
168.7.2. One works if connecting the Beaglebone to a Windows computer, other with a Mac and both are usable on Linux. The 192.168.8.2 might be used by the WiFi access point mode. -- Kind regards, Tarmo -- For more options, visit http://beagleboard.org/discuss --- You received this m

[beagleboard] Re: Using PTP with Beaglebone black

2018-12-07 Thread Tarmo Kuuse
compile a Linux kernel by myself? > Any help in this regard is much appreciated. > Without knowing anything about PTP, Debian has a package ptpd - perhaps that is what you're looking for. -- Kind regards, Tarmo -- For more options, visit http://beagleboard.org/discuss --- You received thi

Re: [beagleboard] Re: Debian 9: autorun on boot with systemd does not work

2018-12-07 Thread Tarmo Kuuse
or which ever you prefer) 2. LXQT automatically logs in with your user and brings up the desktop 3. LXQT autostart mechanism triggers your application. Somebody has written instructions for step 3 here: https://wiki.archlinux.org/index.php/LXQt#Autostart -- Kind regards, Tarmo -- For more opt

[beagleboard] Any upcoming Debian 10 buster rework? How about console images?

2018-10-17 Thread Tarmo Kuuse
they are not present in the first place. -- Kind regards, Tarmo Kuuse -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it,

[beagleboard] Re: Unexporting Device Tree Overlays

2018-08-23 Thread Tarmo Kuuse
supported there. Remember, you need root permissions. # config-pin P8.07 -- Kind regards, Tarmo Kuuse -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubsc

Re: [beagleboard] Kernel 4.9.58-ti-r72 disappeared from stretch package list

2018-04-10 Thread Tarmo Kuuse
On 2018-04-10 18:20, Robert Nelson wrote: On Tue, Apr 10, 2018 at 9:54 AM, Tarmo Kuuse <tarmo.ku...@gmail.com> wrote: Hi! I have been naïvely relying on Stretch kernel package "linux-image-4.9.58-ti-r72" and some custom devicetree modifications on Beaglebone Black for the

[beagleboard] Kernel 4.9.58-ti-r72 disappeared from stretch package list

2018-04-10 Thread Tarmo Kuuse
boot_overlay_options:[enable_uboot_cape_universal=1] pkg:[bb-cape-overlays]:[4.4.20180408.0-0rcnee0~stretch+20180409] pkg:[bb-wl18xx-firmware]:[1.20180328-0rcnee2~stretch+20180328] pkg:[firmware-ti-connectivity]:[20170823-1rcnee1~stretch+20180328] -- Kind regards, Tarmo Kuuse -- For more options, visit http://bea

[beagleboard] Re: SD card errors on hard reboot

2018-04-04 Thread Tarmo Kuuse
y (still fails on > reboot) >- intend to try > - writing the configuration files elsewhere (on the eMMC for > example) > - better SD cards > > In the meantime, any ideas? > What's the file system on the SD card? FAT? ext4? -- Tarmo -- For more o

Re: [beagleboard] Re: PocketBeagal Debian internet over macOS 10.13.2 USB host? (internet over USB)

2017-12-19 Thread Tarmo Kuuse
On Tuesday, 19 December 2017 17:35:07 UTC+2, Tarmo Kuuse wrote: > > On Tuesday, 19 December 2017 17:05:11 UTC+2, Jon Pellant wrote: >> >> What you say sounds good. If that is the case, there should be a way to >> tell the BB to accept the DHCP config. On Ångstrom, that wou

Re: [beagleboard] Re: PocketBeagal Debian internet over macOS 10.13.2 USB host? (internet over USB)

2017-12-19 Thread Tarmo Kuuse
network configuration and switch from DHCP server to client. Frankly, I wouldn't bother. -- Kind regards, Tarmo Kuuse -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe fro

Re: [beagleboard] Re: PocketBeagal Debian internet over macOS 10.13.2 USB host? (internet over USB)

2017-12-19 Thread Tarmo Kuuse
connecting your BB and Mac via Ethernet (buy a cheap USB-Ethernet adapter if needed) and enabling Internet Sharing on that interface. In this case the sharing feature should work as intended. Plus you'll always have the same USB network emulation to ssh into the BB in a tight spot. -- Kind regard

[beagleboard] Re: fsck fails to start on writable partition at boot/startup

2017-12-08 Thread tarmo
(dpkg -l systemd) and they've made 5 releases since. -- Kind regards, Tarmo Kuuse -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop

[beagleboard] Re: fsck fails to start on writable partition at boot/startup

2017-12-06 Thread tarmo
for /var. > [DEPEND] Dependency failed for /root. > [ OK ] Started Raise network interfaces. > [ OK ] Reached target Network. > [ OK ] Reached target Network is Online. > > (nothing appears after this; unable to break to a console prompt, etc.) > Hi Dave, Although I

[beagleboard] Re: MySQL on Beaglebone Black

2017-11-16 Thread Tarmo Kuuse
ards, > Paul > > > Op donderdag 16 november 2017 15:22:57 UTC+1 schreef Paul Van den Bergh: >> >> Hi Tarmo, >> >> 1. since I can ssh into the BBB, it's the exact IP address: >> >> paul@debian-9-2-1-64:~$ ssh root@192.168.1.52 >> Last login: Tue Oct

[beagleboard] Re: MySQL on Beaglebone Black

2017-11-16 Thread Tarmo Kuuse
t mysql is accepting connections on port 3306 from external hosts (no idea, refer to the docs) 4. Verify that there aren't any firewall rules to block traffic ("sudo iptables -L -n -v" on BB) 5. Go through the mysql logs for any failures (/var/log/mysql.*) -- Kind regards, Tarmo Kuuse -- For

[beagleboard] Re: MySQL on Beaglebone Black

2017-11-15 Thread tarmo
1.% | > +--+-+ > 2 rows in set (0.01 sec) > > MariaDB [(none)]> > > Any help is very welcome. > > Thanks in advance, > > Paul. > My mistake, the command would be: telnet 192.168.1.52 3306 -- Kind regards, Tarmo Kuuse -- For more options, v

[beagleboard] Re: How to protect my BeagleBone Black from unpredictable 5V electric power interruption?

2017-11-15 Thread tarmo
roblems found. I have no evidence on the effectiveness of workaround nr 1, but nr 2 seems to alleviate the problem significantly. I've had no dead devices since. -- Kind regards, Tarmo Kuuse -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are su

[beagleboard] Re: MySQL on Beaglebone Black

2017-11-15 Thread tarmo
> +--+-+ > 2 rows in set (0.01 sec) > > MariaDB [(none)]> > > Any help is very welcome. > > Thanks in advance, > > Paul. > The simplest debugging you could do is to attempt to create a TCP connection to the intended host and port. If this is acce

Re: [beagleboard] Why two Ethernet over USB interfaces, usb0 and usb1?

2017-09-25 Thread Tarmo Kuuse
On Sunday, 24 September 2017 21:19:02 UTC+3, qie...@gmail.com wrote: > > Okay, this answers my question in another thread. So now how do I > disable one or the other? > > On Thursday, August 31, 2017 at 4:11:49 PM UTC+2, RobertCNelson wrote: >> >> On Thu, Aug 31, 2

Re: [beagleboard] Re: how to get read-only files system these days?

2017-09-19 Thread Tarmo Kuuse
On Tuesday, 19 September 2017 20:03:46 UTC+3, Britton Kerin wrote: > > On Mon, Sep 18, 2017 at 2:21 AM, Tarmo Kuuse <tarmo...@gmail.com > > wrote: > > On Sunday, 17 September 2017 10:45:16 UTC+3, Britton Kerin wrote: > >> > >> On Wed, Sep 6, 2017 at 7

Re: [beagleboard] RTC reset after Beaglebone boot

2017-09-18 Thread Tarmo Kuuse
1307 1-0068: setting system clock to 2017-09-14 > 17:01:12 UTC (1505408472) > > Regards, > > -- > Robert Nelson > https://rcn-ee.com/ > Very interesting. Which version of the kernel implements this? -- Kind regards, Tarmo Kuuse -- For more options, visit http://beagle

Re: [beagleboard] Re: how to get read-only files system these days?

2017-09-18 Thread Tarmo Kuuse
On Sunday, 17 September 2017 10:45:16 UTC+3, Britton Kerin wrote: > > On Wed, Sep 6, 2017 at 7:59 AM, Tarmo Kuuse <tarmo...@gmail.com > > wrote: > > On Tuesday, September 5, 2017 at 1:45:05 AM UTC+3, Britton Kerin wrote: > >> > >> Any help modifying t

Re: [beagleboard] Re: how to get read-only files system these days?

2017-09-18 Thread Tarmo Kuuse
On Sunday, 17 September 2017 10:45:16 UTC+3, Britton Kerin wrote: > > On Wed, Sep 6, 2017 at 7:59 AM, Tarmo Kuuse <tarmo...@gmail.com > > wrote: > > On Tuesday, September 5, 2017 at 1:45:05 AM UTC+3, Britton Kerin wrote: > >> > >> Any help modifying t

[beagleboard] Re: RTC reset after Beaglebone boot

2017-09-14 Thread Tarmo Kuuse
RTC device (which is currently the chip's nearly useless internal one at /dev/rtc0). I'd love to figure out how that works, as I need to do the same thing. -- Kind regards, Tarmo Kuuse -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscr

[beagleboard] Re: how to get read-only files system these days?

2017-09-06 Thread Tarmo Kuuse
ymlinks.conf L+ /etc/resolv.conf - - - - /var/run/symlinks/etc/resolv.conf L+ /etc/ppp/resolv.conf - - - - /var/run/symlinks/etc/ppp/resolv.conf -- Kind regards, Tarmo Kuuse -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Go

[beagleboard] Re: Beaglebone Black - Power supply and shutdown process.

2017-09-06 Thread Tarmo Kuuse
it'll be any different from normal operation, unless shutdown triggers some externally connected HW to consume more. -- Kind regards, Tarmo Kuuse -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "Beag

Re: [beagleboard] Issues loading capes

2017-09-06 Thread Tarmo Kuuse
ng to get my capes to load via capemgr/slots on a fresh image and came here to ask the exact same question as Peter. Can't say I found it obvious that this is no longer possible :) -- Kind regards, Tarmo -- For more options, visit http://beagleboard.org/discuss --- You received this

Re: [beagleboard] Why two Ethernet over USB interfaces, usb0 and usb1?

2017-08-31 Thread Tarmo Kuuse
On Thursday, August 31, 2017 at 5:20:06 PM UTC+3, RobertCNelson wrote: > > On Thu, Aug 31, 2017 at 9:15 AM, Tarmo Kuuse <tarmo...@gmail.com > > wrote: > > On Thursday, August 31, 2017 at 5:11:49 PM UTC+3, RobertCNelson wrote: > >> > >> On Thu, Aug

Re: [beagleboard] Why two Ethernet over USB interfaces, usb0 and usb1?

2017-08-31 Thread Tarmo Kuuse
On Thursday, August 31, 2017 at 5:11:49 PM UTC+3, RobertCNelson wrote: > > On Thu, Aug 31, 2017 at 9:07 AM, Tarmo Kuuse <tarmo...@gmail.com > > wrote: > > I've been reading the am335x_evm.sh & friends for a while and don't get > it. > > Why are there two sep

[beagleboard] Why two Ethernet over USB interfaces, usb0 and usb1?

2017-08-31 Thread Tarmo Kuuse
I'd guess that RNDIS and CDC ECM are both required simultaneously to somehow support Windows/Mac/Linux users out of the box? -- Kind regards, Tarmo -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "Be

  1   2   >