Recent content by Gericom

  1. Gericom

    Hardware DSPico usbc game card not showing up

    I've heard various people with this issue with the usbc DSpicos. It might be a design flaw.
  2. Gericom

    DSpico - An open-source flashcart for the DS(i)

    Yes, the DSpico can be used for 3ds ntrboot.
  3. Gericom

    DSpico - An open-source flashcart for the DS(i)

    What SylverReZ says. If that doesn't work, try updating the DSpico firmware.
  4. Gericom

    Homebrew DSpico SD card 64GB Pico launcher freeze

    Sounds like you need to update the firmware indeed.
  5. Gericom

    DSpico - An open-source flashcart for the DS(i)

    It fixes some race condition in the SD writing code. Which in turn fixes issues with various SD cards.
  6. Gericom

    DSpico - An open-source flashcart for the DS(i)

    You can move to those buttons with the dpad. Touch is not implemented yet. For the nand files it's easiest to copy them with godmode9i.
  7. Gericom

    DSpico - An open-source flashcart for the DS(i)

    If you only use modded DSi and 3DS devices, you can use the hybrid bootloader without wrfu. You'll then get the DSpico banner. However if you want to use the DSpico on unmodified DSi and 3DS devices, you need to keep using wrfu.
  8. Gericom

    DSpico - An open-source flashcart for the DS(i)

    Just small nitpick. The DSpico runs at 200MHz. Also idk how the DSTwo works exactly, but the DSpico needs to process incoming card commands on the CPU in real time. After booting the second core is idle though and could probably do something else.
  9. Gericom

    DSpico - An open-source flashcart for the DS(i)

    For other people reading this. Aside from the nand files, DSiWare also requires the DS arm7 bios at /_pico/biosnds7.rom
  10. Gericom

    DSpico - An open-source flashcart for the DS(i)

    Also if you're using AKMenu-Next, make sure you update to the latest version https://github.com/coderkei/akmenu-next/releases/tag/v2.0.1 The old version had a version check that makes the new pico loader version not work.
  11. Gericom

    DSpico - An open-source flashcart for the DS(i)

    Sad that there are fitment issues with the shell. I've personally not had any issues with the JLPCB printed shell. I have used it in DSLite, DSi, DSi XL and n2DS XL.
  12. Gericom

    DSpico - An open-source flashcart for the DS(i)

    Maybe at a later time. It's more complicated to do, because the DSi SD card can only be read from the ARM7. If the flashcard starts in DS mode (which is normally the case), you can't use DSi features. 1765731982 It also requires a special homebrew application to launch the card. After all...
  13. Gericom

    DSpico - An open-source flashcart for the DS(i)

    "Are the compatibility issues with non DMA carts present when using those carts with their original software? I run a r4ids.cn which is listed as not having DMA support and I've had no issues with it on its own." The list is about what is inplemented in Pico Loader, rather than if the card...
  14. Gericom

    DSpico - An open-source flashcart for the DS(i)

    When DMA is not supported for a platform it can cause some compatibility issues with somes games and maybe some performance impact on some games. Note that DMA support might be implemented for more platforms in the future. There are also some sdk versions and variants for which DMA has not been...
  15. Gericom

    DSpico - An open-source flashcart for the DS(i)

    Ah okay. Nand save games are not supported yet, so it makes sense.