Fokko Visser

Results 9 comments of Fokko Visser

Hi @lordfuoco, We use the Huawei E3372 too in combination with the Beaglebone Black on Resin. Haven't seen such issue, but we use the dongle in a different way. We...

@lordfuoco I just tried on on `Resin OS 2.7.5+rev2 (prod)` and `Resin OS 2.12.3+rev1 (prod)`. Luckily no issues here. On both the boot time without usbstick is 50 seconds, with...

@rmorillo24 Just a note: The use of the capemgr as my original question was, is outdated ad the use of capemgr is deprecated.

&hl=en has to be added to the url to make it work international. Replace: ``` python html = self.get_page('http://www.google.com/search?q=' + urllib2.quote(text)) ``` With: ``` python html = self.get_page('http://www.google.com/search?q=' + urllib2.quote(text)...

casundra commented on Jun 1 > I commented out this line in wiring.c that sets all pins to digital inputs: > > `for ( ul = 0 ; ul <...

@manuti I am running this on the Apple Silicon M1 and, although working fine, just noticed it is actually running simulated.

Looking into it, forcing it doesn't help. Seems the aarch64 image actually is amd64. `docker: Error response from daemon: image with reference resin/resinos:2.12.4_rev1-generic-aarch64 was found but does not match the...

Yes, you are right! It works now. But only when you stick to v0.5.3 of balenaos-in-conainer. I made the mistake to pull the latest changes in the hope it was...