Andrew Scheller

Results 95 issues of Andrew Scheller

Looking at #48 (and the way it now sprinkles `device_uuid1`, `device_uuid2` and `device_uuid` in various places), I wonder if it'd be worth running the Qemu autohat tests on TravisCI? Or...

Currently, the functions that deal with backup GPTs (i.e. `parseBackup` and `writeBackup`) have a function-prototype which accepts a `buffer` and an `offset`. The `parseBackup` function reads the table-entries at `offset`...

Hello @jhermsmeier , I've been doing some more reading-up about GPT (I'm not entirely sure why :laughing: ) and I've found that the way you detect whether a disk has...

Whilst looking into https://github.com/raspberrypi/picotool/issues/45 I realised that https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf doesn't mention the fact that `LIBUSB_ROOT` needs to be set when building picotool on Windows. It **is** mentioned in https://github.com/raspberrypi/picotool/blob/master/README.md but I...

documentation