https://github.com/petit-miner/Blueberry-PI
Blueberry PI
Another fruit single board computer (SBC), based on the Allwinner V3s system on a chip (SOC). The Allwinner V3s comes in an easy to solder 128pin TQFP package.
The Blueberry PI features:
100 mbps Ethernet
1 USB Host Port / 1 mini USB port
MIPI CSI interface (unfortunately no support in the linux kernel yet)
Pinheader for an OV2640 and an OV7670
Wifi and bluetooth
RGB interface for connecting displays
Audio jack
an onboard microphone
four buttons for play, pause, next and previous
a Raspberry PI compatible header
SPI Flash
SD card slot
The Blueberry PI can boot from an SD card or SPI Flash. Since the V3s doesn't have a standard video output, I'm planning on creating a video addon board which provides VGA or HDMI. In combination with the ADV7611 it is possible to capture HDMI.If you have any questions email me at marcel[dot]thuermer(at)smail[dot]emt[dot]h[minus]brs[dot]de
csi 并口摄像头设备树:
https://github.com/petit-miner/Blueberry-PI/blob/master/Software/devicetree%20examples/sun8i-v3s-blueberrypi-csi.dts
csi 并口摄像头驱动补丁:
https://github.com/petit-miner/Blueberry-PI/blob/master/Software/media-V3s-CSI.patch
https://github.com/petit-miner/Blueberry-PI/tree/master/Software
软件介绍 Software
The mainline linux kernel (4.17) has support for:
basic SOC features
Ethernet
USB
parallel CSI (not in mainline kernel yet, see patch)(主线未包含,详见上面的patch)
RGB and TCON
UART
I²C
SPI
SDIO
Audio
LRADC0
RTC
Watchdog
Whats not implemented:CPU frequency scaling
MIPI CSI
Video Engine (encoding / decoding video)
Have a look at the wiki to find out how to build your own mainline kernel and rootfs. (work in progress)
2020-04-07 28楼更新:
-------------------------------------------
官方git仓库本站下载: BlueberryPI_V3s_368d2eff57bfb12d3ee274370fe14749.7z
转换后DXP版本下载: BlueberryPI_PCB_AD_DXP.7z (仅供参考)
在线
https://github.com/petit-miner/Blueberry-PI
蓝莓PI
我设计了这块PCB,因为这款SoC的功率非常低,功耗非常低,再加上它的显示功能,它提供了制造商从未见过的选择。
有两个版本:2层和4层版本。
查看2层和4层版本的子文件夹以查看特定功能。蓝莓PI:
•SoC Allwinner V3s:
- ARM Cortex-A7 @ 1.2GHz
- 64兆字节RAM
•10 / 100M以太网
•Wifi和蓝牙(RTL8723BS)
•1个USB主机端口/ 1个微型USB端口
•MIPI CSI接口
•pinheader适用于OV2640和OV7670并行相机
•并行RGB接口,兼容40pin 并行RGB显示器
•音频插孔(3,5毫米)
•板载麦克风
•26针Raspberry PI兼容接头
•SPI闪存
•SD卡插槽Blueberry PI可以从SD卡或SPI Flash启动。
如果您有任何问题,请发送电子邮件至marcel [dot] thuermer(at)smail [dot] emt [dot] h [minus] brs [dot] de
https://github.com/petit-miner/Blueberry-PI/tree/master/Software
软件
主线linux内核(4.21)支持:
基本的SOC功能
以太网络
USB
并行CSI
RGB和TCON
UART
I²C
SPI
SDIO
音频
LRADC0
RTC
看门狗什么没有实现:
CPU频率缩放
MIPI CSI
视频引擎(编码/解码视频)
查看文档以了解如何构建自己的主线内核和rootfs。
DVP CSI 摄像头驱动, 但是 MIPI CSI 摄像头没有驱动.
在线
你好,可以分享一下这个转成AD的文件嘛,那个脚本我不会用。。。
DXP版本下载: BlueberryPI_PCB_AD_DXP.7z
费了九牛二虎之力终于找到以前转出来的DXP格式文件了,PCB能将就看,SCH不忍直视。
官方git仓库本站下载: BlueberryPI_V3s_368d2eff57bfb12d3ee274370fe14749.7z
在线