您尚未登录。

楼主 #1 2018-08-13 22:41:28

晕哥
管理员
所在地: 微信 whycan_cn
注册时间: 2017-09-06
已发帖子: 9,223
积分: 9197

厉害了,蓝莓派(Blueberry-PI) ---- 基于V3s全开源的项目

Vorentwurf_26_05_18.png

Vorentwurf_14_06_18.png

QQ20180814082213.jpg

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 (仅供参考)





离线

楼主 #7 2018-08-27 15:44:21

晕哥
管理员
所在地: 微信 whycan_cn
注册时间: 2017-09-06
已发帖子: 9,223
积分: 9197

Re: 厉害了,蓝莓派(Blueberry-PI) ---- 基于V3s全开源的项目

wipping 说:

坑哥,这个蓝莓派的摄像头补丁是可以用的吗?我补丁打上了之后有很多函数跟结构体是没找到的

我还没有试过呢,你可以在 github.com 给作者提issue





离线

楼主 #10 2018-10-23 09:28:35

晕哥
管理员
所在地: 微信 whycan_cn
注册时间: 2017-09-06
已发帖子: 9,223
积分: 9197

Re: 厉害了,蓝莓派(Blueberry-PI) ---- 基于V3s全开源的项目

QQ20181023092518.png

QQ20181023092743.png





离线

楼主 #14 2019-01-06 23:48:25

晕哥
管理员
所在地: 微信 whycan_cn
注册时间: 2017-09-06
已发帖子: 9,223
积分: 9197

Re: 厉害了,蓝莓派(Blueberry-PI) ---- 基于V3s全开源的项目

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 摄像头没有驱动.





离线

楼主 #22 2019-12-10 14:29:24

晕哥
管理员
所在地: 微信 whycan_cn
注册时间: 2017-09-06
已发帖子: 9,223
积分: 9197

Re: 厉害了,蓝莓派(Blueberry-PI) ---- 基于V3s全开源的项目

嗯,确实不好用,以后网站改版把图片缩放功能加上。





离线

楼主 #25 2019-12-14 22:11:16

晕哥
管理员
所在地: 微信 whycan_cn
注册时间: 2017-09-06
已发帖子: 9,223
积分: 9197

Re: 厉害了,蓝莓派(Blueberry-PI) ---- 基于V3s全开源的项目

这个是一个德国朋友做的开源项目,没得卖哦。





离线

楼主 #28 2020-03-06 11:22:47

晕哥
管理员
所在地: 微信 whycan_cn
注册时间: 2017-09-06
已发帖子: 9,223
积分: 9197

Re: 厉害了,蓝莓派(Blueberry-PI) ---- 基于V3s全开源的项目

mysteryli 说:

你好,可以分享一下这个转成AD的文件嘛,那个脚本我不会用。。。

2020-03-06_112246.png

DXP版本下载: BlueberryPI_PCB_AD_DXP.7z
费了九牛二虎之力终于找到以前转出来的DXP格式文件了,PCB能将就看,SCH不忍直视。



官方git仓库本站下载: BlueberryPI_V3s_368d2eff57bfb12d3ee274370fe14749.7z





离线

楼主 #37 2020-04-07 14:16:36

晕哥
管理员
所在地: 微信 whycan_cn
注册时间: 2017-09-06
已发帖子: 9,223
积分: 9197

Re: 厉害了,蓝莓派(Blueberry-PI) ---- 基于V3s全开源的项目

xblzy0423 说:

怎么下载,不会下载

git clone

或者网页也可以下载





离线

楼主 #40 2020-04-07 16:41:30

晕哥
管理员
所在地: 微信 whycan_cn
注册时间: 2017-09-06
已发帖子: 9,223
积分: 9197

Re: 厉害了,蓝莓派(Blueberry-PI) ---- 基于V3s全开源的项目

看28楼,仅供参考。





离线

楼主 #41 2020-04-07 16:41:56

晕哥
管理员
所在地: 微信 whycan_cn
注册时间: 2017-09-06
已发帖子: 9,223
积分: 9197

Re: 厉害了,蓝莓派(Blueberry-PI) ---- 基于V3s全开源的项目

迪卡 说:

whycan.cn = 我还要宠爱你.菜鸟

这解释无敌了,斜眼笑.gif





离线

页脚

工信部备案:粤ICP备20025096号 Powered by FluxBB

感谢为中文互联网持续输出优质内容的各位老铁们。 QQ: 516333132, 微信(wechat): whycan_cn (哇酷网/挖坑网/填坑网) service@whycan.cn