On Thu, Sep 26, 2013 at 12:17 AM, Saransh Jain <[email protected]> wrote: > Thanks RobertCNelson > > I asked for uimage because I also wanted to try booting using tftp which > requires transferring uimage and device tree to the ram.Can I use zimage > instead of uimage for tftpboot?If so,is there any change in the command for > boot?
tftpboot is just a media transfer command.. You just going to tfpboot some binary from a server to an andress. zImage just needs to be called by "bootz <address>" where as uImage needs "bootm <address>" > Also I am not sure how the boot using uimage and zimage takes place and > what difference does it make in u-boot.You said that the uimage has a load > address hardcoded.So how does zimage gets the load address?Can you please > elaborate? Thanks for the help..... Well, the soc already knows the address... Regards, -- Robert Nelson http://www.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/groups/opt_out.
