Umikaze uses Octoprint for interacting with the Replicape and your 3D printer.
To access, go to http://kamikaze.local.
If you cannot connect, read the section on Link Local.
Once you connect to the OctoPrint interface, you will need to step through setup the first time. As you step through the setup:
Sometimes it is necessary to make changes to the configurations directly or to debug a broken config file without going through the OctoPrint browser interface. For those unfamiliar with working with a linux operating system, check out our Linux Beginner Guide.
For the standard Beaglebone Black connected via ethernet.
ssh root@kamikaze.local
For BeagleBone Black Wireless, network access isn’t yet established.
To determine the device’s name once attached look at the output of ls -al /dev/cu.usbmodem* before and then after you connect your host computer to the device. Next attach to the serial console:
screen /dev/cu.usbmodem<number> 115200
There are two user accounts that have admin permissions:
root
, password: kamikaze
ubuntu
, password: temppwd
Danger
If you are not on a secure or private network, it is highly recommended to change the password for both accounts. Someone accessing your device can intentionally (or unintentionally) damage your 3D printer.
Note
These user passwords are completely separated from the octoprint users you setup during the setup wizard for access control.