Beagleboard:BeagleBoard-X15

From eLinux.org
Revision as of 10:57, 5 January 2015 by RobertCNelson (talk | contribs) (dra7-ipu2-fw.xem4: add where this came from..)
Jump to: navigation, search

This is the official BeagleBoard-X15 Support Page maintained and supported by BeagleBoard.org a non-profit 501(C) organization.
If you have any questions or issues with the content on this Wiki, contact Gerald Coley

BeagleBoard-X15 Description

The BeagleBoard-X15 is the newest member of the BeagleBoard family. Measuring 4" x 4.2", it is based on a Dual Core A15 processor running at 1.5GHZ and features 2GB of DDR3L Memory.
It is in the beta phase. We will be adding more and more information to this site over the coming weeks.

X15 Beta Front.jpg

BeagleBoard-X15 Questions and Answers

What is the expected price?

This hasn't been announced yet. This is a high-end board compared to BeagleBone Black and is meant as a refresh to the BeagleBoard and BeagleBoard-xM line, not as a BeagleBone and BeagleBone Black replacement. Guidance is that it is certainly over $100[1], but no additional narrowing has yet been specified. There will, however, be a reduced-cost single-core version at some future point[2].

How many general purpose I/O pins are there?

There are four connectors with 66 pins each with about 157 GPIO pins[3]. The connectors are high-speed surface-mount on the back side of the board and even include PCIe[4].

Will this be open hardware?

Yes, all BeagleBoard.org designs are released as open hardware, with source schematics and layout available for your modification. We choose devices that are available in single unit quantities from worldwide distributors and publish our bill of materials. Documentation for the devices are available without NDA at the time of product launch. Within the processor, there may be some undocumented features, but no closed-source blobs are required to be loaded to boot the devices and full control is turned over to the users.

Is the graphics engine software open source?

The TI Sitara device used on BeagleBoard-X15 utilizes Imagination Technologies' PowerVR SGX544 GPU[5]. The kernel components of the current solution are GPLv2 licensed. There is no open source support for the user space components of this GPU from Imagination, but the FSF has proposed a project to create an open driver[6].

Will I be able to program the C66x DSPs?

Yes, there is a free C/C++ compiler from Texas Instruments and support in the mainline of the open source GCC C/C++ compiler. Support for interprocessor communication is also included in the mainline Linux kernel via RPMSG[7] [8] [9] .

bb.org: debian wheezy/jessie images:
sudo apt-get install ti-c6000-cgt-v8.0.x-installer

BeagleBoard-X15 Mainline Support

U-Boot

Mainline as of (v2015.01-rc3) : http://git.denx.de/?p=u-boot.git;a=commit;h=1e4ad74b875f4da91193afffb0bb0db90ec7b886

git clone git://git.denx.de/u-boot.git
cd u-boot/
make ARCH=arm CROSS_COMPILE=${CC} distclean
make ARCH=arm CROSS_COMPILE=${CC} beagle_x15_defconfig
make ARCH=arm CROSS_COMPILE=${CC}

Kernel

Mainline as of (3.19-rc1) : https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=5a0f93c6576a83d8d07c1b569641934294439ac0

BeagleBoard-X15 Firmware

dra7-ipu2-fw.xem4

This firmware was found in the Android tree: http://git.omapzoom.org/?p=device/ti/proprietary-open.git;a=summary

bb.org: debian wheezy/jessie images:
sudo apt-get install bbx15-ducati-firmware-installer