pki-bootstrap_pub/docs/bbb

83 lines
1.4 KiB
Plaintext

[[[ BeagleBone Black BBB ]]]
[[ Configs ]]
[ Networking ]
USB0: debian@192.168.7.2
ETH0: debian@10.10.10.110
user: debian
pass: temppwd
screen -L -S bbb /dev/tty.usbserial-AH05JI3A 115200
[ Date / Time ]
Fix the date/time of the BeagleBone Black otherwise the certificates won''t work.
$ date -s '2016-11-09 12:34:56'
$ date +%Y%m%d -s "yyyymmdd"
$ date +%Y%m%d -s "20100622"
$ date yymmddhhmmss
[ eMMC ]
# Flash the onboard eMMC
$ xz -cd bbb.xz | ssh ubuntu@192.168.7.2 'dd of=/dev/mmcblk1 bs=1M'
# backup eMMC to laptop
$ dd if=/dev/mmcblk0 bs=1m | ssh j3g@10.5.1.51 'dd of=~/bbb.img'
# compress the .img file
$ xz -z bbb.img
[[ Software ]]
[ Drivers ]
USB Serial Driver
download from my box.com/drivers
@ http://www.ftdichip.com/Drivers/VCP.htm
[ Kernel ]
Linux Kernel 2.6+ includes IPsec
[[ Links ]]
[ BeageBone Black Wireless ]
# general page
@ https://beagleboard.org/black-wireless
# forum
@ https://beagleboard.org/discuss#bone_forum_embed
[[ Specs ]]
@ http://www.armhf.com/boards/beaglebone-black/
@ http://elinux.org/BeagleBoardUbuntu
Ubuntu 14.04 LTS, 4.1.2-bone12.arm
Ubuntu Image 2015-07-08
[ Kernel ]
# compile the kernel on BBB
@ https://help.ubuntu.com/community/Kernel/Compile
[ BBB Linux Source Code ]
@ https://github.com/beagleboard/linux
[ BeagleBone Black Wireless ]
1ghz TI AM335x ARM Cortex A8
512MB DDR3
4GB flash storage internal