Forum Discussion
Altera_Forum
Honored Contributor
21 years agoStopping counting for linux example
Newbie question again, (since this is another subject I did create another topic):
Using standard configuration for cyclone board, the one that comes with uClinux, a count is showed on leds and display, how do I stop that?2 Replies
- Altera_Forum
Honored Contributor
You can turn off the LED cycling in the kernel configuration. Just look around the options and somewhere you should see something like "Enable blah LEDs".
Take that option off, and recompile the kernel. -Thomas - Altera_Forum
Honored Contributor
Thank you!