Re: [beagleboard] Re: Ubuntu snappy 15.04 image does not boot from SD card

2016-01-01 Thread doog
On Friday, January 1, 2016 at 10:16:22 PM UTC-8, William Hermans wrote: > > Quite honestly, I have no interest in Ubuntu on this platform. For me, > this is a true embedded platform, unlike many other boards out there. With > that said, 99% of use cases that I can think of do not require a UI run

Re: [beagleboard] Re: Ubuntu snappy 15.04 image does not boot from SD card

2016-01-01 Thread William Hermans
Quite honestly, I have no interest in Ubuntu on this platform. For me, this is a true embedded platform, unlike many other boards out there. With that said, 99% of use cases that I can think of do not require a UI running on the board it's self, per se. Which is the only place I feel Ubuntu belongs

Re: [beagleboard] Re: Ubuntu snappy 15.04 image does not boot from SD card

2016-01-01 Thread doog
On Friday, January 1, 2016 at 10:01:50 PM UTC-8, Hilmar Lapp wrote: > > Thanks much for your efforts. For one, your results were the final nudge I > needed to buy a USB to TTL serial debug cable. It’s possible that I didn’t > have enough patience with LEDs all dark and not being able to see any

Re: [beagleboard] Re: Ubuntu snappy 15.04 image does not boot from SD card

2016-01-01 Thread William Hermans
How those are triggered however, I had not figured out. I pretty much saw that kernel 3.19.x was used, and lost interest. On Fri, Jan 1, 2016 at 11:08 PM, William Hermans wrote: > >> >> *Second, the fact that booting the image flashed your eMMC is not cool. I >> was in fact wondering whether it

Re: [beagleboard] Re: Ubuntu snappy 15.04 image does not boot from SD card

2016-01-01 Thread William Hermans
> > > > *Second, the fact that booting the image flashed your eMMC is not cool. I > was in fact wondering whether it would or not. The documentation is silent > about this question, and the file name of the image contains no suggestion > that it flashes the eMMC. On AskUbuntu, someone actually aske

Re: [beagleboard] Re: Ubuntu snappy 15.04 image does not boot from SD card

2016-01-01 Thread doog
On Friday, January 1, 2016 at 9:43:53 PM UTC-8, William Hermans wrote: > > Ug, it uses a 3.19.x kernel . . . Now, I'm not even interested in booting > it. > ok so I re-imaged the 32G Samsung EVO+ card and it works. Not sure why it didn't earlier but oh well. So what kernel were you looking for?

Re: [beagleboard] Re: Ubuntu snappy 15.04 image does not boot from SD card

2016-01-01 Thread Hilmar Lapp
Thanks much for your efforts. For one, your results were the final nudge I needed to buy a USB to TTL serial debug cable. It’s possible that I didn’t have enough patience with LEDs all dark and not being able to see any indications of it actually booting. From booting the BeagleBoard Debian Whee

Re: [beagleboard] Re: Ubuntu snappy 15.04 image does not boot from SD card

2016-01-01 Thread William Hermans
Ug, it uses a 3.19.x kernel . . . Now, I'm not even interested in booting it. On Fri, Jan 1, 2016 at 10:13 PM, William Hermans wrote: > *I don't know why the 32G Samsung didn't work but I may have forgot what's >> the max uSD size for BBB is.* >> > > Technically, sdhc size, or 32G, but in realit

Re: [beagleboard] Re: Ubuntu snappy 15.04 image does not boot from SD card

2016-01-01 Thread William Hermans
> > *I don't know why the 32G Samsung didn't work but I may have forgot what's > the max uSD size for BBB is.* > Technically, sdhc size, or 32G, but in reality, sdxc have been proven to work as well. At sdhc speeds. Robert's gotten a 64G to work, and someone else claimed to have had a bootable 128

Re: [beagleboard] Errors reading multiple Analog Inputs from Beaglebone Black using C++

2016-01-01 Thread William Hermans
It's been a while since I've written anything in C++, but I notice you're not doing any error checking on your filestream. For instance check out the very simply code listing I demonstrate here ( in C ). http://www.embeddedhobbyist.com/2015/10/beaglebone-black-adc/ Notice that I'm checking if leng

[beagleboard] Re: Ubuntu snappy 15.04 image does not boot from SD card

2016-01-01 Thread doog
for whatever reason I could not get it to boot back into the uSD and it started to go back to flashing(cylon eyes). I looked at the partitions and there were only 2. After re-imaging the uSD card, I saw 4 partitions. And while I was re-imaging I tried to boot from eMMC and it would not, the fai

[beagleboard] can't turn off eth0

2016-01-01 Thread Pedro Peres
I can't shut down eth0 the /etc/network/interfaces file has the setup lines for eth0 commented out, as shipped ifdown eth0 gives me : interface eth0 not configured ifconfig eth0 down gives me no response and in both cases the port stays connected. Any ideas on how to accomplish turning it off?

Re: [beagleboard] Re: Ubuntu snappy 15.04 image does not boot from SD card

2016-01-01 Thread William Hermans
I have no idea *of* this image, ubuntu is not necessarily even a low priority for me. But I would imagine one could simply omit the block size parameter entirely. Regardless, I'm downloading the image now, and will mount it as a loopback, and see what I can poke around and find out. Maybe even tem

Re: [beagleboard] Re: Ubuntu snappy 15.04 image does not boot from SD card

