rambling a bit
>RISC-V is permissibly licensed, meaning chip designers are free to use the architecture but aren’t compelled to share their work as is required under other forms of open-source license.
And exactly this will be a problem. Many incompatible ISA extensions, chip designers adding proprietary stuff that only their special snowflake chip will use, no standardized firmware or bootloader - despite being open source, the implementation will just end up just as closed as ARM or even worse. I guess x86 remains king for us FOSS nerds, because one OS build can run on all x86 devices.
For smartphones, the only manufacturers that allow unlocking the bootloader and installing other Android distros are Google (Pixel) and some niche vendors like Fairphone. (I'm not even sure about non-Android stuff like mobile GNU/Linux distros, can they run on bare metal or do they need a thin layer of Android at the bottom?) A big problem also is that every ROM needs to have a specific image for each device. So even if you have a device with an unlockable bootloader it may not have any ROMs available because someone needs to develop it specifically for that one device. And don't get me started on the fact that the Linux kernel never gets any updates in Android smartphones, which I think is because of all the proprietary drivers patched into the OEM kernel and not supported by the mainline kernel.
Is RISC-V really going to be different just because the ISA itself is open and royalty-free?
On the desktop we have POWER for that by the way, which is also open and royalty-free. But as far as I know there's only one vendor of desktop hardware, namely Raptor Computing.