How can one "discover" something well documented in the datasheet, and on google https://forums.raspberrypi.com/viewtopic.php?t=266130 , https://www.google.com/search?q=raspberry+pi+boot+chain
The Boot Order of the Raspberry Pi Is Unusual
11–19 of 19 posts
Re: The Boot Order of the Raspberry Pi Is Unusual
#12How can one "discover" something well documented in the datasheet, and on google https://forums.raspberrypi.com/viewtopic.php?t=266130 , https://www.google.com/search?q=raspberry+pi+boot+chain
As an electrical engineer: you'd be surprised how many people "discover" long held truths like that you can use the MPN ("Manufacturer Part Number") of a device to find it's documentation and that this documentation sometimes contains useful data.
Re: The Boot Order of the Raspberry Pi Is Unusual
#13Re: The Boot Order of the Raspberry Pi Is Unusual
#14Well, "Traditional PC Boot" is also not like that on Intel, the booting is started from the chipset, from Intel ME. It boots the CPU.
Re: The Boot Order of the Raspberry Pi Is Unusual
#15Earlier quoted context omitted.
As an electrical engineer: you'd be surprised how many people "discover" long held truths like that you can use the MPN ("Manufacturer Part Number") of a device to find it's documentation and that this documentation sometimes contains useful data.
It's everywhere. Just recently (a couple of months ago) on HN there was a story about an SQLite-but-rewritten-in-Rust [0], how they've discovered some peculiarity in SQLite file format by reading its source code. Except, of course, this peculiarity has been documented for decades, on SQLite's official site. How did they manage to write SQLite-compatible DBMS without reading the official documentation of the file form…
Re: The Boot Order of the Raspberry Pi Is Unusual
#16> This explains several Raspberry Pi oddities: > The Raspberry Pi has No BIOS / UEFI This isn't really that strange for an ARM SoC.
TI and NXP are probably the better choices. 3358/Beagle still looks for a IBM PC/MSDOS-era Master Boot Record at the start of flash when strapped the normal way, which is charming. Most allow for UART bootstrapping when nothing else is available, which is a lifesaver. I do wish more parts picked up the USB-UF2 bootloading method that Pico has created. THAT is awesome.
Re: The Boot Order of the Raspberry Pi Is Unusual
#17Re: The Boot Order of the Raspberry Pi Is Unusual
#18https://www.theregister.com/2023/11/28/microsoft_opens_sourc...
Re: The Boot Order of the Raspberry Pi Is Unusual
#19> This explains several Raspberry Pi oddities: > The Raspberry Pi has No BIOS / UEFI This isn't really that strange for an ARM SoC.
When a lot of people call them "PC"s, it is.