Changes between Version 1 and Version 2 of Ticket #571
- Timestamp:
- 2014-03-03T12:01:14Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #571 – Description
v1 v2 4 4 HelenOS can boot on Raspberry Pi but the output is currently limited to serial only. 5 5 [[br]][[br]] 6 The goal of this ticket is to implement a driver for the VideoCore IV chip that would be pluggable to the graphics stack and to the device driver framework implemented in HelenOS. The driver should at least support the HDMI port of Raspberry Pi and setting the optimal graphics mode depending on the output device connected to the HDMI port.6 The goal of this ticket is to implement a driver for the !VideoCore IV chip that would be pluggable to the graphics stack and to the device driver framework implemented in HelenOS. The driver should at least support the HDMI port of Raspberry Pi and setting the optimal graphics mode depending on the output device connected to the HDMI port. 7 7 8 8 What Gains and Benefits will this bring?:: … … 20 20 * [https://code.launchpad.net/~petr-koupy/helenos/gui lp:~petr-koupy/helenos/gui] (original GUI branch) 21 21 * [http://www.raspberrypi.org/wp-content/uploads/2012/02/BCM2835-ARM-Peripherals.pdf BCM2835 documentation] 22 * [http://www.broadcom.com/docs/support/videocore/VideoCoreIV-AG100-R.pdf VideoCore IV Architecture Reference Guide] 22 23 23 24 Possible mentors::