This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#6859 - Avoid crashes on the Sansa during booting
|
DetailsThis patch should fix the occasional crashes during booting.
|
This task depends upon
Closed by Daniel Ankers (dan_a)
Tuesday, 20 March 2007, 12:21 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed (in a slightly modified version) in r12848
Tuesday, 20 March 2007, 12:21 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed (in a slightly modified version) in r12848
Nice work! Would disabling/re-enabling the DMA perhaps be better inside lcd_init_device(), though?
yes, I think so too. This patch was only for demonstration.
lcd_update() seems to be completely irrelevant for sansa because of auto dma-ing.
Would be interesting, what intervals are used by the dma controller.