* Suresh Kumar <[email protected]> [03.03.2010 03:20]: > Hi, > > I used to do the following manual kernel build method, > > 1) build the kernel using the <kernel config> file. This kernel config > file i have received from the vendor. > 2)use mkimage command to make the kernel image compatible with the UBOOT. > mkimage -n "my image" -A arm -O linux -T kernel -C none -a 20008000 -e > 20008000 -d Image /tftpboot/uImage > > Questions: > 1) How do i use the existing kernel config file with ptxdist? where should > i copy the config file? > 2)How to make the kernel image compatible with uboot & should specify the > 20008000 address.. (like the above mkimage cmd) > > Please guide me. > > Thanks > suresh Moin, 1) copy the config to /path/to/you/ptxdist/kernelconfig-kernelversion and select the version in ptxdist platformconfig.
2) Just select uImage in the platformconfig. Maybe you have to patch zreladdr-y in Makefile.boot in your mach dir. regards, Frederik > -- > ptxdist mailing list > [email protected] ------------------------------------------------------------------------- Geschäftsführung: Klaus Blankenagel Karl-Heinz Malzahn Sitz der Gesellschaft: Ense Amtsgericht: Arnsberg HRB 4452 Diese Nachricht ist als vertraulich einzustufen. Sollten Sie nicht der vorgesehene Empfänger sein, bitten wir Sie höflich um eine kurze Mitteilung und um die Löschung dieser Nachricht. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulässig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails können wir keine Haftung für den Inhalt übernehmen. ------------------------------------------------------------------------- management: Klaus Blankenagel Karl-Heinz Malzahn based in: Ense competent country court: Arnsberg HRB 4452 This message is confidential and may be privileged. If you are not the intended recipient, we kindly ask you to inform the sender and delete this message. Any authorised dissemination or copying hereof is prohibited. This message servers for information purposes only and shall not have any legally binding effect. Given that e-mails can easily be subject to manipulation, we can not accept any liability for the content provided. -- ptxdist mailing list [email protected]
