[Solved] Custom Raspberry Pi OS File System [closed]


Nothing trivial and time consuming.

You need to study e.MMC standard from JEDEC to understand how host and card side works. You can get the documents free from their site for a registration.

You then also need to understand how the connection is made to that eMMC host interface. That would be probably lead you to work with SPI.

Best would be to get what’s available from open source projects like Linux or uBoot.

solved Custom Raspberry Pi OS File System [closed]