Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nano Image a little to large for certain SD cards #1195

Closed
neffs opened this issue Sep 20, 2016 · 2 comments
Closed

Nano Image a little to large for certain SD cards #1195

neffs opened this issue Sep 20, 2016 · 2 comments
Assignees
Labels
feature Adding new functionality
Milestone

Comments

@neffs
Copy link

neffs commented Sep 20, 2016

I ordered a 4 GB pSLC SD Card from PC Engines for my APU2: http://www.pcengines.ch/sd4b.htm

Although its sold as 4GB its only almost 4GB. It is only 3.980.394.496 bytes, while the nano image is 3.999.997.952 bytes. (~20 MB difference)
Could the image be built a little bit smaller? It would help a lot!

Thanks!

@fichtner
Copy link
Member

FreeBSD's NanoBSD code is already trying to be conservative with the size of "4 GB", but apparently not enough :)

We're planning to revamp the Nano bits to use as little space as possible (under 1 GB) and use growfs to adjust to the physically available size after the first boot. That's how FreeBSD's RPI images work at the moment.

I don't have an ETA on this, but it's in the roadmap for 17.1. If you're looking for a custom nano fit to install on these cards at the moment let me know.

@fichtner fichtner added the feature Adding new functionality label Sep 21, 2016
@fichtner fichtner self-assigned this Sep 21, 2016
@fichtner fichtner added this to the 17.1 milestone Sep 21, 2016
@fichtner
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Adding new functionality
Development

No branches or pull requests

2 participants