Gp32
From RTEMSWiki
This is start page of GP32 BSP
Contents |
Features in GP32 BSP:
Basic polled uart console driver
S3C2400 timers and clocks
- FCLK=133Mhz
- HCLK=66Mhz
- PCLK=66Mhz
- TIMER1 used for time mesurments
- TIMER4 used for rtems clock
SMC Driver
- read-only smc device driver (/dev/smc)
- fat layer seems to works fine
How to run linked application
the make-exe rule build a .gxb file in the o-optimize directory.
- You can U/L this .gxb with the pc-link app using the USB cable. Then you can launch the file with some GP32 file explorer.
- Or, you can convert the .gxb to a .fxe file (which can be launched from the GP32 bios). User mr.spiv b2fxec tool for this http://www.cs.helsinki.fi/u/jikorhon/condev/gp32/
Test Reports
CVS-HEAD DATE: User:PhilippeSimons reports that some tests still fails...
