I recently cloned linus-omap kernel and compiled uImage for devkit8000.
During loading uImage into the board, it boots fine, except nand and display.
I am facing an OmapDSS issue, the error messages from
kernel is below:
kernel version is 2.6.34-rc3-07875-geba0147-dirty
…
NR_IRQS:402
Clocking rate (Crystal/Core/MPU): 26.0/266/500 MHz
Reprogramming SDRC clock to 266000000 Hz
dpll3_m2_clk rate change failed: -22
GPMC revision 5.0
…
io scheduler cfq registered (default)
OMAP DSS rev 2.0
omapdss DPI error: can’t get VDDS_DSI regulator
omapdss CORE error: Failed to initialize dpi
Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
…
VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev
1
omapfb omapfb: no displays
omapfb omapfb: failed to setup omapfb
omapfb: probe of omapfb failed with error -22
regulator_init_complete: incomplete constraints, leaving VDVI on
regulator_init_complete: incomplete constraints, leaving VDAC on
twl_rtc twl_rtc: setting system clock to 2000-01-01 00:00:00 UTC
(946684800)
eth0: link down
How to overcome this and get the display up and running.
I recommand use this uImage with U-Boot v2009.11.1
source from ftp://ftp.denx.de/pub/u-boot/
The latest version is 2010.03, but I didn’t tried whether it works or not.
p.s. the X-Loader (MLO) I used is 1.41 version one from DevKit8000 CD.