Re: [beagleboard] Ethernet not working on new Beaglebone Enhanced

2017-12-13 Thread Robert Nelson
On Wed, Dec 13, 2017 at 1:13 PM, gnoriega%starband.net via BeagleBoard wrote: > Hello, > > I am currently running Debian 8.2 with kernel 4.1.12-ti-r29 and decided to > upgrade to the new Beaglebone Enhanced by SanCloud. Something I've noticed > is that the ethernet port doesn't seem to work anymor

[beagleboard] Ethernet not working on new Beaglebone Enhanced

2017-12-13 Thread gnoriega%starband.net via BeagleBoard
Hello, I am currently running Debian 8.2 with kernel 4.1.12-ti-r29 and decided to upgrade to the new Beaglebone Enhanced by SanCloud. Something I've noticed is that the ethernet port doesn't seem to work anymore. When I upgrade to kernel 4.4.91-ti-r133 it will suddenly work without any issues e

Re: [beagleboard] Compressed btrfs root on eMMC

2017-12-13 Thread Robert Nelson
On Wed, Dec 13, 2017 at 2:11 PM, Robert Nelson wrote: > Got it! > > u-boot just needs: > > CONFIG_FS_BTRFS=y > > and we need to pass: > > mmcrootfstype=btrfs rootwait > > thru /boot/uEnv.txt > > and it just works: > > https://gist.github.com/RobertCNelson/d2ba5d74c8bc7407ce7bd8a521424b20 > > I'll

Re: [beagleboard] Compressed btrfs root on eMMC

2017-12-13 Thread Robert Nelson
Got it! u-boot just needs: CONFIG_FS_BTRFS=y and we need to pass: mmcrootfstype=btrfs rootwait thru /boot/uEnv.txt and it just works: https://gist.github.com/RobertCNelson/d2ba5d74c8bc7407ce7bd8a521424b20 I'll add that config to u-boot by default... Regards, -- Robert Nelson https://rcn-

Re: [beagleboard] bonescript DigitalWrite error: Unable to write to /sys/class/gpio/gpio60/value

2017-12-13 Thread Robert Nelson
On Wed, Dec 13, 2017 at 7:47 AM, wrote: > Hello I am experimenting with the pocketbeagle, > and i try to write a normal digitalWrite to a gpio pin with my node script. > > i am able to get button input signals and analog read. > > Anyway when i try to use: > > b.pinMode(pin, b.OUTPUT); > b.digita

Re: [beagleboard] Re: PocketBeagles are Unstable

2017-12-13 Thread Jason Kridner
Can you generate a plot of the power applied on P1_1? I suspect some additional bulk capacitance might be required to keep it sufficiently stable. Monitoring the RESET# line at the same time as P1_1 would be ideal. I'll try to reproduce next week. I only ever tested with a bench supply and not

Re: [beagleboard] Control de una protesis mioelectrica en BBB

2017-12-13 Thread evilwulfie
we do english here if you please On 12/13/2017 5:58 AM, juberth.renteri...@usc.edu.co wrote: > Cordial saludo > > en este proceso de investigación se a sugeridor, realizar mi tesis > sobre el control de una prótesis mioelectrica utilizando beaglebone > black, para crear un entorno de aprendizaje p

[beagleboard] Control de una protesis mioelectrica en BBB

2017-12-13 Thread juberth . renteria00
Cordial saludo en este proceso de investigación se a sugeridor, realizar mi tesis sobre el control de una prótesis mioelectrica utilizando beaglebone black, para crear un entorno de aprendizaje para personas con discapacidad total parcial de un miembro ya sea inferior o superior, utilizando la

[beagleboard] bonescript DigitalWrite error: Unable to write to /sys/class/gpio/gpio60/value

2017-12-13 Thread info
Hello I am experimenting with the pocketbeagle, and i try to write a normal digitalWrite to a gpio pin with my node script. i am able to get button input signals and analog read. Anyway when i try to use: b.pinMode(pin, b.OUTPUT); b.digitalWrite(pin, b.LOW); i get the message: error: Unabl