|
|
Rockbox mail archiveSubject: Re: Update: Rockbox won't start from flash, any ideas?From: Björn Stenberg (bjorn_at_haxx.se) Date: 2003-06-26
idc-dragon_at_gmx.de wrote:
That's because we never initialize it. Try simply adding:
lcd_write(true, LCD_SET_DISPLAY_ON);
...to lcd_init(). Some more setup commands might be needed though. Let me know how the above works.
> 2) ATA is somehow locked up. First it goes wrong in ata.c, function
Sounds like perhaps the IDE power is not enabled yet. Try adding:
ide_power_enable(true);
...in a suitable place.
-- Björn
Page was last modified "Jan 10 2012" The Rockbox Crew |