I am just wondering.
I am just wondering.
Yes you can.
Any laptop and any operating system.
Method 2:
Get a card preloaded with NOOBs and just plug Raspi in and turn on.
Is there something more behind your question?
Thank you. I asked so I could make a list of things to get along with the raspberry pi itself.
From reading the NOOBS setup page (http://www.raspberrypi.org/help/noobs-setup/) it seems you will also need a keyboard, monitor, etc.
I set my Pi's up without keyboard/monitor/mouse. After writing the image to the SD card, and before I eject it, I edit /etc/network/interfaces to that it uses a static IP (makes it easy to find).
Also, on first boot, I wait about two minutes and then power cycle the Pi. This is because there's a config script that runs during the first boot. I then connect to the Pi via SSH and run "raspi-config". Everything works normally after that.
I realize that there's probably a script to edit to avoid the first boot issue but I've not had the time to research it and I haven't had any issues with my method (so far).
- Tim
I've never used NOOBS (prefer Raspbian), but with references made to NOOBS I looked around a bit online and couldn't find much information about setting that up in a headless configuration.
Raspberry Pi could be used headless without ever adding keyboard, mouse, or monitor if after creating Rasbian sdcard you do the following on Linux:
mkdir ~/sdcard sudo mount /dev/sdb ~/sdcard mv ~/sdcard/boot_enable_ssh.rc ~/sdcard/boot/boot.rc umount ~/sdcard
Unfortunately Windows does not natively handle ext4 type files so hard to do..
@packetgeek I think this also would eliminate the wait 2 minutes/reboot scenario.
Clem
So Noobs is ext can you format it to FAT32 to get windows to recognize it?