> > How do I generate an elf file ? > vmlinux? Thanks. The entry point address has change and I can't upload it: New (bad) one: $ readelf -h vmlinux ... Entry point address: 0xc0000000 Old (good) one: $ readelf -h zImage.elf ... Entry point address: 0x400000 How can I change the entry point address ? -- Guillaume Dargaud http://www.gdargaud.net/