Difference between revisions of "Connecting"

From iagent
Jump to: navigation, search
(Terminal)
(Useful terminal commands)
Line 32: Line 32:
  
 
===Useful terminal commands===
 
===Useful terminal commands===
sudo journalctl -fl ; Starts a log within the terminal
+
Starts a log within the terminal
 +
sudo journalctl -fl
  
sudo nmtui : Opens network control panel
+
Opens network control panel
 +
sudo nmtui
  
  sudo systemctl restart redeem ; Restarts Redeem
+
Restarts Redeem. Can also be done from OctoPrint
 +
  sudo systemctl restart redeem
  
  cat /etc/kamikaze-release ; Shows which version of Kamikaze is installed
+
Shows which version of Kamikaze is installed
 +
  cat /etc/kamikaze-release
  
 +
Show the status of Toggle
 
  systemctl status toggle -l -n 100
 
  systemctl status toggle -l -n 100
 
  
 
===Connecting via USB===
 
===Connecting via USB===

Revision as of 15:46, 20 October 2018

Browser

Umikaze uses Octoprint for interacting with the Replicape and your 3D printer.

To access, go to kamikaze.local

If you cannot connect, read the section on :doc:`/support/howto/linklocal`.

Once you connect to the OctoPrint interface, you will need to step through setup the first time. As you step through the setup:

  1. Set a username and password for OctoPrint
  2. It's recommended that you keep Access Control Enabled for security reasons.
  3. Set your print bed dimensions
  4. Axis speeds can be left at the defaults, as they only control the manual movements that you make through OctoPrint.
Octoprint setup.png

Terminal

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 :doc:`/support/howto/beginlinux`.

Connecting via Network 17:42, 20 October 2018 (CEST)17:42, 20 October 2018 (CEST)17:42, 20 October 2018 (CEST)17:42, 20 October 2018 (CEST)~~

For the standard Beaglebone Black connected via ethernet.

 ssh root@kamikaze.local

Useful terminal commands

Starts a log within the terminal

sudo journalctl -fl

Opens network control panel

sudo nmtui

Restarts Redeem. Can also be done from OctoPrint

sudo systemctl restart redeem

Shows which version of Kamikaze is installed

cat /etc/kamikaze-release

Show the status of Toggle

systemctl status toggle -l -n 100

Connecting via USB

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:

1 screen /dev/cu.usbmodem<number> 115200

or

1 minicom -o -D /dev/cu.usbmodem<number> 115200

Access Control

There are two user accounts that have admin permissions:

username: root, password: kamikaze username: ubuntu, password: temppwd

Warning

If you are not on a secure or private network, it is highly recommended to :ref:`change the password <ChangePassword>` 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.