Greetings,
I have a custom built board based on AT91SAM9260 MPU. We have working kernel, drivers, etc, all. fine.
We are upgrading our host machine and I am trying to get our kernel, boot, rootfs in better shape and I am moving from old buildroot (~2008) to 2011.05. The new buildroot is significantly different than our working old version. I have kernel code that
has MACHINE_START macro etc for this device and has been shown to work.
The problem is I cant figure out how to setup board support to get this to happen correctly in new buildroot scheme. I can build kernel for 9260EK, but need my own machine defs. I have tried to follow how 9260EK code gets into kernel but with little luck.
I have searched over last few days and am now tying here. Best info I have assembled so far is:
-
http://buildroot.org/downloads/buildroo ... rd_support (woefully brief)
-
http://www.atmel.com/dyn/resources/prod ... c32085.pdf (best lead so far but based on older version of buildroot)
I would appreciate any help from exact instructions to leads on more complete documentation.
My background is a physicist trying to get by building my own systems and somewhat over my head. But I can build a kernel, dev driver, etc (at least with old buildroot).