Re: [beagleboard] Re: debian testing: 2016-05-01

2016-05-06 Thread William Hermans
> > *now fixed:* > > > *sudo apt-get update ; sudo apt-get install bb-cape-overlays* > > *Regards,* > *-- * *Robert Nelson* *https://rcn-ee.com/ * Thanks Robert, but it was not my intention to create more work for you . . . after all the bb.org-overlay git is there and is

Re: [beagleboard] Re: debian testing: 2016-05-01

2016-05-06 Thread Robert Nelson
On Wed, May 4, 2016 at 6:29 PM, Robert Nelson wrote: > > > On Wed, May 4, 2016 at 6:22 PM, William Hermans wrote: > >> bone-debian-8.4-console-armhf-2016-05-01-2gb.img.xz >> >> Is the image I have. Supposed to be the standalone sdcard image. >> >>

Re: [beagleboard] Re: debian testing: 2016-05-01

2016-05-05 Thread William Hermans
A . . . depends . . . $ sudo apt-get install build-essential automake autoconf libtool pkg-config libcurl4-openssl-dev intltool libxml2-dev libgtk2.0-dev libnotify-dev libglib2.0-dev libevent-dev libssl-dev checkinstall python wget On Thu, May 5, 2016 at 10:31 PM, William Hermans

Re: [beagleboard] Re: debian testing: 2016-05-01

2016-05-05 Thread William Hermans
william@beaglebone:~/node$ wget http://nodejs.org/dist/v4.2.6/node-v4.2.6.tar.gz william@beaglebone:~/node$ tar xzvf node-v4.2.6.tar.gz william@beaglebone:~/node$ cd node-v4.2.6 william@beaglebone:~/node/node-v4.2.6$ ./configure --without-snapshot william@beaglebone:~/node/node-v4.2.6$ make

Re: [beagleboard] Re: debian testing: 2016-05-01

2016-05-05 Thread William Hermans
Err, that should read: Particularly non standard Debian. Debian is fine( great ), until people start screwing around it . . . On Thu, May 5, 2016 at 9:51 PM, William Hermans wrote: > Well . . . I'm in the middle ( or something ) of compiling Node 4.2.6 > from Node.org

Re: [beagleboard] Re: debian testing: 2016-05-01

2016-05-05 Thread William Hermans
Well . . . I'm in the middle ( or something ) of compiling Node 4.2.6 from Node.org sources . . . so far so good, but it's been compiling for the last 2-3 hours . . . In the mean time I'm dorking around with the rpi3 that came in today, and seriously considering using it as an armv7 build

Re: [beagleboard] Re: debian testing: 2016-05-01

2016-05-05 Thread Wally Bkg
Its been running for several hours and has completed four loops, I'll leave it running overnight and follow-up if it prints anything but "OK", However, at this point it doesn't look like this is the problem. Something seems rotten in apt-get land. On Thursday, May 5, 2016 at 10:15:45 AM

Re: [beagleboard] Re: debian testing: 2016-05-01

2016-05-05 Thread Robert Nelson
On Thu, May 5, 2016 at 10:12 AM, Wally Bkg wrote: > FYI. > On the my BBB with the 2016-05-01 lxqt testing image > I'd not apt-get installed anything. > > I did: > sudo apt-get update > sudo apt-get upgrade > > > There were 5 packages to be upgraded: >

Re: [beagleboard] Re: debian testing: 2016-05-01

2016-05-05 Thread Wally Bkg
FYI. On the my BBB with the 2016-05-01 lxqt testing image I'd not apt-get installed anything. I did: sudo apt-get update sudo apt-get upgrade There were 5 packages to be upgraded: bb-bonescript-installer-beta c9-core-installer libssl1.0.0 openssl rcnee-access-point The

Re: [beagleboard] Re: debian testing: 2016-05-01

2016-05-04 Thread William Hermans
Anyway, yeah I do appreciate it Robert, but that one thing just didn't pan out heh. In the end, I do like to have as small an image as possible, but it only matters to a point. Meaning, I'll try, and perhaps even try too hard to get my image small, but it's not super important once I'm feeling

