Hello,
it's my first post on this board. I just bought from NewIT the Meteo Sheeva. This device is sold with a 4Go SD card. My question is :
is it possible to upgrade from the 4Go to a 16Go on the Meteo Sheeva ?
I know of no reason why Meteohub can't run on differently sized SD cards. The place to obtain a specific answer would be the
Meteohub forumIf yes : does an image of a 16Go card exist for the Meteo Sheeva ?
The only downloadable image is the 4G image
hereIf No, I think I need to do it by myself so perhaps some How-to should be somewhere

Would you recommand any 16Go SDHC card for the MEteo Sheeva (The Integral Class 10 ?)
In general, we recommend the Integral Class 10 cards that we have in our shop. They are the best that we have found so far. If you wanted to try using Meteohub with such a card there would be 2 approaches:
- Write the 4G image to a 16G card, then use resize2fs to fix the card formatting to its full capacity (see below)
- Use an existing Meteohub installation and copy the rootfs from it to another card, with appropriate partitioning.
To resize (partition 2, should not be mounted):
e2fsck -f /dev/mmcblk0p2
resize2fs /dev/mmcblk0p2
fsck -n /dev/mmcblk0p2