Jul 102016
 

Package:

Makerhub https://www.labviewmakerhub.com/doku.php?id=libraries:linx:start

Install drivers for Windows or MacOS

Put New Operating System on the SD card:

Best done with MacOS:

diskutil unmountDisk /dev/disk3

sudo dd bs=1m if=bone-debian-8.4-lxqt-4gb-armhf-2016-05-13-4gb.img of=/dev/rdisk3

Start beaglebone with button pressed:

ssh root@192.168.178.46

at first start there is no password for root

change PW for root:

# passwd root

ADD new USER and change PW:

# adduser tom
# passwd tom

meke users sudo:

# sudo usermod -a -G sudo <username>
# sudo adduser <username> sudo

start makerhub from labview

Install software and expand the sd card

fetch

lock in with ssh:

# ssh root@192.168.178.46

 

check sd card size

# df -h

update with

# apt-get upgrade

#apt-get update

 

have FUN!

andere Wege die SD KArte zu vergrößern:

http://linux.robert-scheck.de/software/fdisk-partition-vergroessern/

 

LINUX Befehslsübersicht:

http://www.tnt-computer.de/yanip/lbefehle.html

 

Namen und Version der Linux Distribution von /etc/issue auslesen

Die gängigsten Distributionen speichern ihren Namen und die Release Version in der /etc/issue Datei ab:

# cat /etc/issue

1

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>