Changes

BeagleBone

706 bytes added, 05:46, 2 December 2015
Hardware
DHCPACK from 10.1.10.1
bound to 10.1.10.121 -- renewal in 4605 seconds.</syntaxhighlight>
 
*adafruit wifi reset script: https://learn.adafruit.com/setting-up-wifi-with-beaglebone-black?view=all
 
*<syntaxhighlight lang="bash">iwconfig</syntaxhighlight>
==What Kernel am I running==
=Hardware=
==Rechargeable LiPo==
http://www.element14.com/community/community/designcenter/single-board-computers/next-gen_beaglebone/blog/2013/08/10/bbb--rechargeable-on-board-battery-system
==Real Time Clock (RTC)==
http://www.dfrobot.com/image/cache/data/DFR0151/V1.1/IMGP9616-600x600.jpg
<syntaxhighlight lang="bash">
cd /etc/systemd/system/
ln /lib/systemd/system/cvxmirror.service cvxmirror.service
</syntaxhighlight>
make system take notice:
systemctl enable cvxmirror.service
</syntaxhighlight>
 
'''Run and don't exit'''
call bash afterwards. it will keep the screen process open
<syntaxhighlight lang="bash">
/usr/bin/screen -dmS printing bash -c '/home/debian/children/okidata_udp_server.py; exec bash'
</syntaxhighlight>
'''Run service on network boot'''
<syntaxhighlight lang="bash">
After=syslog.target network-online.target
</syntaxhighlight>
 
 
http://www.nunoalves.com/open_source/?p=308