Hello, I build a new kernel. Therefore I downloaded the git-kernel, compiled uImage and copied $KERNEL_SOURCE/arch/arm/boot/zImage to /uImage_2.6.24 Then I compiled the moduels and installed the modules.
Then I tried to use the new kernel: DaVinci EVM # printenv bootdelay=3 bootcmd=setenv setboot setenv bootargs $(bootargs) video=dm64xxfb:output=$(videostd);run setboot;bootm 0x2050000 bootargs=mem=64m console=ttyS0,115200n8 rw noinitrd ip=dhcp root=/dev/hda1 bootfile="uImage_2.6.24" stdin=serial stdout=serial stderr=serial ethaddr=00:0e:99:02:5c:3e videostd=pal Environment size: 305/131068 bytes DaVinci EVM # boot ## Booting image at 02050000 ... Image Name: Linux-2.6.10_mvl401-davinci_evm Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 1333196 Bytes = 1.3 MB Load Address: 80008000 Entry Point: 80008000 Verifying Checksum ... OK ... [EMAIL PROTECTED]:~# uname -a Linux 172.16.0.2 2.6.10_mvl401-davinci_evm #2 Mon Aug 7 14:58:21 PDT 006 armv5tejl GNU/Linux What did I forget to boot the new created kernel? Bye - Robert _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
