Hi All,
I have raspberry pi2 model b1.1 board and 16 gb card which I want to make for raspbian bootable which I thane tried but the board is not booting what I have done -
1. Download raspbian tar ball from site.
2. Unzip/untar same file.
3. Format card with 2gb fat 32 and rest ext2 partition
4. Copy untar raspbian file by dd commamd given as
sudo dd if=2017-09-07-raspbian-stretch.img of=/dev/sdb1 bs=1M
But finally card is board is not booting, I sensed by green led is not blinking..
Please help and provide step by step process with detail of command too.i feel possibly I am making mistake at partitioning step..Or I used some disk imager or some other point.
Thanks to all.
Ankur