Welcome new user! You can search existing questions and answers without registering, but please register to post new questions and receive answers. Note that due to large amounts of spam attempts, your first three posts will be manually moderated, so please be patient.
Because of un-manageable amounts of spam despite our use of CAPTCHAs, email authorization, and other tools, we have discontinued this forum (see the 700k+ registered users with validated email addresses at right?). Please email us any questions or post bug reports and feature requests on GitHub at https://github.com/jevois -- The content below remains available for future reference.

Is an 8GB SD Card really needed?

0 votes
I see the OS image that has been made available is meant for 8GB cards. Is this a hard constraint? Is the OS so large it needs that amount of space? Can one somehow use a 4GB card instead?
asked Apr 8, 2017 in User questions by ubik (200 points)

1 Answer

0 votes

Yes, 4GB is fine, I believe 512MB would even work right now given the OS size and number of vision modules. 

But it is quite desirable to have a class 10 card speed, and those were just not available in less than 8GB in bulk quantities (or the price of the smaller class 10 cards was more than the 8GB price). Even 8GB class 10 is getting hard to find, 16GB is more common.

Have you installed the jevois SDK? If so, you can tweak the numbers in jevois-sdk/jevois-build/jevois-flash-card.sh, as follows:

look for p1siz (size of BOOT partition), keep this one at 16MB.

Then p2siz (size of LINUX partition) can be smaller, 300MB is likely to be ok.

The script will then size the JEVOIS partition to fill up the card.

Follow the steps in INSTALL of jevois to compile all the code and flash it.

answered Apr 8, 2017 by JeVois (46,580 points)
Thanks for the quick answer. So, I assume i still have to compile the whole thing from scratch?
...