You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/09/09 08:17:42 UTC

[GitHub] [incubator-nuttx] eenurkka opened a new pull request, #7047: risc-v/mpfs: emmcsd: allow switching from SD to eMMC

eenurkka opened a new pull request, #7047:
URL: https://github.com/apache/incubator-nuttx/pull/7047

   If the system starts up using the SD-card, and later wants to switch to use the eMMC, it's not going to happen. SD-card will be kept selected within the FPGA making the transition fail.
   
   It's been possible to switch from eMMC to SD, but now the transition is possible for both directions.
   
   Signed-off-by: Eero Nurkkala <ee...@offcode.fi>
   
   ## Summary
   
   Switching from SD-card -> eMMC is possible. Fix this issue. At power-on, eMMC is selected. If SD-card is used by a hart, and later eMMC is needed, this doesn't happen.
   
   ## Impact
   
   MPFS Icicle
   
   ## Testing
   
   Icicle Polarfire kit, NuttX bootloader at hart0 which loads data from SD card, and starts another NuttX (hart1) that uses eMMC.
   


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] eenurkka commented on pull request #7047: risc-v/mpfs: emmcsd: allow switching from SD to eMMC

Posted by GitBox <gi...@apache.org>.
eenurkka commented on PR #7047:
URL: https://github.com/apache/incubator-nuttx/pull/7047#issuecomment-1241690447

   Oops, had some extra stuff accidentally with the patch, now ok.


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7047: risc-v/mpfs: emmcsd: allow switching from SD to eMMC

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged PR #7047:
URL: https://github.com/apache/incubator-nuttx/pull/7047


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org