| Both sides previous revision Previous revision Next revision | Previous revision |
| toh:texas.instruments:beagleblack [2021/02/04 14:44] – [TI Beaglebone Black] cover danitool | toh:texas_instruments:beaglebone_black [2024/02/12 08:58] (current) – external edit 127.0.0.1 |
|---|
| {{:media:beaglebone:black:beaglebone_black.jpg?150&nolink}} | {{:media:beaglebone:black:beaglebone_black.jpg?150&nolink}} |
| ===== Supported Versions ===== | ===== Supported Versions ===== |
| ---- datatable ---- | <!-- ToH: { |
| cols : Brand, Model, Versions, Supported Current Rel, OEM device homepage URL_url, OWrt Forum Topic URL_url, Device Techdata_pageid | "source": "json", |
| headers : Brand, Model, Version, Current Release, OEM Info, Forum Topic, Technical Data | "dom": "t", |
| align : c,c,c,c,c,c,c | "paging": false, |
| filter : Model=BeagleBone Black | "rotate": true, |
| ---- | "shownColumns": ["brand", "model", "version", "supportedcurrentrel", "oemdevicehomepageurl", "owrt_forum_topic_url", "deviceid"], |
| | "filterColumns": {"model": "^BeagleBone Black$"} |
| | } --> |
| |
| |
| ===== Hardware Highlights ===== | ===== Hardware Highlights ===== |
| ---- datatable ---- | <!-- ToH: { |
| cols : Model, Versions, CPU, CPU MHz, Flash MB_mbflashs, RAM MB_mbram, WLAN Hardware, WLAN 2.4GHz, WLAN 5.0GHz, Ethernet 100M ports_, Ethernet Gbit ports_, Modem, USB ports_ | "source": "json", |
| header : Model, Version,SoC,CPU MHz,Flash MB,RAM MB,WLAN Hardware,WLAN2.4,WLAN5.0,100M ports,Gbit ports,Modem,USB | "dom": "t", |
| align : c,c,c,c,c,c,c,c,c,c,c,c,c | "paging": false, |
| filter : Model=BeagleBone Black | "rotate": true, |
| ---- | "shownColumns": ["model", "version", "cpu", "cpumhz", "flashmb", "rammb", "wlanhardware", "wlan24ghz", "wlan50ghz", "ethernet100mports", "ethernet1gports", "modem", "usbports"], |
| | "filterColumns": {"model": "^BeagleBone Black$"} |
| | } --> |
| |
| It offers a lot of GPIO's, I2C, SPI, ADC and other easily accessible i/o. | It offers a lot of GPIO's, I2C, SPI, ADC and other easily accessible i/o. |
| |
| ===== Installation ===== | ===== Installation ===== |
| ---- datatable ---- | <!-- ToH: { |
| cols : Model, Versions, Supported Current Rel, Firmware OpenWrt Install URL_url, Firmware OpenWrt Upgrade URL_url, Firmware OEM Stock URL_url | "source": "json", |
| headers : Model, Version, Current Release, Firmware OpenWrt Install, Firmware OpenWrt Upgrade, Firmware OEM Stock | "dom": "t", |
| align : c,c,c | "paging": false, |
| filter : Model=BeagleBone Black | "rotate": true, |
| ---- | "shownColumns": ["model", "version", "supportedcurrentrel", "firmwareopenwrtinstallurl", "firmwareopenwrtupgradeurl", "firmwareoemstockurl"], |
| | "filterColumns": {"model": "^BeagleBone Black$"} |
| | } --> |
| |
| |
| -> [[docs:guide-user:installation:generic.flashing|Install OpenWrt (generic explanation)]] | -> [[docs:guide-user:installation:generic.flashing|Install OpenWrt (generic explanation)]] |
| |
| FIXME Please add the installation procedure here. | - Download a snapshot ext4 build from the [[https://firmware-selector.openwrt.org/?version=SNAPSHOT&target=omap%2Fgeneric&id=ti_am335x-bone-black|firmware selector]] |
| | - unpack the image file using gunzip<code>gunzip openwrt-omap-generic-ti_am335x-bone-black-ext4-sdcard.img.gz</code> |
| | - write that to a Micro SD card <code>sudo dd if=openwrt-omap-generic-ti_am335x-bone-black-ext4-sdcard.img of=/dev/mmcblk0 bs=1M</code> |
| |
| |
| {{page>meta:infobox:outdated&noheader&nofooter&noeditbtn}} | {{page>meta:infobox:outdated&noheader&nofooter&noeditbtn}} |
| |
| Currently only runs with openwrt/trunk (r40887) and kernel 3.14.4. Kernel 3.13.7 (as in r40887 on target/linux/omap) will boot the device, but as soon as you attach a USB device, it will freeze. | |
| |
| * Patch: [[http://bpaste.net/show/322887/]] | |
| * Kernel Config: [[http://bpaste.net/show/322885/]] | |
| * Config from openwrt: [[http://bpaste.net/show/322902/]] | |
| |
| I have put them on bpaste.net because i cant upload text files here into this wiki. | |
| |
| FIXME Describe howto setup the whole sd card with the build files. | FIXME Describe howto setup the whole sd card with the build files. |
| ===== Notes ===== | ===== Notes ===== |
| |
| A lot of usefull information about this board can be found here: | A lot of useful information about this board can be found here: |
| |
| Links: | Links: |