[uClinux-dev] initramfs and bflt on at91sam9260

2008-04-02 Thread Mike Sander
or is the problem with my configuration?Other than in uClib I cannot see any option to specify the type of user binary to build (it was ELF in uClibc). If the problem is with my configuration, what is the item I need to set? regards, M

Re: [uClinux-dev] initramfs and bflt on at91sam9260

2008-04-03 Thread Mike Sander
// original endif Regards, Mike Greg Ungerer wrote: Hi Mike, Mike Sander wrote: I have built the image based on at91sam9260_defconfig.I get the following at the end of the boot process: VFS: Mounted root (romfs filesystem) readonly. Freeing init memory: 100K Failed to execute /bin/init

[uClinux-dev] PM on at91sam9260

2008-04-10 Thread Mike Sander
I have just enabled CONFIG_PM on uClinux 2.6.24-uc0. The target board is a at91sam9260ek.. I am getting a number of build erros related to AT91_PM not being defined. It appears that this is an AT91RM9200 specific #define relating to setting up the dram controller for self refresh. At the p

Re: [uClinux-dev] [Atmel ARM7]Serial driver for Atmel serial port

2008-05-02 Thread Mike Sander
Bob, I was having similar problems about 2 months back. I was porting the eb01/eb40 code over to an at91sam7se512. The uart PDC registers on the sam7 are at higher addresses than they were on the eb40 [and serial_atmel driver code]. Until I had located these registers correctly [padding th