首页 > 代码库 > Raspberry Pi For Windows

Raspberry Pi For Windows

Raspberry Pi

                        ------For Windows

技术分享

  • Step 1: In order to write the image for SD,we should download and install Image Writer for Windows
    技术分享
    技术分享

  • Step 2: Download and install putty and connected to serial port
    技术分享
    技术分享

  • Step 3: Plug in the power then start Raspberry Pi and login
    技术分享
    技术分享

  • Step 4: Login Raspberry Pi and configure the network
    技术分享

  • Step 5: Login Raspberry Pi by SSH and generate the key
    技术分享
    技术分享

  • Step 6: Communicating between multiple ports by the write function when there have many users
    技术分享
    技术分享

  • Step 7: Cross-compiling enviornment in PC
    技术分享
    creat a new file
    技术分享
    compile the file
    技术分享
    upload the file by scp
    技术分享

  • Step 8: Confirming the file is an ARM executable file
    技术分享

  • Step 9: Entering the remote desktop by VNC
    install VNC and install tightvncserver after connecting Raspberry Pi by SSH
    技术分享
    input the number of the remote desktop
    技术分享
    this is the desktop of Raspberry Pi
    技术分享


<script type="text/javascript"> $(function () { $(‘pre.prettyprint code‘).each(function () { var lines = $(this).text().split(‘\n‘).length; var $numbering = $(‘
    ‘).addClass(‘pre-numbering‘).hide(); $(this).addClass(‘has-numbering‘).parent().append($numbering); for (i = 1; i <= lines; i++) { $numbering.append($(‘
  • ‘).text(i)); }; $numbering.fadeIn(1700); }); }); </script>

Raspberry Pi For Windows