I bought the Raspberry PI B+ with the 8 GB NOOBS card but the slot is too small for the card. I couldn't find a video for B+. Any ideas?
I bought the Raspberry PI B+ with the 8 GB NOOBS card but the slot is too small for the card. I couldn't find a video for B+. Any ideas?
Hi,
The larger SD size card acts as a case for the micro card. If you look at the opposite end to the gold contacts you will see a recessed clip where you can release the micro card and insert into the Pi
Hth
Thank you so much!
Make sure you keep the case, if you want to reprogrammed the card them a micro SD to regular SD adaptor will be very helpful.
Thanks
Can I use a micro memory card(8 GB), and plug it it using USB card reader and create image in it for the OS?
Ravneet Singh wrote:
Can I use a micro memory card(8 GB), and plug it it using USB card reader and create image in it for the OS?
My understanding is that you can use a Micro SD card provided that you program it using a full-size SD adapter. This is what I do with my RasPi Model B.
I can't find a source to confirm this, but I read somewhere that by default Micro SD cards are formatted differently from full-size SD cards, but if you use an adapter the Micro SD card is formatted like a full-size SD card. RasPi Model A/B expects to see a full-size SD card. I don't know whether Model B+ expects its Micro SD card to have full-size formatting.
If anyone can confirm this with links and/or refute this, please add comments.
Thanks John,
I do have a model B+ indeed, and I think it should work. I'm still inchoate in Embedded domain and want to learn a lot about using this. By the way, can I use C/C++ to code in Pi or python is the only option?
Ravneet Singh wrote:
By the way, can I use C/C++ to code in Pi or python is the only option?
Absolutely. C works great; gcc and make are included in the standard Raspbian distro. There are a bunch of other choices as well: see the RasPi Wiki at http://elinux.org/RPi_Programming
Thanks John!!!!!!
Is there any distribution which has preloaded libraries if I want to test Wireless Communication using Raspberry Pi?