Re: [beagleboard] Pocket Beagle power question

2019-08-10 Thread Graham Haddock
What I would do is some minor surgery on the PocketBeagle, disconnecting the +5V lead coming in the microUSB connector. The easiest way to do this would be to remove FB1 (ferrite bead in series with USB +5). Easy with "hot tweezers", or a pair of small soldering irons. To restore the Pocketbeagle

Re: [beagleboard] How to execute >sudo sh -c "echo BB-SPIDEV0 > $SLOTS" from bash?

2019-08-10 Thread Ram Kanhirotentavida
Hi, Please ignore my support request. I could resolve it by keeping the env variable after sudo su. Regards, Ram On Sat, Aug 10, 2019 at 1:30 AM Ram Kanhirotentavida wrote: > Hi, > > I am setting up SPI0 for read and write from an ADC. To start I tried the > loopback spidev_test found in

[beagleboard] How to execute >sudo sh -c "echo BB-SPIDEV0 > $SLOTS" from bash?

2019-08-10 Thread Ram Kanhirotentavida
Hi, I am setting up SPI0 for read and write from an ADC. To start I tried the loopback spidev_test found in chp08. This test is not working. When debugged found that the device overlay step is not running as expected. Details: .profile is set to run in bash shell with exporting SLOTS variable.