Advanced Search
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
May 22, 2012, 04:01:16 AM
Home
Help
Calendar
Login
Register
News
: Welcome to GLomation peer support forum
Glomation
»
Peer Support Forums
»
GESBC-9260
»
Disabling periphericals
« previous
next »
Pages: [
1
]
Topic Tools
Topic Tools
Send this topic
Print
October 19, 2010, 02:12:16 PM
#0
dann
dann
Show dann's last posts.
Show general stats for dann.
Super Hero
Posts: 13
Disabling periphericals
Hello,
Can anybody tell me how to disable the peripherals which I don't want use during execution of my program? My application needs only USB (for the wireless card) , Ethernet port, Timer and debugging serial port. I need to be sure that the system wont be disturbed by the other peripherals.
Thank you for any help.
October 19, 2010, 03:37:03 PM
#1
admin
admin
Show admin's last posts.
Show general stats for admin.
Administrator
Super Hero
Posts: 342
Re: Disabling periphericals
Some of the drivers needs to be disable via kernel configuration and some needs source code modification. To disable other serial ports you need to modify source code file /arch/arm/mach-at91/board-sam9260ek.c in function static void __init ek_map_io(void). Just comment out the lines that configures the USART ports that you don't need. In the kernel configuration you need to go through all the sections and disable all the features such as SPI, I2C, SD card, sound, etc.
Pages: [
1
]
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> Announcements
=> General Discussion
=> Programming Tips, Recommendded Readings, etc.
-----------------------------
Peer Support Forums
-----------------------------
=> GESBC-9302
=> GESBC-9260
=> GESBC-9G20
=> GESBC-2440
=> GESBC-9315
Loading...