Hi,
I want to do a firmware upgrade that includes u-boot, kernel and rootfs using a USB stick. This means on plugging the USB stick should automatically update the firmware. For kernel and rootfs I am copying the images into a temporary location and using the A/B update strategy. But I am not able to find a method to update U-Boot. I can't use a bootable sd-card for this. Is it okay if I directly erase the U-boot partition and copy the new U-boot into that partition will it cause any problem? Is it feasible to do like this? Which other modules will get affected if I erase the U-Boot while system is running.
Sorry for this long question.
Thanks in advance.
I want to do a firmware upgrade that includes u-boot, kernel and rootfs using a USB stick. This means on plugging the USB stick should automatically update the firmware. For kernel and rootfs I am copying the images into a temporary location and using the A/B update strategy. But I am not able to find a method to update U-Boot. I can't use a bootable sd-card for this. Is it okay if I directly erase the U-boot partition and copy the new U-boot into that partition will it cause any problem? Is it feasible to do like this? Which other modules will get affected if I erase the U-Boot while system is running.
Sorry for this long question.
Thanks in advance.
Comment