On Tue, Dec 22, 2015 at 11:28 AM, Robert Nelson <[email protected]> wrote: > On Tue, Dec 22, 2015 at 11:22 AM, Bharath R <[email protected]> wrote: >> hello John, >> >> I'm using Kernel 3.8.13, and I don't want to change to other kernel version. >> From u-boot, I'm able to use tftpboot and download the uImage or zImage and >> am335x-boneblack.dtb at 0x82000000 and 0x83000000 respectively. No issues in >> that. >> >> Till now I was using the uImage and zImage created by vmlinux using >> following commands: > > Well... "vmlinuz" = "zImage".. > > Just throw away "mkimage" you don't need it.. > > Just boot the kernel's version of "vmlinuz", we usually rename it > "zImage" because everyone got use to the "uImage" name..
and use the address's: bootz 0x82000000 - 0x88000000 so you don't over write zImage in memory.. Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
