Frank Hunleth

Results 255 comments of Frank Hunleth

@jclif Could your drive be failing one of these size checks: https://github.com/fhunleth/fwup/blob/master/src/mmc_osx.c#L103-L110

Are you trying to update a filesystem in place? I.e., are you booted and using the root filesystem and then running fwup to upgrade it?

Hmm. I'm not sure if I'm understanding. You'll need to make sure that the filesystem that you're upgrading is unmounted. That's why I asked. If the filesystem isn't unmounted, it...

Oh, I have not updated that project in far too long. Are you running `fwup -a -d /dev/mmcblk0 -i myfirmware.fw -t upgrade`? Another thing to mention is that `fwup` runs...

Thanks for letting me know about this. Can you tell me more about the version of Windows that you're using, whether you're using a USB or built-in card reader? Also,...

Thanks. I'll try to reproduce. Since this might take a while, you should be able to get past this by specifying `-d microsd.img` where the `microsd.img` can be any file...

Thanks! There's already a task failback code with `--task`, but it's inflexible. It supports falling back to an arbitrary number of tasks, but they all have to have the same...

Let me take a look this week. I'll post back.

Yes, the GPT version hasn't been implemented. Sorry.