I screwed up my Beaglebone Black(BBB) setup, not hardware wise but software.
Very brief recap of what the BBB can do:
1. It comes with Angstrom Linux on built in 2GB emmc memory and can boot up 2 ways.
1a. Usb BBB to PC: It gets its power from usb and you can access it via a nice web interface.
1b. BBB to usb hub(keyboard and mouse), micro HDMI to HDMI capable display-- boots to standard GUI linux desktop
2. You can also install any arm compiled Linux onto a microSD card and boot from it.
2a. You can SSH into the BBB from the PC
2b. Hook like 1b, but boot your linux distro to command line or gui if installed
I had everything tweaked the way I wanted for 1a and b and 2a.
I decided to tinker with different desktops for 2b setup.
Nice all worked well, but I decided I like 2a and removed all the desktops.
Found out linux can clean up after itself better than windows... not true.
After booting in root, I could find many files left all over the place in root folders eating up tons of space.
All of this after I apt-get purged desktop, apt-get autoclean and apt-get autoremove which all did stuff,
but still left a lot.
So I reinstalled a clean microSD image again.
This time all the same steps of setting up a static ip that worked before are not working now.
Instead of driving me nuts, I am having fun trying to figure out what is wrong. Anyways this has delayed
my work on our joint projects, so sorry about that.
Also found out that the myth linux does not need defragging is not 100% true.
Linux does a smart thing with ext4 partitions. Instead of placing files one after the other, it puts a file, leaves a lot of empty space and then places the next file.
This allows files to grow and contract, but eventually when the drive fills up you run into fragmented files.
So yes it is better than the way Windows does it and not a problem if you have a big drive. But not 100% true.
Anyways, I just wanted to explain my absence as working on this stuff 18 hours a day time flies by like nothing and all of it a blast to work on.