0 Members and 9 Guests are viewing this topic.
Good work on the GPIO and power management interfaces though
QuoteGood work on the GPIO and power management interfaces thoughI don't know whether it actually works..Turning off by disabling access to all peripherals is likely to be a bug or it's not off at all, but we can't see it's actually on.Also I don't know whether GPIOs do work, I can't test it, but some values make sense.But what could be the cause for the adc always returning 0?
Is there already a program for ndless to test it or I do I have to do it wrong again?
What if I make the same mistakes again and it's returning the wrong values?
X and directfb are working!Now we're one step closer to minecraft Note: I can't login on SSH because of an german umlaut in my password and I haven't changed the keyboard-layout yet.Note2: I don't know where that segfault came from, maybe too much ctrl-c? ;-)[/youtube]
How can the OS lock the LED when it is overwritten by linucx in the RAM?
Or how can the OS restart the calc when reset button is pressed? (In earlier OS all user data was deleted when pressing reset button on the back.)
Or why can nClock run in background with linucx?
Are there two different RAMs?
TI's OS does not lock the LED when it's overwritten by Linux; it's just that Linux doesn't activate it.
*((uint32_t*)0x900B0018) = 0;*((uint32_t*)0x900B0020) = 0;
You only have to run "startx" on your calc.BTW: 0x1ACCE551 is sent to the watchdog for unlocking, problably not related to the leds.Edit: I can read the ADC via ndless, but the driver does still not work :-(