Robert
OK deleted the file using your command and after a reboot it worked running 
python without sudo.
So whats in flash is upsetting the system, I will see what is in flash 
after dinner.

Last login: Fri Sep  1 19:16:09 2017 from 192.168.0.15

*debian@beaglebone*:*~*$ uname -a

Linux beaglebone 4.4.83-ti-r119 #1 SMP Thu Aug 17 06:39:24 UTC 2017 armv7l 
GNU/Linux

*debian@beaglebone*:*~*$ cat /etc/dogtag

BeagleBoard.org Debian Image 2017-08-24

*debian@beaglebone*:*~*$ python

Python 2.7.13 (default, Jan 19 2017, 14:48:08) 

[GCC 6.3.0 20170118] on linux2

Type "help", "copyright", "credits" or "license" for more information.

>>> import Adafruit_BBIO.ADC as ADC

>>> ADC.setup()

>>> ADC.readraw("AIN1")

Traceback (most recent call last):

  File "<stdin>", line 1, in <module>

AttributeError: 'module' object has no attribute 'readraw'

>>> ADC.read_raw("AIN1")

3648.0

>>> quit()

*debian@beaglebone*:*~*$ 

Tom


On Friday, September 1, 2017 at 3:12:48 PM UTC-4, RobertCNelson wrote:
>
> On Fri, Sep 1, 2017 at 2:07 PM, tdlivings <[email protected] <javascript:>> 
> wrote: 
> > Robert 
> >  Interesting as all I did was download the latest image you posted on 
> > Beagleboard.org and burn an sd card with it. 
> > I expanded the file system and tried it out. 
> > Seems to me if booting from an sd card the eMMC boot loader should neve 
> be 
> > run. 
>
> The am335x's bootrom defaults to eMMC first... 
>
> > I will give a try to killing the MLO file and I will see what image is 
> > actually in flash on this BBBW. 
>
> Regards, 
>
> -- 
> Robert Nelson 
> https://rcn-ee.com/ 
>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/0756d3a3-c0fb-4127-97cc-ec04effe2c03%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to