Software Overview
Similar to the hardware, the OSWALD is designed to allow students the freedom to work with and explore all aspects of computer science. It provides a safe environment for students to peek into the inner workings of the system from the initial boot loader to multimedia rich applications.
Binaries
Soon there will be binary images that can be used to return your OSWALD to its original condition. Also updates will be put here as binaries. If you are adventurous you can also build this software by hand.
- X-Loader
- U-Boot
- Linux Kernel
- Root File System Image
Build Procedure
This is the process to build all of the software for yourself. Note: this is a long, and often frustrating process. All of the following information is designed to run under linux, or a linux like environment (eg cygwin for windows, or MacOSX may work, untested).
OpenEmbedded
Main article:OpenEmbedded
We are using the OpenEmbedded environment for our embedded software development needs. By doing so we hope to take advantage of the development from similar projects such as the BeagleBoard and Pandora which are developing systems with similar hardware.
OMAP Kernel
Main article:Kernel
The OMAP kernel is a heavily patched kernel that is built from a branch of the main linux kernel source tree. This makes the build process fairly simple, but configuration is required, and your system may not boot correctly if you don't do this correctly.
<outline OMAP kernel build process>
U-Boot
Main article:U-Boot
U-Boot is a boot loader that handles the loading of the linux kernel.
X-Loader
Main article:X-Loader
X-Loader is the lowest piece of software that we build, it is written by TI. X-Loader is used in our system to setup very low-level function of the OMAP and start U-Boot.
Firmware on the OSWALD
Even though the main processor is the TI OMAP3 there are a number of smaller microcontrollers that also contain software. The firmware on these chips is available and the system has the ability to reprogram all of the peripheral chips.
Cypress CY8C24794
The cypress microcontroller controls the touch pad and button inputs. It also communicates with the ATMega48 to gather information about the accelerometer and 5-way switch. This microcontroller interfaces to the OMAP via USB as multiple HID devices (joystick, keyboard and mouse).
The firmware can be complied using the latest version of PSoC Designer from Cypress (follow the link below). Programming of the CY8C24794 is not supported in current RADIX releases, this is planned for future releases.
Atmel ATMega48
The ATMega microcontroller monitors the accelerometer as well as the 5-way switch. It communicates to the cypress microcontroller through a UART interface. The source can be compiled using avr-gcc, which is available on multiple platforms, using the included makefile. Currently programming the mega is not supported by RADIX, but will be added in the future.
TI cc2431
The TI cc2431 is the zigbee wireless solution. This chip contains an 8bit 8051 microcontroller core and the CC2420 radio core. This is a very flexible chip, and as such the current firmware is a UART interface that Linux will take advantage of. The firmware is based on TI's TIMAC software which provides the MAC layer of the networking stack. Programming of the cc2431 is not supported by current RADIX releases but is planned for the future. The firmware can be built using IAR Embedded Workbench (a evaluation version can be found here).
Graphics Accelerator
The OMAP3530 used for the OSWALD contains a graphics accelerator based on the SGX core from Imagination Technologies. PowerVR SGX530 is a new generation of programmable PowerVR graphics and video IP cores. Only the kernel portions of Linux drivers will be open source. The PowerVR folks will provide binary user-space libraries. Using the email contact at TIs Mobile Gaming Developers page there are Linux v2.6 OMAP3430 SDKs for OMAP3 Zoom and SDP supporting OpenGL ES v2.0, OpenGL ES v1.1 and OpenVG 1.0 available.
Some Videos:
Attachments
- CSPFL_BootFlow.png (21.6 kB) - added by kemperke on 10/28/08 13:57:52.
- screen3.png (18.3 kB) -
Screen Shot of OSWALD viewing a pdf @ 320x240
, added by goskab on 03/14/09 14:23:19.

