很荣幸参与芒果派MangoPi MQ Quad试用!
一、开箱
收到快递后,是个很精致的盒子,
里面装的是芒果派MangoPi MQ Quad本体、排针、散热片、WiFi天线、USB-OTG线等。
板子颜色有黑色和粉色,很幸运拿到粉色板子。
SoC的一些参数如下:
Manufacturer |
Allwinner |
---|
Process |
28nm |
CPU |
Quad-CoreARMCortex-A53 |
Memory |
up to 4 GBDDR4 / DDR3 / DDR3L / LPDDR3 / LPDDR4 |
GPU |
Mali-G31 MP2 |
Connectivity |
|
Video |
HDMI2.0a up to 4K @ 60HzCVBS with PAL or NTSC |
Audio |
I2S, S/PDIF, HDMI audio |
Network |
1x 10/100M MAC with PHY1x GBit MAC with RGMII |
Storage |
MMC, NAND |
USB |
USB2.0: 1x OTG + 3x Host |
Other |
IOMMU, 3xSDIO, 2x SPI,6xUART, 6xI2C, 4x PWM, TFBGA284, 0.65mm pitch, 0.35mm ball size, 14x12mm |
28nm,四核A53,[Mali](https:
二、系统烧写
芒果官方提供Debian、[Android](https://bbs.elecfans.com/group_360)和Tina,1G [ram](https://www.elecfans.com/tags/ram/)跑android实在有点不靠谱,Tina嘛,全志的OPENWRT系统,还是选择Debian吧。
选择XFCE的IMG,[下载](https://www.elecfans.com/soft/special/)地址为[Debian_bullseye_desktop_xfce_linux5.16.17_mqquad_ephy_root_orangepi.img.gz_免费高速下载|百度网盘-分享无限制 (baidu.com)](https://www.elecfans.com/outside?redirect=https://pan.baidu.com/s/1sxu5JyxMVdSDKuqu8zjZDw?pwd=1111)。
比较喜欢WIN32 disk imager烧写。
烧写完成后插入SBC,初次启动可能需要耗费一点时间。
三、系统体验
SSH到系统(user:root, password: orangepi),登录。
>
[Linux](https:
看看CPU信息。
root@orangepizero2:~# cat /proc/cpuinfo
processor : 0
BogoMIPS : 48.00
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 1
BogoMIPS : 48.00
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 2
BogoMIPS : 48.00
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 3
BogoMIPS : 48.00
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
|