Hi There,
Not sure how to edit a page, but here are two issues worth mentioning:
Currently the contents of the uboot partition (mmcblk0p1) will not be updated through mender. Files under here include the DTB files, uboot and the the kernel command line parameter file cmdline.txt.
Mender upgrades the kernel successfully by including a copy on the root filesystem and directs uboot to use this. However, a copy of the kernel uImage which came with the original sdimg will be located on the uboot partition, but not used.
@DonalHEmb, everyone should be able to edit as long as you have an account. Should be an edit button at the bottom of the post. Please let me know if you can not see it.
@mirzak, those changes look good. The only possible issue I can see is this statement, which is a little ambiguous to me:
“Typically there is something in the Linux kernel that requires something that is in the boot firmware. This means to update the Linux kernel you must also update the boot firmware files.”
It implies that you always need to update the boot firmware files if you change the kernel, which isn’t always the case.
Perhaps it could be re-written to:
For example, certain changes to the Linux Kernel can modify the boot firmware files. These boot firmware files will not be updated as part of the standard mender update process.