Storage options for Conduit

Home Forums Conduit: mLinux Model Storage options for Conduit

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #16217
    piyush s
    Participant

    Hi

    I am planning to increase the secondary storage for conduit. Does it come with the USB accessary card?
    Also for sdcard, how much big sdcard (eg 16GB or more) does it support?
    Just in case, does it support the SATA too?

    thanks,

    #16224
    Jeff Hatch
    Keymaster

    Hello,

    There is currently not a USB accessory card. For the SD Card, the maximum size that we have successfully tested with Conduit is 32GB. There are currently no SATA modules “built in” to the Conduit kernel, and no SATA drivers on-board. It is not currently supported, so you would have to build and install the SATA kernel modules yourself to get that working.

    Jeff

    #16229
    Campbell Elder
    Participant

    Has any one listed examples on how to utilise the MicroSD card in either mLinux or AEP NodeRed?

    #16230
    Steve Kovarik
    Moderator

    In the DeviceHQ app store the DotBox-Google app writes to the SD card.

    Also, here’s an AEP Node Red Flow that writes “LoRa” input node data to the
    SD card and names the file evbCsv.

    [{“id”:”ef69a915.275758″,”type”:”file”,”name”:””,”filename”:””,”appendNewline”:true,”createDir”:false,”overwriteFile”:”false”,”x”:425.95239639282227,”y”:399.3452892303467,”z”:”815521a7.8cc2f”,”wires”:[]},{“id”:”c5bec579.958128″,”type”:”lora in”,”name”:””,”datatype”:”utf8″,”x”:241.96429061889648,”y”:284.2857275009155,”z”:”815521a7.8cc2f”,”wires”:[[“4e819f94.3a995”]]},{“id”:”4e819f94.3a995″,”type”:”function”,”name”:””,”func”:”var pCsvPath = context.global.csvPath || \”/media/card/evbCsv\”;\nmsg.filename = pCsvPath;\nreturn msg;\n\n”,”outputs”:1,”noerr”:0,”x”:405,”y”:297.5,”z”:”815521a7.8cc2f”,”wires”:[[“ef69a915.275758″,”4d5b87e5.eea018”]]},{“id”:”4d5b87e5.eea018″,”type”:”debug”,”name”:””,”active”:true,”console”:”false”,”complete”:”false”,”x”:403.57143783569336,”y”:210.35714149475098,”z”:”815521a7.8cc2f”,”wires”:[]}]

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.