Andrew Scheller
Andrew Scheller
> Would it be acceptable for merge if we just don't make these utility functions available to projects that use CMake versions < 3.27, while leaving them available for use...
It _looks_ like on RP2350 `rom_reset_usb_boot` eventually calls `rom_reboot` which is [documented](https://www.raspberrypi.com/documentation/pico-sdk/runtime.html#group_pico_bootrom_1gadbb1f51a04fd0c27513468996d24f3ce) as "Reboot using the watchdog. Resets the chip and uses the watchdog facility to restart.", so maybe that's...
Thanks @will-v-pi . I agree with @jondurrant that there ought to be a warning about this in the docs, especially as https://www.raspberrypi.com/documentation/pico-sdk/runtime.html#group_pico_bootrom_1ga1bbe1c1df02daaa7b68a0c95fb9dc545 doesn't mention the watchdog at all.
A thought I just had - to make this slightly easier to use, could you have `picotool` check what filename it was invoked with (e.g. like `busybox` does), and then...
Common issue, which has been reported several times before https://github.com/balena-io/etcher/issues?q=is%3Aissue%20state%3Aopen%20libgdk
> The .deb package probably has a problem. Yes. Two alternative PRs have been suggested, but neither has been merged yet... #4419 #4538
AFAIK an **amd64** ISO image (x86 architecture) won't boot on a **M1** Apple computer (Arm architecture) 😉
All models of Raspberry Pi also use the Arm architecture, and so will also be unable to boot an amd64 ISO image. Sounds like you probably ought to try using...
Correct, the source-code for these PDFs isn't publicly available.