hi, Am Dienstag, den 07.06.2016, 11:17 +0800 schrieb Woodrow Shen:
> boot_fix.bin is workaround to make booting normally without active
> boot flag.
> I suspect above uboot error messages is missing the value
> of ${snappy_kernel} when uboot needs to load the files, like:
> loadkernel=fatload mmc ${mmcdev}:${mmcpart} ${kernel_addr}
> ${snappy_kernel}/${kernel_file}
exactly, u-d-f creates an image and then installs the kernel snap
inside. after it installed it knows the exact path to the binaries,
which is /snap/$packagename/$revision and this path is set to
snappy_kernel= inside the uboot.env file. every time you upgrade or
roll-back the kernel this variable is adjusted alongside, if a boot
fails the value automatically falls back to the last revision that
worked and it reboots.
ciao
oli
signature.asc
Description: This is a digitally signed message part
-- Snapcraft mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/snapcraft
