7 This is the driver for the frame buffer. Currently it only supports the
8 DM37XX (BeagleBoard-xM).
13 Starting up an instance:
15 service up /usr/sbin/fb -dev /dev/fb0 -args edid.0=cat24c256.3.50
17 The arguments take the following form:
19 edid.X=L where X is the frame buffer device (usually 0) and L is
20 the service label of the service to perform the EDID reading. In
21 the example above, it's the EEPROM with slave address 0x50 on
22 the 3rd I2C bus. If you want to use the defaults and skip EDID
23 reading, you may omit the arguments.