2016-01-01 Thread doog
On Friday, January 1, 2016 at 8:23:00 PM UTC-8, William Hermans wrote: > *wget http://releases.ubuntu.com/15.04/ubuntu-15.04-snappy-armhf-bbb.img.xz > > unxz -c ubuntu-15.04-snappy-armhf-bbb.img.xz | sudo dd of=/dev/sdX bs=

[beagleboard] Errors reading multiple Analog Inputs from Beaglebone Black using C++

2016-01-01 Thread Sunny Sharma
Hi friends, I am trying to voltage values from 2 analog sensors which are connected to pins AIN0 and AIN1 using C++. I have taken Derek Molloy's code for reading one voltage value and edited it to add a second pin to read values from. *The code is as follows: * #include #include #include #incl

Re: [beagleboard] Re: Ubuntu snappy 15.04 image does not boot from SD card

2016-01-01 Thread William Hermans
> > *Released images are published using the following path scheme:* > > *Download the BeagleBone Black images:* > >- *15.04/stable >* >- *15.04/edge > >

[beagleboard] Re: Ubuntu snappy 15.04 image does not boot from SD card

2016-01-01 Thread doog
well, it booted fine off the 8GB uSD card and I shelled into it using "ssh ubuntu@webdm.local" here's some initial login capture: To run a command as administrator (user "root"), use "sudo ". See "man sudo_root" for details. (BeagleBoneBlack)ubuntu@localhost:~$ ls (BeagleBoneBlack)ubuntu@localh

Re: [beagleboard] Re: Ubuntu snappy 15.04 image does not boot from SD card

2016-01-01 Thread doog
I forgot to note, I'm using an FTDI cable to monitor the boot process since I'm going headless right now. -- 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

Re: [beagleboard] Re: Ubuntu snappy 15.04 image does not boot from SD card

2016-01-01 Thread doog
what I got so far looks like it's booting from mmcblk0( the uSD ) but then it goes into wanting to copy all 30GB from mmcblk0p1 to mmcblk1p1 and it fails for obvious reasons. I'm switching to a 8GB uSD card just to see what happens when it is able to complete. I don't know why it would want to

[beagleboard] Re: X11VNC fighting me tooth and nail. Would really appreciate some help.

2016-01-01 Thread Billbone
If you are in Australia, the January 2016 issue of Silicon Chip (a local electronics magazine) has an excellent full description of how to do this on a RaspberryPi. It should be exactly the same on a BB. Bill On Monday, December 7, 2015 at 12:29:06 PM UTC+11, Bill Dussault wrote: > > Greetings

Re: [beagleboard] Re: Ubuntu snappy 15.04 image does not boot from SD card

2016-01-01 Thread Hilmar Lapp
> On Jan 1, 2016, at 9:54 PM, doog wrote: > > well, it should be a snap according to these instructions: > https://developer.ubuntu.com/en/snappy/start/#try-beaglebone > Yes. That’s indeed the link I put in my original post. > […]

[beagleboard] Re: Ubuntu snappy 15.04 image does not boot from SD card

2016-01-01 Thread doog
well, it should be a snap according to these instructions: https://developer.ubuntu.com/en/snappy/start/#try-beaglebone If found that by googling "ubuntu core beaglebone black" and picking the "Getting Started / Developer" link. I like the developer links because they generally explain things a

Re: [beagleboard] Re: Fickle HDMI issue with Beaglebone Black

2016-01-01 Thread doog
ok, then maybe some of the things I used to do as a tech will help. I used to use the ole finger on critical parts in the area of question and see what/if something changes. This was easier to see on/with analog systems but digital streaming or debug looping could be used for digital circuits.

Re: [beagleboard] Re: Fickle HDMI issue with Beaglebone Black

2016-01-01 Thread Hilmar Lapp
I think the TV is recognizing the BBB has disconnected - it says searching for signals when the BBB is powered off or between boots, as it always says when there is no signal on the HDMI input. I wish moving the TV to another input would resolve this - it was among the first things I tried, but

[beagleboard] Re: Ubuntu snappy 15.04 image does not boot from SD card

2016-01-01 Thread Hilmar Lapp
That's why I said the card otherwise works fine. I've used it to burn to the card and boot from the card the BBB Debian Wheezy 7.8 (March 1) and 7.9 (Nov 12) images, with everything working fine. It's specifically when I turn to the Ubuntu image that things turn awry. But perhaps that's because

[beagleboard] Re: Fickle HDMI issue with Beaglebone Black

2016-01-01 Thread doog
is there any chance the TV interface is not recognizing the BBB has disconnected and is not providing EDID information? Maybe just moving the TV to another input and then back again will reset the TV HDMI input? Shouldn't the EDID output be showing more than one supported mode? That's what's l

[beagleboard] Re: Ubuntu snappy 15.04 image does not boot from SD card

2016-01-01 Thread doog
if this is the first time running from the uSD card then how about using a known good image just to verify you've got things booting correctly? Then you'll know it's your image and not something else. -- For more options, visit http://beagleboard.org/discuss --- You received this message becau

Re: [beagleboard] Re: Cannot boot from expanded microSD and I don't know where to look for logs

2016-01-01 Thread Davide Picchi
Logs are under: 1.) logs are at /var/*log*/ /* without s */ > 2015-12-31 4:01 GMT+01:00 Graham : > 1.) logs are at /var/logs/ > 2.) look in the file named syslog for the latest boot information. Other > log files may have specialized information. > 3.) I usually take a card that has had the