beaglebone_black
Create connection to BeagleBone Black hardware
Syntax
Description
creates
a connection to the BeagleBone Black hardware, h
= beaglebone_blackobj
.
This connection reuses the IP address, user name, and password from
most recent connection to the BeagleBone Black hardware.
creates
a connection to the BeagleBone Black hardware using the IP address,
user name, and password that you specify. The BeagleBone Black hardware
has two default user names: h
= beaglebone_black(ipaddress
,username
,password
)'debian'
and 'root'
.
For 'debian'
, the default password is 'temppwd'
.
For 'root'
, the default password is empty: ''
.
The 'root'
account has superuser powers at the
command line. It is a good security practice to create a strong root
password.