Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
CHANGELOG-bbg.md | 2016-01-20 | 303 Bytes | |
README.md | 2016-01-20 | 1.9 kB | |
solarnode-deb8.2-bbg-1GB.img.xz | 2016-01-20 | 220.0 MB | |
solarnode-deb8.2-bbg-1GB.img.xz.sha1 | 2016-01-20 | 74 Bytes | |
Totals: 4 Items | 220.1 MB | 0 |
SolarNode Beagle Bone Images
These images were created for the the Beagle Bone, based off the SolarNode OS Setup Guide - BBG.
The image names are in the form [OS]-[hardware]-[SD size]
and were
created using dd
similar to this:
dd if=/dev/sdb conv=sync,noerror bs=4k count=243712
|xz -9 >solarnode-deb8.2-bbg-1GB.img.xz
The hardware names are as follows:
bbg
- the Beagle Bone Green
How to copy images to SD card
To restore these onto a SD card, run the following command:
# Copy image to SD card located at /dev/sdb
xz -cd solarnode-deb8.2-bbg-1GB.img.xz |dd of=/dev/sdb bs=4M
# Sync to disk
sync
# Re-read the partition table
blockdev --rereadpt /dev/sdb
# Just to be sure, let's check the root filesystem
e2fsck -f /dev/sdb1
Network setup
The OS will attempt to get a network connection using the built-in ethernet device, and use DHCP to obtain an IP address, using the hostname solarnode. Once the computer has fully booted after turning it on (this can take several minutes) check your DHCP server to find what IP address was allocated.
Login user
The system contains a default user of solar with password solar. That user can
use sudo
to become the root user. You can access the computer via ssh
only.
Base SolarNode framework
A base SolarNode framework has been installed in this image. Once the computer has
fully booted and the SolarNode framework has started (this can take several minutes
after the OS has booted and ssh
is available) you can visit
http://solarnode/
where solarnode
is the IP address of the device, if your DNS server does not
support using the solarnode hostname.