DM6446 Kernel Rebuild

From Wiki
Jump to navigationJump to search
cd /home/jcw/tigerlabs/dm6446_mv5/lsp/ti-davinci/linux 
make menuconfig
make ARCH=arm CROSS_COMPILE=arm_v5t_le- uImage
make ARCH=arm CROSS_COMPILE=arm_v5t_le- modules
make ARCH=arm CROSS_COMPILE=arm_v5t_le- INSTALL_MOD_PATH=/home/jcw/tigerlabs/dm6446_mv5/filesys modules_install
cp arch/arm/boot/uImage /tftpboot/dm6446_mv5
chmod a+r /tftpboot/dm6446_mv5/uImage

Original .config came from linux-2.6.18-pro500/arch/arm/configs/davinci_dm644x_defconfig

See DM6446 uBoot Parameters to set up where boot occurs from.