linguini1 commented on PR #17245: URL: https://github.com/apache/nuttx/pull/17245#issuecomment-3457147048
> I dont have the board yet.. just wondering if there are two SD card slots? If the OS/RTOS boots from SD then this will allow accessing files from the same card? I have somewhere small eMMC board with 16GB (or 32GB) NAND for VisionFive2 SBC but not sure if there is a slot here for that and if that fits the connector on rPI 4B? :-P There is only one microSD slot, which this patch aims to support. That is the same SD that the system boots from, so this patch allows users to access the boot partition after boot (totally fine to read/write). I plan to add support for two partitions later for users who don't want to mess around on the same partition as the boot files. To my knowledge, the EMMC1 interface connects to the SDIO controllable WiFi chip. There is also a third SDHCI interface which I haven't supported yet that allows another external SD card, I believe connected through the GPIO pins. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
