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
-- ptxdist mailing list [email protected]