Re: [beagleboard] Re: debian testing: 2016-05-01

2016-05-04 Thread Robert Nelson
On Wed, May 4, 2016 at 7:03 PM, William Hermans wrote: > *william@beaglebone:~$ sudo apt-get remove --purge --auto-remove rsync >> patch* >> *[sudo] password for william:* >> *Reading package lists... Done* >> *Building dependency tree* >> *Reading state information... Done*

Re: [beagleboard] Re: debian testing: 2016-05-01

2016-05-04 Thread William Hermans
> > *william@beaglebone:~$ sudo apt-get remove --purge --auto-remove rsync > patch* > *[sudo] password for william:* > *Reading package lists... Done* > *Building dependency tree* > *Reading state information... Done* > *The following packages will be REMOVED:* > * patch* rsync** > *0 upgraded, 0

Re: [beagleboard] Re: debian testing: 2016-05-01

2016-05-04 Thread William Hermans
> > *no if you remove rsync and patch, that will allow you to remove a few > more large dependices..* > > *Regards,* > Ah, ok thanks :) Not sure I'll need either on the development image, but I may as well remove them now and reinstall later if needed. On Wed, May 4, 2016 at 4:58 PM, Robert

Re: [beagleboard] Re: debian testing: 2016-05-01

2016-05-04 Thread Robert Nelson
On Wed, May 4, 2016 at 6:54 PM, William Hermans wrote: > *rsync/patch has a few dependices cut them out..* >> > > I'm not sure what you mean, but if you mean systemd deps . . . this how is > how removed systemd. Pretty much like >

Re: [beagleboard] Re: debian testing: 2016-05-01

2016-05-04 Thread William Hermans
> > *rsync/patch has a few dependices cut them out..* > I'm not sure what you mean, but if you mean systemd deps . . . this how is how removed systemd. Pretty much like http://without-systemd.org/wiki/index.php/How_to_remove_systemd_from_a_Debian_jessie/sid_installation but slightly modified.

Re: [beagleboard] Re: debian testing: 2016-05-01

