element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
BeagleBoard
  • Products
  • Dev Tools
  • Single-Board Computers
  • BeagleBoard
  • More
  • Cancel
BeagleBoard
Forum SD card as a storage in pocket beagle
  • Blog
  • Forum
  • Documents
  • Quiz
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join BeagleBoard to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Verified Answer
  • Replies 9 replies
  • Answers 1 answer
  • Subscribers 102 subscribers
  • Views 1987 views
  • Users 0 members are here
  • gigabit ethernet
  • usb
  • pocket beagle
  • SD card
  • boot from sd
Related

SD card as a storage in pocket beagle

ronitsrma
ronitsrma over 5 years ago

Can I use an sd card in pocket beagle to store images coming from the camera over a gigabit interface or USB and let it boot from other sources?

  • Sign in to reply
  • Cancel

Top Replies

  • cstanton
    cstanton over 5 years ago +1 verified
    > Can I use an sd card in pocket beagle to store images coming from the camera Yes, the PocketBeagle has an SDCard connector on the mainboard > over a gigabit interface The PocketBeagle does not come with…
  • cstanton
    cstanton over 5 years ago in reply to ronitsrma +1 suggested
    SDCards typically communicate via SPI protocol, so to use more than one you'd have to find a way to interface another SDCard, either via a USB reader or if another SPI interface is broken out on the pins…
  • cstanton
    0 cstanton over 5 years ago

    > Can I use an sd card in pocket beagle to store images coming from the camera

     

    Yes, the PocketBeagle has an SDCard connector on the mainboard

     

    > over a gigabit interface

     

    The PocketBeagle does not come with a gigabit interface. I'm not sure you could wire one up, it'd require some hackery.

     

    > or USB

     

    Yes you could use USB for a camera

     

    > and let it boot from other sources?

     

    It should be able to boot from USB however there's nothing stopping you from booting from SDCard and saving images to SDCard, you'd need additional electronics to have it boot from an Ethernet network (as it'd have to support PXE)

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • ronitsrma
    0 ronitsrma over 5 years ago in reply to cstanton

    Thanks, Christopher for your reply. What is the maximum size of sd card I can interface with pocket beagle and is it possible to interface multiple sd card?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • cstanton
    0 cstanton over 5 years ago in reply to ronitsrma

    SDCards typically communicate via SPI protocol, so to use more than one you'd have to find a way to interface another SDCard, either via a USB reader or if another SPI interface is broken out on the pins via pinmuxing (check the PocketBeagle GPIO Pinout , there is SPI0 and I2C on there)

     

    As for the maximum size, I believe you're restricted to whatever filesystem you use on it, remembering that you're on a 32bit processor and likely linux. As far as I'm aware there's no particular limit.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • ronitsrma
    0 ronitsrma over 5 years ago in reply to cstanton

    But as per my knowledge it depends on sd card or eMMC version it support. Can you please again take a look on it?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • cstanton
    0 cstanton over 5 years ago in reply to ronitsrma

    > But as per my knowledge it depends on sd card or eMMC version it support. Can you please again take a look on it?

     

     

    I don't know what you mean.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • ronitsrma
    0 ronitsrma over 5 years ago in reply to cstanton

    I want to say, the size of the sd card I can interface depends on the sd card version of our processor support instead of the filesystem we're using. So can you please confirm it with your source ?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • cstanton
    0 cstanton over 5 years ago in reply to ronitsrma

    > depends on the sd card version of our processor support

     

    I'm not sure what this means, I have not heard of such a thing.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • mp2100
    0 mp2100 over 5 years ago in reply to ronitsrma

    I think it depends on what sd card reading device you use. If you want to read an SDXC card ( 64 gb or larger) the sdxc interface uses lower voltages. The sd slot on the pocket beagle may be limited to sdhc cards.  So that may limit you, I’m not sure, I haven’t tried it.  But I assume that if you have a usb-sdxc card reader inserted in a usb port, linux would recognize it.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • ronitsrma
    0 ronitsrma over 5 years ago in reply to mp2100

    Thanks, Allen. I think I should give try this also. But still, the question is unanswered, what capacity of microsd card can get interface directly.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube