Suresh, Suresh Kumar wrote: > I have purchased the ATMEL AT91RM9200 Mircrocontroller Development > Board from kwik byte. And i didnt get the BSP software for the board. > > I am using ptxdist for build tool and successfully able to build the > linux,and packages.And able to boot board via tftp with the newly > built image. > > But i am intersted to manipulate the the devices (LEDs, Parallel > ports,etc). unfortunately i didnt get the BSP from the vendor. > > I guess ptxdist has the BSP for ARM. can you little elaborate this. > Where to refer , how to use, how to compile, etc
Its not ptxdist specific, its kernel specific instead: You have to enable the drivers for this kind of hardware on your target in the kernel configuration. When I run 'menuconfig' in the current kernel, I found the "[*] KwikByte KB920x" platform. It seems, everything (or most) you need is present in the plain vanilla kernel. Maybe the 'arch/arm/configs/kb9202_defconfig' and 'arch/arm/mach-at91/board-kb9202.c' could be a starting point for you. Regards, Juergen -- Pengutronix e.K. | Juergen Beisert | Linux Solutions for Science and Industry | Phone: +49-8766-939 228 | Vertretung Sued/Muenchen, Germany | Fax: +49-5121-206917-5555 | Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de/ | -- ptxdist mailing list [email protected]
