wiki:FreeRunner

Version 16 (modified by Jiri Svoboda, 13 years ago) ( diff )

Update status and plans

HelenOS on Neo FreeRunner

Neo FreeRunner first contact

Information pertaining to porting HelenOS to Neo FreeRunner smartphone (alias GTA02) which was developed by the Openmoko project.

Status

Supported in HelenOS 0.4.3 and later. The system boots to the command line. All kernel tests pass.

Kernel can write to serial debug console and to the display. Userspace fb server can use the display.

You can use the serial debug console as a keyboard. You can also use the touchscreen to move the mouse pointer around (not in 0.4.3 due to bug). That is all you can do, because there is nothing to control with the mouse (the resolution is low so no VC buttons are displayed).

Plans

Input

We would like to provide a virtual keyboard so that the serial console would not be necessary. Also, it would be nice if it were possible to control some applications using the touch screen (currently there is no way for an application to receive mouse events).

Host-side USB

FreeRunner has an OHCI USB host controller, the USB port be switched to host mode with some platform-specific knobs. (You need to use a USB gender-changer, however).

The OHCI USB driver from the USB project, once integrated, should be relatively easy to get running on GTA02. Possible hurdle is interrupt handling (I/O access in pseudocode).

Device-side USB

By default the USB port runs in device mode. It would be nice to implement a device-side USB stack in HelenOS. This is a bigger project, however.

Resources

External resources:

Internal resources:

Memory system

  • The memory system is configured to little endian mode

S3C2442B Processor

  • The core is an ARM920T (ARMv4T architecture)

Attachments (1)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.