i just brought a raspberry pi how do i knw wat is the IP and how do i connect using an ethernet cable .
please suggest
i just brought a raspberry pi how do i knw wat is the IP and how do i connect using an ethernet cable .
please suggest
so basically without the OS on the SD card my pi is just a hardware and the configurations and the ip address will be in the raspbian image that i install right ???
Meet Jethwa wrote:
so basically without the OS on the SD card my pi is just a hardware and the configurations and the ip address will be in the raspbian image that i install right ???
Yes, you need to install an OS onto an SD card, otherwise it's just a piece of hardware and then once you have an OS installed (e.g. Raspbian) then all the network configuration is all done in there. As fvan states, the default Pi setup uses DHCP so it should obtain an IP address directly from your router (assuming you have a fairly typical home setup).
Best Regards,
Rachael
Meet Jethwa wrote:
so basically without the OS on the SD card my pi is just a hardware and the configurations and the ip address will be in the raspbian image that i install right ???
Yes, you need to install an OS onto an SD card, otherwise it's just a piece of hardware and then once you have an OS installed (e.g. Raspbian) then all the network configuration is all done in there. As fvan states, the default Pi setup uses DHCP so it should obtain an IP address directly from your router (assuming you have a fairly typical home setup).
Best Regards,
Rachael
which OS shud i install and where wud the ip stored in the os because i want to boot it using an ethernet cable on my macbook pro
Meet Jethwa wrote:
which OS shud i install and where wud the ip stored in the os because i want to boot it using an ethernet cable on my macbook pro
You should probably just use Raspbian as most of the tutorials available are based on this.
As for how to set it up to network boot from your macbook pro....
Here is the detailed instructions for network booting from the Raspberry Pi website: https://www.raspberrypi.org/documentation/hardware/raspberrypi/bootmodes/net_tutorial.md
In this guide they are using a second pi as the NFS server for booting the pi. You'll need to copy all the required files for booting your Pi to an NFS server hosted on your mac. I assume as you are running a mac you know how to do this but here is a place to start if you don't: https://apple.stackexchange.com/questions/282644/how-to-share-directory-over-nfs-from-mac-w-o-macos-server-app
I've not tried doing this myself as I don't have a Pi3 so beyond the above I would just be googling for answers which I recommend you do directly
Best Regards,
Rachael