Skip to main content

Raspberry pi 3 Setup (basic)

1.Items
  Raspberry pi 3 or 2
  SD Card
  SD-Card Read Writer
  and Computer...




2.Down load Raspberry pi OS Image
  https://www.raspberrypi.org/downloads/raspbian/

 


 Click Raspbian desktop
 you choice option, direct download (Download Zip) button, and download via torrent (Download Torrent) button


3.Extract the downloaded file.

4.Download & Install Win32diskimager
  download from https://sourceforge.net/projects/win32diskimager/

 

5.Insert the SD card into the SD card reader.
6.Connect the SD card reader to the computer.


7.Run Win32diskimager
  


Select to extracted Raspberry pi os image.


Select Device (SD-Card Drive)


8.Click to [Write] Button


Confirm the disk name and press Yes. (Warning)
If you do not select SD-CARD and chose the hard disk, you lose data.




9.When all the processing is completed, remove the SD-Card from the reader.




10.Insert the SD-Card into the raspberry pi.


11.Connect a keyboard mouse monitor, network cable, etc. to the raspberry pi.
12.Connect the power to the raspberry pi - Micro usb connector (using 2~3A adaptor)




13.You can see the Raspberry Pie desktop screen.




14.Setting Ethernet if you want.
  (I mainly connect remotely, I set it as fixed ip as below)

  ******************* A. Ethernet Setting **************************

   A1.Click Terminal icon on Taskbar


   A2. type  'sudo nano /etc/network/interfaces' [Enter]


  A3. Enter the following information
  (Below is an example of changing the IP-address of the raspberry pi to 192.168.227.173)

# Include files from /etc/network/interfaces.d:
source-directory /etc/network/interfaces.d

auto eth0
iface eth0 inet static
    address 192.168.227.173
    netmask 255.255.255.0
    gateway 192.168.227.1
    dns-nameservers 192.168.227.1


 

  A4.press  CTRL + x




  A5. press 'y'



 A6. Press Enter


 A7. type 'sudo reboot' [Enter], then Raspberry pi will reboot


 A8.The raspberry pie will have been changed to the IP you set.



15.Change the required services or functions to Enabled

  Click the Raspberry Pie button on the taskbar.



Click to Raspberry Configuration menu


Click (Enabled) the Raspberry Pi button on the taskbar.


Press [OK] Key and reboot Raspberry pi


--------------------------------------------------
Reference
3.2 LCD, 3.5 LCD, 3.9 LCD for raspberry pi Configuration
https://github.com/goodtft/LCD-show



Allow login ssh (root) :
set root passwd
sudo passwd root

sudo nano /etc/ssh/sshd_config
Change to
PermitRootLogin yes



Comments

Popular posts from this blog

Introduction to UV-K5 HF Fullband receive version 0.3

Introduction to UV-K5 HF Fullband receive Version 0.3 This is an introduction to UV-K5 HF full-band reception firmware 0.3HF using SI4732-A10. This version is released separately from the existing UV-K5 CEC firmware version. because space is needed to store a large PATCH file to use SI4732-A10's SSB. 0.3HF added several functions to use SSB for shortwave radio and amateur radio.

Release CEC Firmware v1.200 for uBITX All version(include V2, V3, V4, V5)

Release CEC Firmware v1.200 for uBITX All Version (include v2, v3, v4, v5) I did the firmware work for v5 when uBITX V5 was released, but I release it now. I received the feedback from a thankful beta tester and tested it myself by converting my uBITX v3 to v5 but I was not sure. I ordered the uBITX V5 and delivered the correct uBITX V5, so I made a little more fine-tuning. If you use V2, V3, V4, you do not need to update this firmware.

Introduction to UV-K5 HF Fullband receive version 0.41 (Changed from 0.40)

  Introduction to UV-K5 HF Fullband receive Version 0.41 (Changed from 0.40) This is an introduction to UV-K5 HF full-band reception firmware 0.4HF using SI4732-A10. This version is released separately from the existing UV-K5 CEC firmware version. because space is needed to store a large PATCH file to use SI4732-A10's SSB. 0.4HF added several functions to use SSB for shortwave radio and amateur radio.