[Bug 541399] Re: netboot image fails to boot.

Loïc Minier lool at dooz.org
Tue Apr 13 19:36:42 UTC 2010


@Eric: also, we currently use different load addresses in the live images:
        uboot_kernel_addr="0x00200000"
        uboot_ramdisk_addr="0x01100000"
        uboot_script_addr="0x1000"

the boot script being:
if test -n \${fs} && test -n \${interface} && test -n \${device}; then
        \${fs}load \${interface} \${device} $uboot_kernel_addr $uboot_kernel
        \${fs}load \${interface} \${device} $uboot_ramdisk_addr $uboot_initrd
        setenv bootargs quiet splash $DEFAULT_PRESEED $uboot_extra_cmdline
        bootm $uboot_kernel_addr $uboot_ramdisk_addr
fi

Do these need to be fixed as well?

-- 
netboot image fails to boot.
https://bugs.launchpad.net/bugs/541399
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux-mvl-dove in ubuntu.




More information about the kernel-bugs mailing list