elinux.org/Raspberry_Pi_Kernel_Compilation#Use_the_provided_compiler Software & Distributions: Software - an overview. Distributions - operating systems and development environments for the Raspberry Pi. Kernel Compilation - advice on compiling a ker…
there are some things to do for raspberry pi 3b for the first time: 1, connect pi with monitor/KB/mouse, then power on it and go into its desktop(by default):expand system up to the whole storage of SD card(it seems to be maximum of 64G by official e…
Setting up Wifi with the Command Line  SIMON MONK   This tutorial works best if your router is broadcasting the SSID. Make sure you have "Broadcast SSID" set up on your router! This may not work with "private" SSID setups Setting up Wi…
转自:http://www.hyggeit.dk/2014/02/virtual-servers-on-raspberry-pi-with.html Virtual servers on a Raspberry Pi with the light weight OS virtualization system Docker! Virtual servers on a Raspberry Pi with the light weight OS virtualization system, Dock…
参考: http://www.siongboon.com/projects/2013-07-08_raspberry_pi/index.html Raspberry Pi         Get started with Raspberry Pi (RPi), a step by step approach to get your Raspberry Pi with low level electronics hardware control. Make simple, step by step…
参考:http://programmingadvent.blogspot.hk/2012/12/raspberry-pi-uart-with-pyserial.html Raspberry Pi UART with PySerial   OS: Occidentalis v0.2Hardware: Raspberry Pi Revision B with CobblerSetup: Serial loopback (connect RX and TX pins on GPIO pins) Lin…
http://www.raspberry-pi-geek.com/Archive/2013/01/Adding-an-On-Off-switch-to-your-Raspberry-Pi#article_f5 Which Switch? Aaron Shaw Pulling the plug on your Pi without an orderly shutdown can corrupt the SD card. Also, many users prefer a convenient sw…
http://www.daveconroy.com/turn-your-raspberry-pi-into-a-wifi-hotspot-with-edimax-nano-usb-ew-7811un-rtl8188cus-chipset/ Posted by dconroy on Jul 10, 2013 in How To's, Raspberry Pi | 142 comments | 143,087 views I’m writing this blog to help anyone wi…
近期入手一树莓派卡片机,体验了一下它的强大,写篇报告,推广一下哈! 机器截图: 基础参数: CPU:700 MHz, ARM11 内存:512M(还有一种是256M的) 支持GPU加速(高清视频无压力) 两个USB2.0接口(上下并列的) 一个HDMI接口(传说中的高清线接口) 一个百兆网卡接口 一个电源接口(貌似和三星手机上的电源接口是一样的) 一个3.5mm耳机接口 一个RCA视频输出接口(就是能连电视那个口,黄色的,圆的) 一个SD卡槽 淘宝上买的,官网只有上面一个板和两个说明书,淘宝上给…
前言 上一篇我们讲了在linux环境下给树莓派安装系统及入门各种资料 ,今天我们更进一步,尝试在PI3上安装openCV开发环境. 博主在做的过程中主要参考一个国外小哥的文章(见最后链接1),不过其教程中有一个地方稍微有点问题,导致我入坑好久!这里也会着重说明下. 1.Expand filesystem 新安装系统之后,首要的工作就是扩大文件系统.因为,用SD卡安装完系统后一大部分空间实际是未被分配的: sudo raspi-config 选择7高级,然后选择“1. Expand File Sy…