reprinted from http://ukonline2000.com/
Raspberry Pi System image burned to MICRO-SD cardPosted on December 14, 2015
Preparatory work:
1. A 2G or more SD card, preferably a high-speed card, recommended CLASS4 more than the card, because the card speed directly affect the speed of the Raspberry Pi.
2. Download the Raspberry Pi system image file at the following address:
https://www.raspberrypi.org/downloads/
Here are a number of operating system images for Raspberry Pi, choose one that suits you.
The Tools USB Image tool for installing the image under 3.WinXP and Win7 can also be found on the above page.
USB Image Tool
Installation Combat:
1. Unzip the downloaded operating system image compressed file and get the IMG image file.
2. Connect the SD card holder or reader to the computer.
3. Unzip and run the USB Image tool.
4. Select the System Image (img file) in the software, select "Restore", then select the appropriate system image img file, and then confirm.
5. The installation process may be slow, depending on the speed of your SD card.
Wait until the dialog box 100% appears to indicate success. Posted in Raspberry Pi | Post Recovery Raspberry Pi 2/b+ Portable Suite Upgrade Tutorial: Using keystrokes to simulate keyboard/mouse/joystick use posted on December 9, 2015
Many players do not know how to use the button after the portable package, or do not know what the key to do, today's small compilation teaches you to set the key to simulate keyboard or joystick use.
Buy Link: https://item.taobao.com/item.htm?&id=520562357826
1. Assemble the package, start the system and follow the previous tutorial to configure the screen
2.SSH Login to the Raspberry Pi, install the relevant Python libraries and software
$sudo apt-get Update
$sudo Apt-get Install Libudev-dev
$sudo Apt-get Install Python-pip
$sudo pip Install Rpi.gpio
$sudo pip Install Python-uinput
3. Register the Uinput module (you can also add this line to the/etc/modules, automatically register the module after the boot)
$sudo modprobe Uinput
4. Unzip the attachment program and copy it to the Raspberry Pi (Python-keys)
5. Run the simulation keyboard or joystick program and press the key to see the effect
$sudo python rpi-2.2tft-kbrd.py
Or
$sudo python rpi-2.2tft-jstk.py
Or
$sudo python rpi-2.2tft-mouse.py
Note: Uinput's key value is generally uinput. Key_xx (XX is the key, such as the letter A, is uinput. KEY_A)
Python-uinput Library can be used for reference (HTTPS://GITHUB.COM/TUOMASJJRASANEN/PYTHON-UINPUT)
Reference to the use of the Rpi.gpio Library (http://pypi.python.org/pypi/RPi.GPIO/)
Posted in Raspberry Pi | Post Recovery Raspberry Pi officially released a new Raspberry Pi-raspberry Pi Zero, priced at $5 ... posted on November 26, 2015
Today the Raspberry Pi official released a $5 new Raspberry Pi-raspberry Pi zero, Raspberry Pi zero will become the Raspberry Pi series in the smallest size of the development Board, it only a + half of the size, and the interface is also done some streamlining, the following are the basic parameters of Raspberry Pi Zero: CPU: Broadcom BCM2835, 1GHz single core CPU (official description to improve performance than B + 40%). RAM:512MB (consistent with B +) power:5v, MICRO-USB interface (160mA current) dimensions:65mm x 30mm x 5mm interfaces:micro-usb x 2,mini-hdmi x 1,40p In GPIO, MIRCO-SD (TF) x1 Video & audio:1080p HD video output. Audio output via MINI-HDMI connector. STORAGE:MICROSD card. Operating System:linux, installed via NOOBS.
Posted in Raspberry Pi | Post reply configuration Raspberry Pi Official Raspbian system support several sound card expansion boards of our store posted on November 24, 2015
Objective:
This tutorial guides you to configure the Raspberry Pi's official system to use several of our sound card expansion boards
dac+ sound card (b+/2b dedicated): https://item.taobao.com/item.htm?&id=42067031055
digi+ sound card (b+/2b dedicated): https://item.taobao.com/item.htm?&id=42544457342
DAC sound card (b dedicated): https://item.taobao.com/item.htm?&id=38890455462
Digi Sound card (b dedicated): https://item.taobao.com/item.htm?&id=40897834848
System Download:
Latest version download address: https://www.raspberrypi.org/downloads/raspbian/
Drive configuration:
1. Login to the system via SSH (Network) or console console
2. Edit the configuration file: (Don't forget to plug in the expansion board)
sudo nano/boot/config.txt
Note: You can also insert tf into your PC to find the Config.txt file and modify it with your PC's WordPad
3. Add the following and exit after saving to enable DAC expansion Board driver
The DAC sound card adds the following line of content
Dtoverlay=hifiberry-dac
dac+ sound card Add the following line of content
Dtoverlay=hifiberry-dacplus
digi/digi+ sound card Add the following line of content
Dtoverlay=hifiberry-digi