Questions tagged «pi-2»

这指的是具有1 GB RAM的四核Raspberry Pi 2(当前仅作为具有以太网和四个USB端口的“ B”型号可用)。



4
Raspberry Pi 2-型和3-Model A发生了什么?
我一直在阅读Raspberry Pi官方网站的“常见问题”部分, 并且我注意到有一个曾经制造过的所有设备的列表,这些设备是(截至2016年6月): 树莓派A型 Raspberry Pi B型 Raspberry Pi A +型 Raspberry Pi B +型 树莓派零 Raspberry Pi 2 B型 Raspberry Pi 3模型B 我的问题是: 是否没有Raspberry Pi 2 Model A和Raspberry Pi 3 Model A? 如果没有。为什么跳过A? 与生成无关的A和B模型之间是否有主要的明显区别?
11 pi-2  pi-3  pi-models 

5
未检测到Raspberry Pi Camera Rev 1.3
我正在使用RPi 2 Model B,并且已将Raspberry Pi Camera Rev 1.3连接到它。 我已检查以确保连接正确(相机上的电源LED点亮)。 我跑了: rpi-update apt-get update apt-get upgrade 我在以下配置中/boot/config.txt: start_x=1 gpu_mem=128 start_file=start_x.elf fixup_file=fixup_x.dat 我去raspi-config尝试启用相机没有成功。当我尝试启用它时,它会返回主配置页面,但是当我返回到摄像机配置页面时,它仍处于禁用状态。我尝试输入enable并重新启动。 每次运行时raspistill -o image.jpg,都会出现以下错误: mmal: mmal_vc_component_create: failed to create component 'vc.ril.camera' (1:ENOMEM) mmal: mmal_component_create_core: could not create component 'vc.ril.camera' (1) mmal: Failed to create camera component mmal: main: Failed to …

1
在单独的Raspberry Pi上安装OS
我有一个计划与Raspberry Pi Zero一起使用的micro SD卡,没有迷你HDMI到完整的HDMI适配器,但是我有Raspberry Pi 2 Model B,可以给卡成像吗?首先在Pi 2上启动,是否已安装Raspian,格式化wifi / serial,然后将其放入我的Pi Zero中?这项工作是否可行,或者Pi的安装根据其型号而有所不同?
10 raspbian  pi-2  pi-zero 


3
PowerShell无法连接到Windows IoT
我正在按照使用PowerShell连接和配置运行Windows 10 IoT核心的设备上的说明通过PowerShell通过Windows 10 IoT访问我的Raspberry Pi 2。 PS C:\> Enter-PSSession -ComputerName minwinpc -Credential minwinpc\Administrator 然后,这将打开一个窗口,我在其中输入默认密码。 然后大约两分钟后,它失败并显示 Enter-PSSession : Processing data from remote server minwinpc failed with the following error message: The WinRM client cannot process the request because the server name cannot be resolved. For more information, see the about_Remote_Troubleshooting …

3
在Raspberry Pi 3上运行Debian(Debian,不是Raspbian)
最初的Raspberry Pis具有使用ARMv6架构的ARM11内核,并且大多数发行版的ARM hardfloat端口至少需要ARMv7-A,这是特定于Raspberry Pi发行版的原因(如果我错了,请纠正我)。但是Raspberry Pi 2的CPU具有ARMv7-A架构,因此Debian armhf安装程序应该可以正常运行,对吗?我用debian-8.4.0-armhf-DVD-1.iso刷新了SD并将其放入Raspberry Pi 3中,但没有任何反应(我不确定Raspberry Pi 3的确切体系结构,但我认为至少是这样) ARMv7-A,但是我在Raspberry Pi 2中进行了尝试,但仍然没有结果。那么我要对Debian armhf安装程序执行什么操作才能使其在Raspberry Pi 3上运行?
9 pi-2  pi-3  debian 

2
每当播放音频(RPI2,DAC +,PITFT)时,触摸屏显示就会关闭
我正在使用带有Hifiberry DAC + Pro和Adafruit 3.5英寸触摸屏的Raspberry Pi 2。 在焊接了一些额外的连接器之后,我将DAC +连接到Pi,然后将触摸屏连接到DAC。在我实际尝试播放音频之前,它工作正常,触摸屏关闭,并且我不确定如何重新打开它(尽管声音会播放)。似乎是显示屏将运行或声音在运行,而不是两者都运行。 我使用HifiBerry安装程序安装了Raspbian,并按照Adafruit网站的指南操作了触摸屏 我尝试查看lightdm的日志和尾巴,但没有发现明显的问题。 更新:看来问题出在GPIO引脚18。看来DAC和触摸屏都在使用它,使用此参考文献可以帮助我修复它。

2
用于C的GPIO库
我想利用我的Raspberry Pi 2上的GPIO引脚,但是由于我个人不喜欢该语言,所以我不希望使用Python。但是,我似乎找不到关于C的使用的任何信息,只有Python。 有官方的C API吗?如果是这样,我在哪里可以找到教程?如果没有,我有什么选择?
8 gpio  pi-2  c  tutorial 


2
尝试编译RStudio时出错
我在Raspberry Pi 2 Model B中使用Raspbian 我已遵循RStudio网页以及该主题中的指南https://www.raspberrypi.org/forums/viewtopic.php?f=34&t=55828 sudo su apt-get install git r-recommended git clone https://github.com/rstudio/rstudio.git cd rstudio ./dependencies/linux/install-dependencies-debian mkdir build cd build cmake .. -DRSTUDIO_TARGET=Server -DCMAKE_BUILD_TYPE=Release make install 但是在执行cmake .. -DRSTUDIO_TARGET=Server -DCMAKE_BUILD_TYPE=Release此操作时会引发以下错误: CMake Error at src/cpp/session/CMakeLists.txt:23 (message): Dictionaries not found (re-run install-dependencies script to install) -- Configuring incomplete, errors occurred! …
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.