Gp2x

From RTEMSWiki

Jump to: navigation, search

This is start page of GP2X BSP

Contents

Features in GP2X BSP:

Basic polled uart console driver

MMSP2 timers and clocks

  • ACLK=200Mhz
  • PCLK=150Mhz
  • UCLK=66Mhz
  • TIMER0 used for rtems clock (XTAL FREQ)
  • no TIMERx used for time mesurments

How to run linked application

the make-exe rule build a .bin file in the o-optimize directory.
  • You can load this file with the trampoline tools. The trampoline tools is a native linux executable which take 1 parameter.

The tool load the binary image, kills the linux and reset the gp2x, at reset a small code will copy the binary at its running address and start the rtems application

ie: $rtems_trampoline sp01.bin

Test Reports

CVS-HEAD 25 September 2006: User:PhilippeSimons reports that all tests runs succesfully...

Personal tools