2016-05-04 Thread Robert Nelson
On Wed, May 4, 2016 at 6:40 PM, William Hermans wrote: > *both the iot & lxqt images ship those.* >> >> *The console does not.. (right now it would have to include >> git-core/device-tree-compiler/**build-essentials) which just add more >> weight..* >> >> *Regards,* >> > >

Re: [beagleboard] Re: debian testing: 2016-05-01

2016-05-04 Thread William Hermans
> > *both the iot & lxqt images ship those.* > > *The console does not.. (right now it would have to include > git-core/device-tree-compiler/**build-essentials) which just add more > weight..* > > *Regards,* > *-- * *Robert Nelson* *https://rcn-ee.com * So question. Would

Re: [beagleboard] Re: debian testing: 2016-05-01

2016-05-04 Thread Robert Nelson
On Wed, May 4, 2016 at 6:22 PM, William Hermans wrote: > bone-debian-8.4-console-armhf-2016-05-01-2gb.img.xz > > Is the image I have. Supposed to be the standalone sdcard image. > > *What you saying, i need to package bb.org-overlay.. ;)* > > *sudo apt-get install git-core

Re: [beagleboard] Re: debian testing: 2016-05-01

2016-05-04 Thread William Hermans
bone-debian-8.4-console-armhf-2016-05-01-2gb.img.xz Is the image I have. Supposed to be the standalone sdcard image. *What you saying, i need to package bb.org-overlay.. ;)* *sudo apt-get install git-core device-tree-compiler build-essential* *git clone

Re: [beagleboard] Re: debian testing: 2016-05-01

2016-05-04 Thread Robert Nelson
On Wed, May 4, 2016 at 6:12 PM, William Hermans wrote: > *I'm guessing you have the "console" image?* >> >> *Correct, it's pretty empty..* >> >> *(no firmware is required to "flash" the eMMC, that's the console's main >> requirement)* >> >> *Regards,* >> > > > So if i want to

Re: [beagleboard] Re: debian testing: 2016-05-01

2016-05-04 Thread William Hermans
> > *I'm guessing you have the "console" image?* > > *Correct, it's pretty empty..* > > *(no firmware is required to "flash" the eMMC, that's the console's main > requirement)* > > *Regards,* > So if i want to use this as a production image i need to mkdir /lib/firmware/ and then bb.org-overlay

Re: [beagleboard] Re: debian testing: 2016-05-01

2016-05-04 Thread Robert Nelson
On Wed, May 4, 2016 at 6:04 PM, William Hermans wrote: > @Robert, > > /lib/firmware no longer exists ? > I'm guessing you have the "console" image? Correct, it's pretty empty.. (no firmware is required to "flash" the eMMC, that's the console's main requirement) Regards,

Re: [beagleboard] Re: debian testing: 2016-05-01

2016-05-04 Thread William Hermans
@Robert, /lib/firmware no longer exists ? On Wed, May 4, 2016 at 2:51 PM, William Hermans wrote: > So I'm, prepping to make my own "production" image; prior to installing a > ton of development tools, and figured I'd point a few things out. Most this > is for Robert when he

Re: [beagleboard] Re: debian testing: 2016-05-01

2016-05-04 Thread William Hermans
So I'm, prepping to make my own "production" image; prior to installing a ton of development tools, and figured I'd point a few things out. Most this is for Robert when he gets around to worrying about all this, if it all. But there is nothing stopping anyone else form using this information.

Re: [beagleboard] Re: debian testing: 2016-05-01

2016-05-04 Thread William Hermans
> > *Blah...* > > > *https://lists.debian.org/debian-project/2016/04/msg00012.html > * > > *When there is a response - and there isn't always - it's usually "nobody > currently maintains httpredir, sorry". > > So, it appears as if

Re: [beagleboard] Re: debian testing: 2016-05-01

2016-05-04 Thread William Hermans
> > *Here is the details:* > > > *http://httpredir.debian.org/ * > > *based on your ip, it "could" find a faster connection.* > > *For users in Europe it's been a big help..* Ah, ok so something new in the "debian way" world. Thanks :) On Wed, May 4, 2016 at 1:29

Re: [beagleboard] Re: debian testing: 2016-05-01

2016-05-04 Thread Robert Nelson
On Wed, May 4, 2016 at 3:22 PM, Robert Nelson wrote: > > > On Wed, May 4, 2016 at 2:56 PM, William Hermans wrote: > >> So far the image seems good, but perhaps a little large for a console >> image. >> >> william@beaglebone:~$ sudo df -h / >>

Re: [beagleboard] Re: debian testing: 2016-05-01

2016-05-04 Thread Robert Nelson
On Wed, May 4, 2016 at 10:39 AM, Wally Bkg wrote: > Happy to report that this is the first image in a while that has booted > correctly on my A5A BBB with the USB "gadget" Ethernet. I'm concerned my > particular board has USB hardware issues, but that is a problem for

Re: [beagleboard] Re: debian testing: 2016-05-01

2016-05-04 Thread Robert Nelson
On Wed, May 4, 2016 at 2:56 PM, William Hermans wrote: > So far the image seems good, but perhaps a little large for a console > image. > > william@beaglebone:~$ sudo df -h / > Filesystem Size Used Avail Use% Mounted on > /dev/mmcblk0p1 1.7G 319M 1.2G 21% / > > This

Re: [beagleboard] Re: debian testing: 2016-05-01

2016-05-04 Thread William Hermans
So far the image seems good, but perhaps a little large for a console image. william@beaglebone:~$ sudo df -h / Filesystem Size Used Avail Use% Mounted on /dev/mmcblk0p1 1.7G 319M 1.2G 21% / This is with systemd ripped out and sysv in place. So maybe a bit of stuff that is no longer

[beagleboard] Re: debian testing: 2016-05-01

2016-05-04 Thread Wally Bkg
Happy to report that this is the first image in a while that has booted correctly on my A5A BBB with the USB "gadget" Ethernet. I'm concerned my particular board has USB hardware issues, but that is a problem for another day. The START.htm link worked, the simple flash the LEDs bonescript