79 lines
1.5 KiB
Plaintext
79 lines
1.5 KiB
Plaintext
[[[ BeagleBone Black TI OS Development ]]]
|
|
|
|
|
|
[[ TI Arago 3.03 ]]
|
|
|
|
user: root
|
|
|
|
|
|
[ Network Interfaces ]
|
|
|
|
eth0 Link encap:Ethernet HWaddr 50:65:83:E4:4F:37
|
|
UP BROADCAST MULTICAST MTU:1500 Metric:1
|
|
lo Link encap:Local Loopback
|
|
UP LOOPBACK RUNNING MTU:65536 Metric:1
|
|
inet addr:127.0.0.1 Mask:255.0.0.0
|
|
|
|
|
|
screen -L -S bbb /dev/tty.usbserial-AH05JI3A 115200
|
|
|
|
|
|
|
|
[[ Toolchain - (Linaro GCC-based toolchain) ]]
|
|
|
|
|
|
|
|
[[ StrongSwan Compile ]]
|
|
|
|
|
|
|
|
|
|
[[ SDK Install ]]
|
|
|
|
1) $ ti-processor-sdk-linux-am335x-evm-03.03.00.04-Linux-x86-Install.bin
|
|
|
|
2) $ sudo apt-get install u-boot-tools
|
|
$ sudo ./setup.sh
|
|
|
|
|
|
|
|
|
|
[ Issues ]
|
|
|
|
[ uboot-mkimage ]
|
|
Package uboot-mkimage is not available, but is referred to by another package.
|
|
This may mean that the package is missing, has been obsoleted, or
|
|
is only available from another source
|
|
However the following packages replace it:
|
|
u-boot-tools:i386 u-boot-tools
|
|
|
|
|
|
|
|
[[ TI BeableBone Black Dev Board ]]
|
|
@http://www.ti.com/tool/beaglebk
|
|
processor: AM335X (1GHz AM3359 Sitara ARM Cortex-A8)
|
|
|
|
|
|
|
|
[[ Ubuntu LTS 16.04.x ]]
|
|
release notes: @https://wiki.ubuntu.com/XenialXerus/ReleaseNotes
|
|
|
|
SDK requires 16.04.x to work properly
|
|
|
|
|
|
|
|
[[ PROCESSOR-SDK-LINUX-AM335X 03_03_00_04 ]]
|
|
|
|
CPU SDK (AM335X)
|
|
@http://www.ti.com/tool/processor-sdk-am335x
|
|
|
|
XDEV Lab Supported SDK
|
|
@http://software-dl.ti.com/processor-sdk-linux/esd/AM335X/03_03_00_04/index_FDS.html
|
|
|
|
|
|
Create SD Card ... using SDK
|
|
@http://processors.wiki.ti.com/index.php/Processor_SDK_Linux_create_SD_card_script
|
|
|
|
|
|
|