Jay Chen
Jay Chen
I think the answer is yes. After booting up the system, there is an application will call fwup via system command to execute the upgrade. After upgrading, the application will...
@fhunleth, Thank you very much for helping me. I am sorry about the confusion here. I actually just reused the example of `fwup.conf` in your another project, [bbb-buildroot-fwup](https://github.com/fhunleth/bbb-buildroot-fwup/blob/master/board/raspberrypi/fwup-pingpong.conf). I am...
I am using `fwup -anU -d /dev/mmcblk0 -i myfirmware.fw -t upgrade`, which include additional `U` (no-unmount). I was thinking since the B partition has been unmounted so it is safe...