Difference between revisions of "NanoPi M2A"

From FriendlyELEC WiKi
Jump to: navigation, search
(updated by API)
(updated by API)
Line 225: Line 225:
 
启动NanoPi M2A前,请先准备好以下硬件
 
启动NanoPi M2A前,请先准备好以下硬件
 
* NanoPi M2A主板
 
* NanoPi M2A主板
* TF卡: Class10或以上的 8GB SDHC卡
+
* microSD卡/TF卡: Class10或以上的 8GB SDHC卡
* 一个DC接口的外接电源,要求输出为5V/2A
+
* 一个microUSB接口的外接电源,要求输出为5V/2A(可使用同规格的手机充电器)
 
* 一台支持HDMI输入的显示器或者电视(或选购LCD配件)
 
* 一台支持HDMI输入的显示器或者电视(或选购LCD配件)
 
* 一套USB键盘鼠标,同时连接还需要USB HUB (或选购串口转接板,要PC上进行操作)
 
* 一套USB键盘鼠标,同时连接还需要USB HUB (或选购串口转接板,要PC上进行操作)
 
* 一台电脑,需要联网,建议使用Ubuntu 14.04 64位系统
 
* 一台电脑,需要联网,建议使用Ubuntu 14.04 64位系统
 
+
{{S5P4418BootFromSDCard|NanoPi-M2A}}
===经测试使用的TF卡===
+
{{BurnOSToEMMC|NanoPi-M2A|s5p4418-eflasher}}
制作启动NanoPi M2A的TF卡时,建议Class10或以上的 8GB SDHC卡。以下是经友善之臂测试验证过的高速TF卡:
+
{{S5PXX18MakeSDCardViaSDFusing|NanoPi-M2A|sd-fuse_nanopi2}}
*SanDisk闪迪 TF 8G Class10 Micro/SD 高速 TF卡:
+
{{ResizeTFCardFS|NanoPi-M2A}}
[[File:SanDisk MicroSD.png|frameless|100px|SanDisk MicroSD 8G]]
+
{{S5Pxx18HDMI|NanoPi-M2A|arch/arm/plat-s5p4418/nanopi2/lcds.c}}
*SanDisk闪迪 TF128G 至尊高速MicroSDXC TF 128G Class10 48MB/S:
+
{{S5Pxx18MofidyKernelCommandLineOnHostPC|NanoPi-M2A|sd-fuse_nanopi2}}
[[File:SanDisk MicroSD-01.png|frameless|100px|SanDisk MicroSD 128G]]
+
{{NanoPCStartToUse|NanoPi-M2A}}
*川宇 8G手机内存卡 8GTF卡存储卡 C10高速class10 micro SD卡:
+
{{FriendlyCoreGeneral|NanoPi-M2A}}
[[File:SanDisk MicroSD-02.png|frameless|100px|chuanyu MicroSD 8G]]
+
{{FriendlyCoreS5Pxx18|NanoPi-M2A}}
 
+
{{S5P4418BuildFromSource|NanoPi-M2A}}
===制作一张带运行系统的SD卡===
+
{{S5Pxx18ExternalModules|NanoPi-M2A}}
====快速从SD卡启动NanoPi M2A====
+
{{S5Pxx18AccessHWUnderAndroid|NanoPi-M2A}}
首先访问[http://wiki.friendlyarm.com/wiki/nanopi2/download 此处的下载地址]下载需要的固件文件:<br />
+
{{S5Pxx18ConnectToLCDModules|NanoPi-M2A}}
* 您需要准备一张4G或以上容量的SDHC卡,该卡的已有数据将会被破坏,因此请先对SD卡上的数据进行备份。
+
{{S5P4418Resources|NanoPi-M2A}}
友善团队特意为Smart4418开发板提供了Android 5.1和Android 4.4。Android 4.4是专门为企业用户定制的系统,支持4G模块、Ethernet设置。
+
{{DownloadUrl|NanoPi-M2A}}
 
+
{{TechSupport|NanoPi-M2A}}
 
+
{{S5P4418ChangeLog}}
::{| class="wikitable"
+
|-
+
|colspan=2|固件文件列表:
+
|-
+
|s5p4418-debian-sd4g-YYYYMMDD.img.zip      || Debian系统固件,自带X Window图形界面               
+
|-
+
|s5p4418-debian-wifiap-sd4g-YYYYMMDD.img.zip      || Debian系统固件,功能同上,但WiFi默认设置为无线热点 
+
|-
+
|s5p4418-kitkat-sd4g-YYYYMMDD.img.zip    || Android4.4系统固件 (支持4G LTE)
+
|-
+
|s5p4418-android-sd4g-YYYYMMDD.img.zip      || Android5.1系统固件 
+
|-
+
|s5p4418-ubuntu-core-qte-sd4g-YYYYMMDD.img.zip      || 小型的Ubuntu core系统,内含Qt Embedded图形库
+
|-
+
|colspan=2|烧写工具: 
+
|-
+
|win32diskimager.rar || Windows平台下的烧写工具,Linux系统可以用dd命令
+
|-
+
|}
+
 
+
*将固件和烧写工具分别解压,在Windows下插入SD卡(限4G及以上的卡),以管理员身份运行 win32diskimager 工具, 在win32diskimager工具的界面上, 选择你的SD卡盘符,选择你要烧写的系统固件,点击 Write 按钮烧写即可。
+
*当制作完成 SD 卡后,拔出 SD 卡插入 NanoPi M2A 的 BOOT 卡槽,上电启动(注意,这里需要 5V/3A 的供电),你可以看到红灯常亮以及蓝灯闪烁,这时你已经成功启动 NanoPi M2A。<br />
+
 
+
====在Linux Desktop下通过脚本制作====
+
* 1) 将microSD插入Ubuntu的电脑,用以下命令查看你的SD卡设备名
+
<syntaxhighlight lang="bash">
+
dmesg | tail
+
</syntaxhighlight>
+
当dmesg输出类拟信息 sdc: sdc1 sdc2时,则表示SD卡对应的设备名为 /dev/sdc,也通过用命令cat /proc/partitions来查看。
+
 
+
*2) 下载Linux下的制作脚本
+
<syntaxhighlight lang="bash">
+
git clone https://github.com/friendlyarm/sd-fuse_nanopi2.git
+
cd sd-fuse_nanopi2
+
</syntaxhighlight>
+
 
+
*3) 以下是制作启动Android的SD卡的方法
+
<syntaxhighlight lang="bash">
+
su
+
./fusing.sh /dev/sdx
+
</syntaxhighlight>
+
(注:/dev/sdx请替换为实际的SD卡设备文件名) <br />
+
制作包中未包含Android和Debian的烧写文件,第一次使用时会提示需要下载,输入Y下载,N或10秒未输入则取消。
+
 
+
*4) 以下是制作启动Debian的SD卡的方法
+
<syntaxhighlight lang="bash">
+
./fusing.sh /dev/sdx debian
+
</syntaxhighlight>
+
 
+
====NanoPi M2A 扩展TF卡分区====
+
* Debian/Ubuntu系统在启动的时候,会自动扩展SD卡分区,第一次开机时自动扩展分区和根文件系统。
+
* Android扩展分区,要在pc上执行下列操作:
+
<syntaxhighlight lang="bash">
+
sudo umount /dev/sdx?
+
sudo parted /dev/sdx unit % resizepart 4 100 resizepart 7 100 unit MB print
+
sudo resize2fs -f /dev/sdx7
+
</syntaxhighlight>
+
(注:/dev/sdx请替换为实际的SD卡设备文件名)
+
 
+
====关于LCD/HDMI分辨率====
+
系统启动时uboot会自动识别LCD,成功则会设置为该LCD的显示分辨率,失败则缺省会设置为HDMI 720P模式。<br />
+
如果要修改LCD的显示分辨率,可以直接修改内核中的文件 arch/arm/plat-s5p4418/nanopi2/lcds.c , 然后重新编译内核并更新即可。<br />
+
对于HDMI的显示模式,Android则是会通过EDID获得HDMI设备如电视机所支持的显示模式,然后自动选择一个合适的分辨率。如果使用的是Debian,则缺省是720P,可通过修改内核配置来切换为1080P。
+
 
+
===在电脑上修改SD卡上的系统===
+
如果你想在运行系统之前,先对系统做一些修改,可以参看本节内容,否则可以跳过本节。<br />
+
将制作好microSD卡插入一台运行Linux的电脑,可以挂载SD卡上的boot和rootfs等分区,对分区内容进行修改,通过在以下情况下你需要进行这些操作:<br />
+
1) 你想更改Kernel Command Line参数,则可以通过sd-fuse_nanopi2/tools目录下的fw_setenv工具来操作。<br />
+
查看当前的Command Line:
+
<syntaxhighlight lang="bash">
+
cd sd-fuse_nanopi2/tools
+
./fw_printenv /dev/sdc | grep bootargs
+
</syntaxhighlight>
+
目前的Android 5.1.1_r6启用了SELinux,缺省模式是enforcing,你可以通过Command Line来修改它,例如:
+
<syntaxhighlight lang="bash">
+
./fw_setenv /dev/sdc bootargs XXX androidboot.selinux=permissive
+
</syntaxhighlight>
+
即可修改为permissive模式,其中上面的XXX需要替换成原来的bootargs值。<br />
+
 
+
2) 更新内核 <br />
+
新版本的uboot在启动时如果识别到LCD,将读取SD卡boot分区的uImage,否则将读取uImage.hdmi。<br />
+
对于Android来说是同一个文件,因此直接使用新编译的uImage来替换SD卡boot分区下的文件即可。<br />
+
对于Debian来说,这2个文件是不相同的,使用新编译的支持LCD的uImage直接替换SD卡boot分区的文件,如果是支持HDMI的内核,则替换uImage.hdmi。<br />
+
 
+
===运行Android或Debian===
+
* 将制作好SD卡插入NanoPi M2A,连接HDMI,最后接电源(5V 3A),NanoPi M2A会从SD卡启动。你可以看到板上PWR灯常亮,LED1灯闪烁,这说明系统已经开始启动了,同时电视上也将能看到系统启动的画面。<br />
+
1)要在电视上进行操作,你需要连接USB鼠标和键盘;如果你选购了LCD配件,则可以直接使用LCD上面的触摸屏进行操作。<br />
+
2)如果您需要进行内核开发,你最好选购一个串口配件,连接了串口,则可以通过终端对NanoPi M2A进行操作。<br />
+
*以下是串口的接法。接上串口,即可调试:
+
[[File:PSU-ONECOM02-M3.png|frameless|400px|PSU-ONECOM02-M3]]
+
* 如果提示输入密码,Debian的root用户的默认密码是两个字母fa。
+
 
+
===通过VNC和ssh登录Debian===
+
如果你是祼板运行系统(既没有连接LCD也没有连接HDMI),你可以使用手机或电脑到[http://www.realvnc.com/download/ 这里]下载并安装一个名为VNC Viewer的软件,用VNC连接到NanoPi M2A,默认密码为:fa123456 。<br />
+
以下是在iPhone上用VNC登录NanoPi M2A的画面:<br />
+
[[File:iphone6-vnc-nanopi2.png|frameless|400px|VNC to NanoPi2]]
+
<br />
+
你也可以通过 ssh -l root 192.168.8.1 命令在终端上登录,默认的root用户密码是 fa 。<br />
+
<br />
+
 
+
==Debian系统的使用==
+
===连接有线网络===
+
* NanoPi M2A支持千兆网络,Debian或者Android系统在启动前,只要接上网线,系统启动后则会自动分配IP地址,不需要额外去配置。
+
===连接无线网络===
+
 
+
用vi或在图形界面下用gedit编辑文件 /etc/wpa_supplicant/wpa_supplicant.conf, 在文件末尾填入路由器信息如下所示:
+
<syntaxhighlight lang="bash">
+
network={
+
        ssid="YourWiFiESSID"
+
        psk="YourWiFiPassword"
+
}
+
</syntaxhighlight>
+
其中,YourWiFiESSID和YourWiFiPassword请替换成你要连接的无线AP名称和密码。<br />
+
保存退出后,执行以下命令即可连接WiFi: <br />
+
<syntaxhighlight lang="bash">
+
ifdown wlan0
+
ifup wlan0
+
</syntaxhighlight>
+
 
+
如果你的WiFi密码中有特殊字符,或者你不希望明文存放密码,你可以使用wpa_passphrase命令为WiFi密码生成一个密钥(psk),用密钥来代替密码 ,在命令行下,可输入以下命令生成密钥: <br />
+
<syntaxhighlight lang="bash">
+
wpa_passphrase YourWiFiESSID
+
</syntaxhighlight>
+
在提示输入密码时,输入你的WiFi密码,再打开 /etc/wpa_supplicant/wpa_supplicant.conf 文件你会发现密钥已经被更新,你可以删除明文的密码了。
+
 
+
如果你的WiFi当前处于无线热点模式,你需要先退出该模式方可连接到路由器,使用以下命令退出无线热点模式:
+
<syntaxhighlight lang="bash">
+
su
+
turn-wifi-into-apmode no
+
</syntaxhighlight>
+
 
+
===配置Wi-Fi无线热点===
+
可以通过以下命令,将Wi-Fi切换至无线热点模式:<br />
+
<syntaxhighlight lang="bash">
+
turn-wifi-into-apmode yes
+
</syntaxhighlight>
+
按提示重启即可,默认的热点名称为 nanopi2-wifiap,密码为123456789。<br />
+
<br />
+
现在,你可以在电脑上搜索并连接nanopi2-wifiap这个无线热点,连接成功后,可以通过ssh到192.168.8.1这个地址来登录NanoPi M2A:
+
<syntaxhighlight lang="bash">
+
ssh root@192.168.8.1
+
</syntaxhighlight>
+
在提示输入密码时,输入预设的密码fa,即可登入。<br />
+
<br />
+
为了保证ssh的流畅,我们用以下命令关闭wifi的省电模式:
+
<syntaxhighlight lang="bash">
+
iwconfig wlan0 power off
+
</syntaxhighlight>
+
WiFi工作模式可通过以下命令查询:<br />
+
<syntaxhighlight lang="bash">
+
cat /sys/module/bcmdhd/parameters/op_mode
+
</syntaxhighlight>
+
输出为数字2则表示当前处于无线热点模式,要切换回普通的Station模式,输入如下命令:<br />
+
<syntaxhighlight lang="bash">
+
turn-wifi-into-apmode no
+
</syntaxhighlight>
+
 
+
===使用蓝牙传输文件===
+
以传输文件到手机为例进行说明,首先,将你的手机蓝牙设置为可侦测状态,然后执行以下命令开始蓝牙搜索:<br />
+
<syntaxhighlight lang="bash">
+
hcitool scan
+
</syntaxhighlight>
+
<br />
+
搜索到设备时,结果举例如下:<br />
+
Scanning ...<br />
+
38:BC:1A:B1:7E:DD      MEIZU MX4<br />
+
<br />
+
这表示搜索到一台名为MEIZU MX4的手机,我们记下手机名称前面的MAC地址,然后用sdptool命令查看该手机支持的蓝牙服务:<br />
+
<syntaxhighlight lang="bash">
+
sdptool browse 38:BC:1A:B1:7E:DD
+
</syntaxhighlight>
+
注:上述命令中的MAC地址请替换成手机实际的<br /><br />
+
这个命令会详细列出手机蓝牙所支持的协议,我们需要关心的是一个名为 OBEX Object Push 的文件传输服务,以MEIZU MX4手机为例,其显示结果如下所示:<br />
+
Service Name: OBEX Object Push<br />
+
Service RecHandle: 0x1000b<br />
+
Service Class ID List:<br />
+
"OBEX Object Push" (0x1105)<br />
+
Protocol Descriptor List:<br />
+
"L2CAP" (0x0100)<br />
+
"RFCOMM" (0x0003)<br />
+
Channel: 25<br />
+
"OBEX" (0x0008)<br />
+
Profile Descriptor List:<br />
+
"OBEX Object Push" (0x1105)<br />
+
Version: 0x0100<br />
+
<br />
+
从上面的信息可以看到,这个手机的OBEX Object Push服务的所用的频道是25, 我们需要将它传递给ussp-push命令,最后发起文件传输请求的命令如下:
+
<syntaxhighlight lang="bash">
+
ussp-push 38:BC:1A:B1:7E:DD@25 example.jpg example.jpg
+
</syntaxhighlight>
+
注:上述命令中的MAC地址、频道和文件名请替换成实际的<br /><br />
+
执行上述命令后,请留意手机屏幕,正常情况下手机会弹出配对和接收文件的提示,确定后就开始文件传輪了。<br />
+
<br />
+
蓝牙常见问题:<br />
+
1) 开发板上找不到蓝牙设备, 可尝试用以下命令开启蓝牙:<br />
+
<syntaxhighlight lang="bash">
+
rfkill unblock 0
+
</syntaxhighlight>
+
2) 提示找不到相关命令,可尝试用以下命令安装相关软件:<br />
+
<syntaxhighlight lang="bash">
+
apt-get install bluetooth bluez obexftp openobex-apps python-gobject ussp-push
+
</syntaxhighlight>
+
 
+
===安装Debian软件包===
+
我们提供的是标准的Debian jessie系统,你可以使用apt-get等命令来安装软件包,如果板子是首次运行,需要先用以下命令更新软件包列表:
+
<syntaxhighlight lang="bash">
+
apt-get update
+
</syntaxhighlight>
+
然后就可以安装软件包了,例如要安装ftp服务器,使用以下命令:
+
<syntaxhighlight lang="bash">
+
apt-get install vsftpd
+
</syntaxhighlight>
+
如果软件包下载速度不理想,你可以编辑 /etc/apt/sources.list 更换一个更快的源服务器,这个网址[http://www.debian.org/mirror/list]有一份完整的源镜像服务器列表,注意要选用一个带armhf架构的。
+
 
+
===Debian系统HDMI或者3.5mm音频设备输出声音===
+
NanoPi M2A Debian系统默认接HDMI或者3.5mm耳机座没有输出声音,因为系统缺省没安装声音部分的安装包。如希望HDMI或者3.5mm耳机座接音频设备输出声音,需要给系统安装上缺省的alsa包。
+
* 首先,保证你的板子刷的是最新Debian固件,并且能连外网;
+
* 启动板子后,执行以下步骤安装alsa包:
+
<syntaxhighlight lang="bash">
+
apt-get update
+
apt-get install libasound2
+
apt-get install alsa-base
+
apt-get install alsa-utils
+
</syntaxhighlight>
+
* 安装好需要的库后,拷贝一首 .wav 格式的音乐到NanoPi M2A上,NanoPi M2A接上耳机或扬声器,播放音乐( Debian系统默认从3.5mm耳机座输出声音):
+
<syntaxhighlight lang="bash">
+
aplay music.wav
+
</syntaxhighlight>
+
* Debian系统默认从3.5mm耳机座输出声音,想从HDMI输出需要修改文件系统上的配置文件/etc/asound.conf如下:
+
<syntaxhighlight lang="bash">
+
pcm.!default {
+
    type hw
+
    card 1
+
    device 0}
+
+
ctl.!default {
+
    type hw
+
    card 1}
+
</syntaxhighlight>
+
card 0代表3.5mm耳机孔,card 1代表HDMI音频。设置完成后需要重启系统HDMI即可输出声音。
+
 
+
==如何编译系统==
+
 
+
===安装交叉编译器===
+
首先下载并解压编译器:
+
<syntaxhighlight lang="bash">
+
git clone https://github.com/friendlyarm/prebuilts.git
+
sudo mkdir -p /opt/FriendlyARM/toolchain
+
sudo tar xf prebuilts/gcc-x64/arm-cortexa9-linux-gnueabihf-4.9.3.tar.xz -C /opt/FriendlyARM/toolchain/
+
</syntaxhighlight>
+
 
+
然后将编译器的路径加入到PATH中,用vi编辑vi ~/.bashrc,在末尾加入以下内容:
+
<syntaxhighlight lang="bash">
+
export PATH=/opt/FriendlyARM/toolchain/4.9.3/bin:$PATH
+
export GCC_COLORS=auto
+
</syntaxhighlight>
+
 
+
执行一下~/.bashrc脚本让设置立即在当前shell窗口中生效,注意"."后面有个空格:
+
<syntaxhighlight lang="bash">
+
. ~/.bashrc
+
</syntaxhighlight>
+
 
+
这个编译器是64位的,不能在32位的Linux系统上运行,安装完成后,你可以快速的验证是否安装成功:
+
<syntaxhighlight lang="bash">
+
arm-linux-gcc -v
+
Using built-in specs.
+
COLLECT_GCC=arm-linux-gcc
+
COLLECT_LTO_WRAPPER=/opt/FriendlyARM/toolchain/4.9.3/libexec/gcc/arm-cortexa9-linux-gnueabihf/4.9.3/lto-wrapper
+
Target: arm-cortexa9-linux-gnueabihf
+
Configured with: /work/toolchain/build/src/gcc-4.9.3/configure --build=x86_64-build_pc-linux-gnu
+
--host=x86_64-build_pc-linux-gnu --target=arm-cortexa9-linux-gnueabihf --prefix=/opt/FriendlyARM/toolchain/4.9.3
+
--with-sysroot=/opt/FriendlyARM/toolchain/4.9.3/arm-cortexa9-linux-gnueabihf/sys-root --enable-languages=c,c++
+
--with-arch=armv7-a --with-tune=cortex-a9 --with-fpu=vfpv3 --with-float=hard
+
...
+
Thread model: posix
+
gcc version 4.9.3 (ctng-1.21.0-229g-FA)
+
</syntaxhighlight>
+
 
+
===编译U-Boot===
+
下载U-Boot源代码并编译,注意分支是nanopi2-lollipop-mr1:
+
<syntaxhighlight lang="bash">
+
git clone https://github.com/friendlyarm/uboot_nanopi2.git
+
cd uboot_nanopi2
+
git checkout nanopi2-lollipop-mr1
+
make s5p4418_nanopi2_config
+
make CROSS_COMPILE=arm-linux-
+
</syntaxhighlight>
+
 
+
编译成功结束后您将获得u-boot.bin,您可以通过fastboot来更新正在运行的NanoPi M2A板上SD的U-Boot,方法如下:<br />
+
1) 在电脑上先用命令 sudo apt-get install android-tools-fastboot 安装 fastboot 工具;<br />
+
2) 用串口配件连接NanoPi M2A和电脑,在上电启动的2秒内,在串口终端上按下回车,进入 u-boot 的命令行模式;<br />
+
3) 在u-boot 命令行模式下输入命令 fastboot 回车,进入 fastboot 模式;<br />
+
4) 用microUSB线连接NanoPi M2A和电脑,在电脑上输入以下命令烧写u-boot.bin:<br />
+
<syntaxhighlight lang="bash">
+
fastboot flash bootloader u-boot.bin
+
</syntaxhighlight>
+
<br />
+
注意:您不能直接使用dd来更新SD卡,否则有可能会导致无法正常启动。<br />
+
 
+
===准备mkimage===
+
编译内核需要用到U-Boot中的工具mkimage,因此,在编译内核uImage前,您需要保证您的主机环境可以成功运行它。<br />
+
你可以直接使用命令 sudo apt-get install u-boot-tools 来安装,也可以自己编译并安装:
+
<syntaxhighlight lang="bash">
+
cd uboot_nanopi2
+
make CROSS_COMPILE=arm-linux- tools
+
sudo mkdir -p /usr/local/sbin && sudo cp -v tools/mkimage /usr/local/sbin
+
</syntaxhighlight>
+
 
+
===编译Linux kernel===
+
====编译内核====
+
* 下载内核源代码
+
<syntaxhighlight lang="bash">
+
git clone https://github.com/friendlyarm/linux-3.4.y.git
+
cd linux-3.4.y
+
git checkout nanopi2-lollipop-mr1
+
</syntaxhighlight>
+
NanoPC-T2内核所属的分支是nanopi2-lollipop-mr1,在开始编译前先切换分支。
+
* 编译Android内核
+
<syntaxhighlight lang="bash">
+
make nanopi2_android_defconfig
+
touch .scmversion
+
make uImage
+
</syntaxhighlight>
+
* 编译Debian内核
+
<syntaxhighlight lang="bash">
+
make nanopi2_linux_defconfig
+
touch .scmversion
+
make uImage
+
</syntaxhighlight>
+
编译成功结束后,新生成的内核烧写文件为 arch/arm/boot/uImage,此内核支持LCD输出,用于替换掉SD卡boot分区下的uImage。<br />
+
如果要支持HDMI,则需要使用 nanopi2_linux_hdmi_defconfig, 具体如下:
+
<syntaxhighlight lang="bash">
+
make nanopi2_linux_hdmi_defconfig
+
touch .scmversion
+
make uImage
+
</syntaxhighlight>
+
使用新的uImage 替换SD卡boot分区下的uImage.hdmi 即可支持HDMI 720p,如果要支持1080p,则需要修改内核配置:
+
<syntaxhighlight lang="bash">
+
touch .scmversion
+
make nanopi2_linux_hdmi_defconfig
+
make menuconfig
+
  Device Drivers -->
+
    Graphics support -->
+
      Nexell Graphics -->
+
        [ ] LCD
+
        [*] HDMI
+
        (0)  Display In  [0=Display 0, 1=Display 1]
+
              Resolution (1920 * 1080p)  --->
+
make uImage
+
</syntaxhighlight>
+
* 编译Ubuntu Core内核
+
本部分的编译方法和编译Debian内核是相似的,只需要使用不同的2个内核配置即可。<br />
+
LCD 输出:
+
<syntaxhighlight lang="bash">
+
make nanopi2_core-qt_defconfig
+
</syntaxhighlight>
+
HDMI输出:
+
<syntaxhighlight lang="bash">
+
make nanopi2_core-qt_hdmi_defconfig
+
</syntaxhighlight>
+
选择自己需要的内核配置后,使用以下命令即可编译生成uImage。
+
<syntaxhighlight lang="bash">
+
touch .scmversion
+
make uImage
+
</syntaxhighlight>
+
 
+
====如何使用新编译的内核====
+
* 更新SD卡上的内核
+
如果您是使用SD卡启动Android,则在PC上复制为Android编译的uImage到SD卡的boot分区(即分区1,设备是/dev/sdX1)即可。<br />
+
如果您是使用SD卡启动Debian系统,则需要编译好用于HDMI的uImage后替换SD卡boot分区下的uImage.hdmi,然后编译用于LCD的uImage并替换SD卡boot分区下的uImage。
+
 
+
* 更新eMMC上Android的内核
+
如果只想单独更新eMMC上的内核来测试,则需要先正常启动板,然后mount eMMC的boot分区,使用新编译的uImage来替换原有文件,完成后reboot即可。<br />
+
从eMMC启动时可通过以下方法来更新内核:<br />
+
1) 启动完成后,需要手动mount eMMC的boot分区(设备是/dev/mmcblk0p1), 可通过串口在板上操作:<br />
+
<syntaxhighlight lang="bash">
+
su
+
mount -t ext4 /dev/block/mmcblk0p1 /mnt/media_rw/sdcard1/
+
</syntaxhighlight>
+
2) 连接USB,在PC端Ubuntu下使用adb push命令复制新编译的uImage到已mount的boot分区下; <br />
+
<syntaxhighlight lang="bash">
+
adb push uImage /mnt/media_rw/sdcard1/
+
</syntaxhighlight>
+
3) 也可以将编译好的内核复制到SD卡或U盘,然后在板上复制到boot分区下; <br />
+
4) 更新完成后,输入 reboot 命令重启即可,注意不要直接断电或按Reset键,否则可能会损坏文件。 <br />
+
 
+
* 更新eMMC上Debian的内核
+
从eMMC启动时可通过以下方法来更新内核:<br />
+
1) 启动完成后,系统通常会自动mount eMMC的boot分区(设备是/dev/mmcblk0p1), 可输入命令mount来查看; <br />
+
2) 连接网络,使用scp/ftp等方式复制新编译的uImage并替换boot分区下的文件,如果是用于HDMI的内核,则替换uImage.hdmi; <br />
+
3) 也可以将编译好的内核复制到SD卡或U盘,然后在板止复制到boot分区下; <br />
+
4) 更新完成后,输入 reboot 命令重启即可,注意不要直接断电或按Reset键,否则可能会损坏文件. <br />
+
 
+
* 使用新的内核来生成boot.img
+
如果要生成直接烧写eMMC的文件,则需要使用新编译的内核来生成boot.img,然后复制到烧写用的SD卡即可直接烧写到eMMC. <br />
+
对于Android,将新的uImage复制Android源码的device/friendly-arm/nanopi2/boot/ 下,然后编译Android即可获得新的boot.img . <br />
+
对于Debian, 则需要使用按以下方法来生成boot.img : <br />
+
1) 下载debian_nanopi2
+
<syntaxhighlight lang="bash">
+
git clone https://github.com/friendlyarm/debian_nanopi2.git
+
</syntaxhighlight>
+
2) 复制用于HDMI的uImage到debian_nanopi2/boot/uImage.hdmi, 复制用于LCD的 uImage到debian_nanopi2/boot/uImage ; <br />
+
3) 生成Debian的 boot.img
+
<syntaxhighlight lang="bash">
+
cd debian_nanopi2
+
mkdir rootfs
+
./build.sh
+
</syntaxhighlight>
+
新的 boot.img 在 debian_nanopi2/sd-fuse_nanopi2/debian 下. <br />
+
其中命令"mkdir rootfs"只是创建一个空的目录使得build.sh可以运行,因此生成的其它文件比如rootfs.img不能使用。
+
 
+
====编译内核模块====
+
Android包含内核模块,位于system分区的 /lib/modules/ 下,如果您有新的内核模块或者内核配置有变化,则需要重新编译。 <br />
+
首先编译内核源代码中的模块:
+
<syntaxhighlight lang="bash">
+
cd linux-3.4.y
+
make CROSS_COMPILE=arm-linux- modules
+
</syntaxhighlight>
+
另外有2个内核模块的源代码位于Android源代码中,可使用以下命令来编译:
+
<syntaxhighlight lang="bash">
+
cd /opt/FriendlyARM/s5p4418/android
+
./vendor/friendly-arm/build/common/build-modules.sh
+
</syntaxhighlight>
+
其中 “/opt/FriendlyARM/s5p4418/android” 是指Android源代码的TOP目录,使用参数“-h”可查看帮助。<br />
+
编译成功结束后,会显示生成的内核模块。
+
 
+
===编译Android===
+
我们提供了两个版本的Android,分别为Android4.4和Android5.1,这两个版本的Android源码编译方法一样。
+
* 搭建编译环境
+
搭建编译Android的环境建议使用64位的Ubuntu 14.04,安装需要的包即可。
+
<syntaxhighlight lang="bash">
+
sudo apt-get install bison g++-multilib git gperf libxml2-utils make python-networkx zip
+
sudo apt-get install flex libncurses5-dev zlib1g-dev gawk minicom
+
</syntaxhighlight>
+
更多说明可查看 https://source.android.com/source/initializing.html 。
+
 
+
* 下载Android5.1源代码
+
Android源代码的下载需要使用repo,其安装和使用请查看 https://source.android.com/source/downloading.html 。
+
<syntaxhighlight lang="bash">
+
mkdir android && cd android
+
repo init -u https://github.com/friendlyarm/android_manifest.git -b nanopi2-lollipop-mr1
+
repo sync
+
</syntaxhighlight>
+
其中“android”是指工作目录。<br />
+
 
+
如果需要使用Android4.4源码的,则执行以下步骤
+
<syntaxhighlight lang="bash">
+
mkdir android && cd android
+
repo init -u https://github.com/friendlyarm/android_manifest.git -b nanopi2-kitkat
+
repo sync
+
</syntaxhighlight>
+
通过  -b  指定不同的分支即可
+
 
+
* 编译系统
+
<syntaxhighlight lang="bash">
+
source build/envsetup.sh
+
lunch aosp_nanopi2-userdebug
+
make -j8
+
</syntaxhighlight>
+
编译成功完成后,目录 out/target/product/nanopi2/ 下包含可用于烧写的image文件。
+
::{| class="wikitable"
+
|-
+
|filename    || partition || Description 
+
|-
+
|boot.img    || boot      || -
+
|-
+
|cache.img    || cache    || -
+
|-
+
|userdata.img || userdata  || -
+
|-
+
|system.img  || system    || -
+
|-
+
|partmap.txt  || -        || 分区描述文件
+
|-
+
|}
+
 
+
* 烧写到SD卡
+
如果是采用SD卡启动Android,可复制编译生成的image文件到sd-fuse_nanopi2/android/ 下,使用脚本即可烧到到SD卡,具体请查看[[#在Linux Desktop下通过脚本制作]]。
+
 
+
* 烧写到eMMC
+
成功编译Android后,可过2种方式烧写到eMMC,分别如下:<br />
+
1) fastboot: 板子从eMMC启动后通过串口快速按任意键进入uboot命令行模式,输入命令fastboot即可启动此方式。<br />
+
连接USB线,然后PC端输入以下命令:
+
<syntaxhighlight lang="bash">
+
cd out/target/product/nanopi2
+
sudo fastboot flash boot boot.img
+
sudo fastboot flash cache cache.img
+
sudo fastboot flash userdata userdata.img
+
sudo fastboot flash system system.img
+
sudo fastboot reboot
+
</syntaxhighlight>
+
2) 使用SD卡烧写 <br />
+
复制out/target/product/nanopi2下的boot.img, cache.img, userdata.img, system.img, partmap.txt到烧写用SD卡的images/android下,再次烧写即可。<br />
+
 
+
==扩展连接==
+
===NanoPi M2A连接USB(FA-CAM202)200万摄像头模块===
+
* NanoPi M2A使用Debian系统,假设你已接好LCD屏或者HDMI,进入系统后,点击左下角的菜单键“Other”-->xawtv,打开USB Camera软件。进入“welcome  to  xawtv!”,选择OK即可进行拍照。
+
[[File:USB-camera-nanopi2.png|frameless|500px|USB camera]]
+
[[File:USB-camera-nanopi-m2a-01.png|frameless|500px|USB camera-01]]
+
 
+
===NanoPi M2A连接CMOS 500万摄像头模块===
+
CAM500A 500万摄像头模块的详情请查看[http://wiki.friendlyarm.com/wiki/index.php/Matrix_-_CAM500A/zh]<br/>
+
 
+
*Android5.1系统,假设你已经接好LCD屏或者HDMI,进入系统后,直接点击“Camera”图标,即可打开摄像头进行拍照和录制视频。
+
[[File:CMOS-camera-nanopc-m2a.png|frameless|500px|CMOS camera]]
+
 
+
*Debian/Ubuntu系统集成了命令行的摄像头示例程序nanocams,登录后输入以下命令即可预览40桢然后拍照保存为指定的文件。
+
<syntaxhighlight lang="bash">
+
sudo nanocams -p 1 -n 40 -c 4 -o IMG001.jpg
+
</syntaxhighlight>
+
更详细的命令行参数可执行命令“nanocams -h”。
+
如果要下载源代码,运行以下命令即可获得:
+
<syntaxhighlight lang="bash">
+
git clone https://github.com/friendlyarm/nexell_linux_platform.git
+
</syntaxhighlight>
+
 
+
===NanoPi M2A接USB摄像头使用OpenCV===
+
* OpenCV的全称是Open Source Computer Vision Library,是一个跨平台的计算机视觉库。
+
* NanoPi M2A跑Debian系统时,接USB Camera,可直接使用官方的OpenCV。<br>
+
1、以下介绍的是NanoPi M2A用C++使用的OpenCV:
+
* 首先需要保证你的NanoPi M2A能连外网,假如你有串口,直接串口登陆超级终端(或者ssh登陆)。进入系统后,输入用户名(root),密码(fa)登陆;
+
* 以下命令在超级终端执行:
+
<syntaxhighlight lang="bash">
+
apt-get update
+
apt-get install libcv-dev libopencv-dev
+
</syntaxhighlight>
+
 
+
2、NanoPi M2A烧写Debian系统启动后,接上USB Camera,使用Debian系统自带的摄像头软件测试,确定摄像头能正常使用。<br>
+
 
+
3、通过终端执行命令,查看你的摄像头设备:
+
<syntaxhighlight lang="bash">
+
ls /dev/video*
+
</syntaxhighlight>
+
* 注:video0 是你的USB摄像头设备
+
 
+
4、opencv的测试代码(官方C++示例代码)在 /home/fa/Documents/opencv-demo, 使用以下命令即可编译:
+
<syntaxhighlight lang="bash">
+
cd /home/fa/Documents/opencv-demo
+
make
+
</syntaxhighlight>
+
编译成功后,得到可执行文件demo <br />
+
 
+
5、以下步骤需要在NanoPi M2A上接上键盘执行:
+
<syntaxhighlight lang="bash">
+
./demo
+
</syntaxhighlight>
+
 
+
你便可以看到opencv已经用起来。
+
 
+
===串口扩展GPS模块===
+
* Matrix-GPS是一款体积小巧,性能优越的GPS定位模块,适用于导航仪、四轴飞行器定位等应用场景。
+
* Matrix-GPS模块采用串口通讯,NanoPi M2A上电进入系统后,在终端命令行执行以下命令,或者点击图标“xgps”,即可进行搜星定位功能。
+
<syntaxhighlight lang="bash">
+
$su - fa -c "DISPLAY=:0 xgps 127.0.0.1:9999"
+
</syntaxhighlight>
+
* 或者,在debian界面上打开终端 LXTerminal ,输入 xgps 回车也可以打开GPS功能。
+
串口扩展模块的详情请查看[http://wiki.friendlyarm.com/wiki/index.php/Matrix_-_GPS/zh 点击查看]<br />
+
参考下图连接模块Matrix-GPS和NanoPi M2A:<br />
+
[[File:GPS_NanoPi-M2A.png|frameless|600px|GPS_NanoPi-M2A]]
+
 
+
连接说明:
+
{| class="wikitable"
+
|-
+
|Matrix-GPS || NanoPi M2A    
+
|-
+
|RXD    || Pin11
+
|-
+
|TXD    || Pin12
+
|-
+
|5V    || Pin29
+
|-
+
|GND    || Pin30
+
|}
+
 
+
===支持LCD型号===
+
* Android
+
NanoPi M2A跑Android系统目前支持的LCD型号为友善出品的:S430、S700、S702、HD700、HD702、HD101、X710电容屏。
+
 
+
* Debian
+
NanoPi M2A跑Debian系统目前支持的LCD型号为友善出品的:S430、S700、S702、HD700、HD702、HD101、X710电容屏;<br />
+
支持的电阻屏为友善出品的:W35B、H43、P43、S70、Matrix - 2'8 SPI Key TFT 电阻屏。<br />
+
以上所有LCD屏的详细资料均可在维基首页查看:[http://wiki.friendlyarm.com/wiki/index.php/Main_Page#LCDModules LCDModules]
+
 
+
==源代码和固件下载链接==
+
* 烧写固件下载链接:[http://wiki.friendlyarm.com/wiki/nanopi2/download/]
+
* 源代码下载链接:[https://github.com/friendlyarm]
+
 
+
==在Android下访问硬件资源==
+
友善电子开发了一个名为libfriendlyarm-hardware.so的函数库,用于Android应用程序访问开发板上的硬件资源,该函数库基于Android-NDK技术开发,提供便利的硬件访问接口,开发者无需掌握过多的嵌入式知识便可使用,有效提高开发进度。<br /><br />
+
目前支持的硬件设备包括:
+
* Serial Port
+
* PWM
+
* EEPROM
+
* ADC
+
* LED
+
* LCD 1602 (I2C)
+
* OLED (SPI)
+
<br />
+
支持的接口包括:
+
* GPIO
+
* Serial Port
+
* I2C
+
* SPI
+
<br />
+
详情使用说明可参考以下网址:<br />
+
* 硬件库主页: http://wiki.friendlyarm.com/wiki/index.php/Android_Hardware_Access
+
* 示例源代码仓库: https://github.com/friendlyarm/AndroidHardwareAccess
+
* 中文API参考手册: https://github.com/friendlyarm/AndroidHardwareAccess/blob/master/友善电子Android硬件开发指南.pdf
+
 
+
==更多OS==
+
===FriendlyCore===
+
Ubuntu Core with Qt-Embedded,是一个没有X-windows环境,使用Qt-Embedded作为图形界面的轻量级Ubuntu系统,基于官方的Ubuntu core系统开发而成,非常适合于企业用户用作产品的基础OS。
+
 
+
本系统除了保留Ubuntu core的特性以外,还包括以下特性:
+
*支持电容和电阻触摸屏
+
*支持WiFi连接
+
*支持以太网连接
+
*支持蓝牙,已预装bluez等相关软件包
+
*支持音频播放
+
*等等
+
 
+
请访问此处 [http://wiki.friendlyarm.com/wiki/index.php/Ubuntu_Core_with_Qt-Embedded Ubuntu Core with Qt-Embedded] 了解详情。<br />
+
 
+
===Ubuntu-Mate===
+
Ubuntu-Mate基于Ubuntu系统,使用的桌面环境是Mate-desktop,界面简洁易用,需配合LCD或者HDMI使用,可通过ssh登录。<br>
+
仅提供给进阶爱好者交流使用,不对该系统提供专业技术支持。<br>
+
* 访问此处[http://pan.baidu.com/s/1boiCWWJ 下载地址]下载系统固件。
+
* 将固件解压后,在Windows下使用友善官方提供 win32diskimager 工具烧写Ubuntu-Mate即可。
+
* 烧写完成后,将SD卡插入NanoPC-T2,上电即可体验Ubuntu-Mate。
+
* 登录账号:root或fa ; 登录密码:fa
+
 
+
===DietPi_NanoPC T2-armv7-(Jessie)===
+
DietPi身轻如燕,镜像文件最小只有400M 字节(只是Raspbian Lite的三分之一)。系统存储操作及进程对资源的占用非常少,并且预装DietPi-RAMlog工具。这些特性使得用户能最大程度地发挥设备本身的性能。<br />
+
 
+
仅提供给进阶爱好者交流使用,不对该系统提供专业技术支持。 <br />
+
烧写步骤:
+
*下载系统固件DietPi_NanoPC T2-armv7-(Jessie)点击下载[http://dietpi.com/downloads/images/DietPi_NanoPiM2-armv7-(Jessie).7z DietPi_NanoPC T2-armv7-(Jessie)]
+
*将文件解压后得到系统固件,在Windows下使用友善官方提供 win32diskimager 工具烧写即可。
+
*烧写完成后,将TF卡插入NanoPC T2,上电即可体验DietPi_NanoPC T2-armv7-(Jessie)。
+
登录账号:root; 登录密码:dietpi
+
 
+
===Kali===
+
* 首先访问此处[http://pan.baidu.com/s/1o7i4846]的下载地址下载需要的固件文件;
+
* 准备大于8G的高速microSD卡(建议使用友善官方测试过的SD卡),并插入linux主机,通过命令sudo fdisk -l 查看该sd卡是哪个设备即/dev/sd*。
+
* 下载后把文件写到卡里,使用超级用户权限执行下列命令:
+
<syntaxhighlight lang="bash">
+
xzcat kali-2.0-nanopi2.img.xz | dd of=<YOURDEVICE> bs=1m
+
</syntaxhighlight>
+
* 烧写完成,将卡插入设备,上电即可开始体验Kali操作系统。
+
* 登录账号:root ; 登录密码:toor
+
 
+
说明:此文件系统是由Kali官方制作,我们仅提供下载链接供爱好者使用,不对此做技术支持。
+
 
+
===深度操作系统 15 ARM===
+
* 首先访问此处[http://cdimage.deepin.com/armhf/15/beta1.0/]的下载地址下载需要的固件;
+
* 用文件,解压得到16g.img是microSD卡镜像文件。
+
<syntaxhighlight lang="bash">
+
tar -xf deepin15_nanopi2_armhf_16g.tar.gz
+
</syntaxhighlight>
+
* 准备好不小于16G的microSD卡,并插入linux主机,通过命令sudo fdisk -l 查看该sd卡是哪个设备即/dev/sd*
+
* 将镜像用dd命令刻录到microSD卡,我们假设microSD卡是 /dev/sdc(请根据实际情况判断,千万不要选错设备),那么用如下命令:
+
<syntaxhighlight lang="bash">
+
sudo dd if=16g.img of=/dev/sdc
+
</syntaxhighlight>
+
 
+
(根据microSD卡的读写性能不同,烧写时间一般为40~60分钟)
+
 
+
* 烧写完成,将卡插入设备,上电即可开始体验deepin15操作系统
+
 
+
 
+
其他注意事项:
+
1.登陆用户名deepin密码deepin,root密码admin。<br>
+
 
+
2.烧写成功后,第一次启动,会有些配置文件产生,开机会比较慢。<br>
+
 
+
3.如果系统开启无线网络功能,开机会较慢,请耐心等待任务栏右下角声音和无线模块出现后再进行其他操作,后期会继续优化。<br>
+
 
+
<syntaxhighlight lang="bash">
+
    ARM版仓库:http://packages.deepin.com/armhf/
+
 
+
    NanoPi 2镜像:http://cdimage.deepin.com/armhf/15/beta1.0/
+
 
+
    NanoPi 2镜像使用方法:http://bbs.deepin.org/forum.php?mod=viewthread&tid=36670
+
 
+
    ARM移植讨论:http://bbs.deepin.org/
+
 
+
</syntaxhighlight>
+
 
+
说明:此文件系统是由深度操作系统官方制作,我们仅提供下载链接供爱好者使用,不对此做技术支持。
+
 
+
===Android-Remixos===
+
首先访问[http://pan.baidu.com/s/1qYCbqDu]下载固件;<br>
+
仅提供给进阶爱好者交流使用,不对该系统提供专业技术支持。<br>
+
* 用文件,解压得到镜像文件:
+
<syntaxhighlight lang="bash">
+
tar -xf nanopi2-android-remixos-sd4g.tar
+
</syntaxhighlight>
+
* 将固件解压后,在Windows下使用友善官方提供 win32diskimager 工具烧写Android-Remixos即可。
+
该系统支持HDMI输出,LCD显示,并且同时支持友善出品的所有4418系列开发板。
+
 
+
==资源链接==
+
===手册原理图等开发资料===
+
* AXP228_Users_Manual[http://wiki.friendlyarm.com/wiki/index.php/File:116.AXP228_V1.1_20130106.pdf AXP228_V1.1_20130106]
+
* eMMC[http://wiki.friendlyarm.com/wiki/index.php/File:KLMxGxxEMx-B031(eMMC5.0_1xnm_based_e_MMC)1.0.pdf eMMC5.0_1xnm_based_e_MMC]
+
* SEC_Users_Manual_S5P4418_Users_Manual_Preliminary[http://wiki.friendlyarm.com/wiki/images/3/3d/SEC_Users_Manual_S5P4418_Users_Manual_Preliminary_Ver.0.10.pdf]
+
* 原理图([http://wiki.friendlyarm.com/wiki/images/0/00/NanoPC-T2_1601B_Schematic.pdf NanoPC-T2_1601B_Schematic.pdf])
+
* 机械尺寸图: ([http://wiki.friendlyarm.com/wiki/images/2/24/NanoPC-T2-T3-1603-Dimensions%28dxf%29.zip NanoPC-T2-Dimensions(dxf)])
+
* 元器件贴片([http://wiki.friendlyarm.com/wiki/index.php/File:NANOPC-T2_1601b_20160126s.pdf])
+
===创客秘籍及开发教程===
+
* 《创客秘籍》[http://wiki.friendlyarm.com/wiki/index.php/File:%E5%88%9B%E5%AE%A2%E7%A7%98%E7%B1%8D.pdf 创客秘籍]
+
* 《创客秘籍-02》[http://pan.baidu.com/s/1hrDu9es 创客秘籍-02]
+
* 《创客秘籍-03》[http://wiki.friendlyarm.com/wiki/index.php/File:%E5%88%9B%E5%AE%A2%E7%A7%98%E7%B1%8D-03.pdf 创客秘籍-03]
+
* 模块介绍以及开发文档:
+
** [http://wiki.friendlyarm.com/wiki/index.php/Matrix_-_Button/zh 按键模块]
+
** [http://wiki.friendlyarm.com/wiki/index.php/Matrix_-_LED/zh LED模块]
+
** [http://wiki.friendlyarm.com/wiki/index.php/Matrix_-_Analog_to_Digital_Converter/zh 模数转换]
+
** [http://wiki.friendlyarm.com/wiki/index.php/Matrix_-_Relay/zh 继电器模块]
+
** [http://wiki.friendlyarm.com/wiki/index.php/Matrix_-_3-Axis_Digital_Accelerometer/zh 三轴重力加速度模块]
+
** [http://wiki.friendlyarm.com/wiki/index.php/Matrix_-_3-Axis_Digital_Compass/zh 三轴数字指南针模块]
+
** [http://wiki.friendlyarm.com/wiki/index.php/Matrix_-_Temperature_Sensor/zh 温度传感器模块]
+
** [http://wiki.friendlyarm.com/wiki/index.php/Matrix_-_Temperature_and_Humidity_Sensor/zh 温湿度传感器模块]
+
** [http://wiki.friendlyarm.com/wiki/index.php/Matrix_-_Buzzer/zh 蜂鸣器]
+
** [http://wiki.friendlyarm.com/wiki/index.php/Matrix_-_Joystick/zh 摇杆模块(Joystick)]
+
** [http://wiki.friendlyarm.com/wiki/index.php/Matrix_-_I2C_LCD1602_Keypad/zh I2C(PCF8574)+LCD1602]
+
** [http://wiki.friendlyarm.com/wiki/index.php/Matrix_-_Sound_Sensor/zh 声音传感器]
+
** [http://wiki.friendlyarm.com/wiki/index.php/Matrix_-_Ultrasonic_Ranger/zh 超声波模块]
+
** [http://wiki.friendlyarm.com/wiki/index.php/Matrix_-_GPS/zh GPS模块]
+
** [http://wiki.friendlyarm.com/wiki/index.php/Matrix_-_Compact_Kit/zh 迷你扩展板Matrix - Compact Kit]
+
** [http://wiki.friendlyarm.com/wiki/index.php/Matrix_-_Fire_Sensor 火焰传感器]
+
** [http://wiki.friendlyarm.com/wiki/index.php/Matrix_-_CAM500A/zh CAM500 500万像素摄像头]
+
** [http://wiki.friendlyarm.com/wiki/index.php/Matrix_-_BAll_Rolling_Switch/zh 滚珠开关模块]
+
** [http://wiki.friendlyarm.com/wiki/index.php/Matrix_-_2%278_SPI_Key_TFT/zh 2'8 SPI Key TFT 2.8寸spi液晶屏]
+
** [http://wiki.friendlyarm.com/wiki/index.php/Matrix_-_IR_Counter/zh 红外计数模块]
+
** [http://wiki.friendlyarm.com/wiki/index.php/Matrix_-_IR_Receiver/zh 红外接收模块]
+
** [http://wiki.friendlyarm.com/wiki/index.php/Matrix_-_L298N_Motor_Driver/zh 电机驱动器模块]
+
** [http://wiki.friendlyarm.com/wiki/index.php/Matrix_-_MQ-2_Gas_Sensor/zh MQ-2 烟雾传感器模块]
+
** [http://wiki.friendlyarm.com/wiki/index.php/Matrix_-_MQ-3_Gas_Sensor/zh MQ-3 气体传感器]
+
** [http://wiki.friendlyarm.com/wiki/index.php/Matrix_-_One_Touch_Sensor/zh 单点电容式数字触摸传感器模块]
+
** [http://wiki.friendlyarm.com/wiki/index.php/Matrix_-_Photoresistor/zh 光敏电阻模块]
+
** [http://wiki.friendlyarm.com/wiki/index.php/Matrix_-_Potentiometer/zh 电位器模块]
+
** [http://wiki.friendlyarm.com/wiki/index.php/Matrix_-_Pressure_and_Temperature_Sensor 压力传感器模块]
+
** [http://wiki.friendlyarm.com/wiki/index.php/Matrix_-_RGB_LED/zh RGB LED]
+
** [http://wiki.friendlyarm.com/wiki/index.php/Matrix_-_RTC/zh RTC模块]
+
** [http://wiki.friendlyarm.com/wiki/index.php/Matrix_-_Rotary_Encoder/zh Rotary Encoder]
+
** [http://wiki.friendlyarm.com/wiki/index.php/Matrix_-_Soil_Moisture_Sensor/zh 土壤湿度检测传感器模块]
+
** [http://wiki.friendlyarm.com/wiki/index.php/Matrix_-_Thermistor/zh 热敏电阻模块]
+
** [http://wiki.friendlyarm.com/wiki/index.php/Matrix_-_USB_WiFi/zh USB WiFi]
+
** [http://wiki.friendlyarm.com/wiki/index.php/Matrix_-_Water_Sensor 水位/水滴识别检测传感器模块]
+
 
+
==更新日志==
+
 
+
===2017-03-08===
+
 
+
1) 启用UART2 <br />
+
2) 增加HD101B屏幕的支持 <br />
+
3) Android4.4和Android5增加硬件访问库,具体可参考:[http://wiki.friendlyarm.com/wiki/index.php/Android_Hardware_Access] <br />
+
4) 修正S430屏在Android4.4下的闪退问题
+
 
+
===2017-02-09===
+
 
+
1) 在Ubuntu Core和Debian系统中 增加7寸电阻屏 S70B 的支持<br /> 
+
2) 调整了 eFlasher Rom 的分区大小,将根分区调整为 1GB
+
 
+
===2016-11-17===
+
 
+
增加H43屏的支持: <br />
+
1) 支持s5p4418与s5p6818平台的开发板  <br />
+
2) OS方面仅支持Debian 和 Ubuntu Core系统,不支持Android <br />
+
 
+
===2016-09-02===
+
 
+
1) Debian 和 Ubuntu Core集成了CAM500A(ov5640)摄像头的demo程序(nanocams); <br />
+
2) 更新了Android 串口访问的程序,下载源代码: <br />
+
<syntaxhighlight lang="bash">
+
git clone https://github.com/friendlyarm/android_SerialPortDemo.git
+
</syntaxhighlight>
+
以前下载过的,用git pull命令更新一下。 <br />
+
内有详细说明,包括eclipse编译、打包成apk,对apk重新签名以获取system权限、关闭selinux等说明文档: <<SerialPortDemo-manual.pdf>>; <br />
+
本次更新适用于NanoPi2, NanoPi 2 Fire, NanoPi-M2, NanoPC-T2, Smart4418 <br />
+
 
+
===2016-08-20===
+
 
+
1) 推出Android4.4固件(s5p4418-kitkat-sd4g-20160803.img.zip) 和源码,Android4.4是专门为企业用户定制,并且支持4G通讯模块,即插即用; <br />
+
2) 推出一键烧写系统的固件s5p4418-eflasher-sd8g-xxx-full.img,直接下载固件回来使用LCD即可一键烧写系统; <br />
+
本次更新适用于NanoPi2, NanoPi 2 Fire, NanoPi-M2, NanoPC-T2, Smart4418 <br />
+
 
+
===2016-07-01===
+
 
+
1) 修复了Ubuntu Core下USB Wi-Fi无法加载固件的问题; <br />
+
2) 更新了Bootloader,支持使用dd命令直接将RAW image写入eMMC并能正常启动; <br />
+
3) 内核bug修正及提高稳定性; <br />
+
本次更新适用于NanoPi2, NanoPi 2 Fire, NanoPi-M2, NanoPC-T2, Smart4418 <br />
+
 
+
===2016-05-21===
+
 
+
* Android
+
1) 增加以太网设置(支持静态IP和DHCP设置); <br />
+
2) 增加硬件访问库 libfriendlyarm-hardware.so,可用于在Android下操作串口; <br />
+
使用方法可参考此份文档:http://www.arm9home.net/read.php?tid-82748.html。 <br />
+
在 NanoPi2/NanoPi M2/NanoPi2 Fire/NanoPC-T2 上,串口对应的设备名称如下: <br />
+
UART2 -> 未驱动 <br />
+
UART3 -> /dev/ttyAMA2 <br />
+
UART4 -> /dev/ttyAMA3 <br />
+
3) 增加iTest应用程序,内置串口助手功能; <br />
+
注意:运行此串口程序,需要使用system权限。 <br />
+
 
+
* Debian
+
1)增强了内核稳定性; <br />
+
 
+
* Ubuntu core with Qt-Embedded
+
1)开机后显示的界面由Qt Demo换成了一个由友善之臂开发的,开源的Qt程序 (源代码位于/opt
+
目录),该程序启动时显示系统状态信息,例如CPU和内存信息,工作温度和负载等信息,
+
系统同时集成了 qmake,uic 等Qt工具的arm版本,这样你 就可以在开发板上直接生成和编译Qt源代码。 <br />
+
本次更新适用于NanoPi2, NanoPi 2 Fire, NanoPi-M2, NanoPC-T2, Smart4418 <br />
+
 
+
===2016-04-19===
+
 
+
1)增加Debian/Ubuntu第一次开机时自动扩展分区和根文件系统,第一次启动时间会稍长  <br />
+
2) 改善非正常关机/重启导致的根文件系统问题; <br />
+
3) Debian/Ubuntu Core集成原厂开源硬解播放器NxPlayerConsole,须连LCD使用。(原厂库没有源代码) <br />
+
4) Ubuntu Core集成了OpenGL的测试程序gltest1, 完全开源 <br />
+
5)Debian/Ubuntu Core增加了USB Wi-Fi - rtl8187的支持; <br />
+
6) Debian/Ubuntu Core系统的USB摄像头的设备修改为 /dev/video0,方便opencv <br />
+
7) 用wpa_supplicant代替wicd来管理无线网络,使得Console下和X下的网络配置接口上保持一致 <br />
+
本次更新适用于NanoPi2, NanoPi 2 Fire, NanoPi-M2, NanoPC-T2, Smart4418 <br />
+
 
+
 
+
===2016-04-01===
+
 
+
* Debian:
+
1) Debian增加了常用USB Wi-Fi和USB串口的支持; <br />
+
2) 修正了带声卡的板音频输出切换的问题; <br />
+
3) 优化内核,改进稳定性; <br />
+
4) 增加LVDS接口的支持(缺省未启用); <br />
+
* Ubuntu core with Qt-Embedded系统
+
新增系统:Ubuntu Core with Qt-Embedded,这是一个没有X-windows环境,使用Qt-Embedded作为图形界面的轻量级Ubuntu系统,基于官方的Ubuntu core系统开发而成,非常适合于企业用户用作产品的基础OS。<br />
+
本系统除了保留Ubuntu core的特性以外,还包括以下特性: <br />
+
1) 支持电容和电阻触摸屏 (型号:S700, X710, S70) <br />
+
2) 支持WiFi连接 <br />
+
3) 支持以太网连接 <br />
+
4) 支持蓝牙,已预装bluez等相关软件包 <br />
+
5) 支持音频播放 <br />
+
详细可参考WiKi页面:http://wiki.friendlyarm.com/wiki/index.php/Ubuntu_Core_with_Qt-Embedded/zh <br />
+
 
+
 
+
===2016-02-29===
+
 
+
* Kernel:
+
1) 增加了基于CPU ECID生成以太网MAC地址; <br />
+
2) 修复了framebuffer console刷新不及时的问题; <br />
+
3) 优化内核提升了系统运行的稳定性; <br />
+
4) 修复了PWM LED的一个bug,基于PWM LED增加了呼吸灯效果的trigger; <br />
+
* Debian:
+
1) 修复了hostname异常的bug; <br />
+
2) 缺省启用framebuffer console, 可在LCD/HDMI看到启动信息; <br />
+
3) 集成了设置uboot环境变量的工具fw_printenv; <br />
+
* Android:
+
ROM缺省启用了ffmpeg, 可支持更多的视频格式. <br />
+
 
+
===2015-12-01===
+
* 推出新的Android 5.1.1_r6,源代码已推送到 https://github.com/friendlyarm 。
+
* 4.2.1 简易方法制作: 新的固件已支持LCD检测,因此原来分别支持LCD和HDMI的固件已合并为一个固件。
+
* 4.3 在电脑上修改SD卡上的系统: 部分内容只适应于旧版本固件,标记为删除状态。
+
* 6 如何编译系统: 编译时源代码分支更新为 nanopi2-lollipop-mr1。
+
* 6.4.2 编译内核模块: 增加了如何编译支持LCD显示的启动Debian的uImage。
+

Revision as of 07:06, 8 February 2018

查看中文

Contents

1 Introduction

Overview
Front
Back
  • The NanoPi M2A is another ARM board developed by FriendlyARM for makers, hobbyists and hackers.
  • The NanoPi M2A uses the Samsung Quad-Core Cortex-A9 S5P4418 SoC. Its dynamic frequency scales from 400M up to 1.4GHz. It has all the interfaces and ports the NanoPi M2 has and in addition it has built-in WiFi and Bluetooth. It has DVP Camera/LVDS/HDMI/LCD interfaces, I2S, 3.5mm audio jack, four USB ports and a serial debug port. It has power management unit and onboard porcelain antenna.
  • The NanoPi M2A works with Ubuntu Core with Qt, Android4.4, Android5.1 and Debian8.1. These systems' kernel is fully open source. In addition FriendlyElec provides rich code samples and programming guide.

2 Hardware Spec

  • CPU: S5P4418, 400Mhz~1.4GHz
  • PMU Power Management Unit: AXP228, support software power-off, sleep and wakeup functions
  • DDR3 RAM: 1GB
  • MicroSD Slot x1
  • Connectivity: 10/100/1000M Ethernet (RTL8211E)
  • Wireless:802.11 b/g/n
  • Bluetooth:4.0 dual mode
  • Antenna: Shared by Wi-Fi and bluetooth, onboard porcelain antenna and IPX interface
  • Audio: 3.5mm audio jack/Via HDMI
  • I2S: Onboard I2S interface, 7Pin 2.54mm pitch pin-header
  • Microphone: 1 x onboard Microphone
  • USB Host: 4 x USB 2.0 Host, two are standard type A ports and the other two are 2.54mm pitch pin headers
  • Micro USB: 1 x USB 2.0 Client
  • LCD Interface: 0.5 mm pitch 45pin SMT FPC seat, for full-color LCD (RGB: 8-8-8)
  • HDMI: HDMI 1.4A, Type-A, 1080P60
  • LVDS: 20Pin 2.0mm pitch pin-header
  • DVP Camera Interface: 0.5mm pitch 24pin FPC socket.
  • GPIO: 2.54mm pitch 40pin header, compatible with Raspberry Pi's GPIO. It includes UART, SPI, I2C, PWM, IO etc
  • Debug Serial Port: 4Pin 2.54mm pitch pin header
  • User Key: 1 x Power , 1 x Reset
  • LED: 1 x Power LED, 1 x System Status LED
  • RTC: RTC Pins
  • PCB Dimension:64 x 60 mm, six-layer, ENIG
  • Power: DC 5V/3A
  • OS/Software: u-boot, Android5.1, Debian8, Android4.4, UbuntuCore+Qt

3 Diagram, Layout and Dimension

3.1 Layout

  • GPIO Pin Description
Pin# Name Pin# Name
1 SYS_3.3V 2 VDD_5V
3 I2C0_SDA 4 VDD_5V
5 I2C0_SCL 6 DGND
7 GPIOD8/PPM 8 UART3_TXD/GPIOD21
9 DGND 10 UART3_RXD/GPIOD17
11 UART4_TX/GPIOB29 12 GPIOD1/PWM0
13 GPIOB30 14 DGND
15 GPIOB31 16 GPIOC14/PWM2
17 SYS_3.3V 18 GPIOB27
19 SPI0_MOSI/GPIOC31 20 DGND
21 SPI0_MISO/GPIOD0 22 UART4_RX/GPIOB28
23 SPI0_CLK/GPIOC29 24 SPI0_CS/GPIOC30
25 DGND 26 GPIOB26
27 I2C1_SDA 28 I2C1_SCL
29 GPIOC8 30 DGND
31 GPIOC7 32 GPIOC28
33 GPIOC13/PWM1 34 DGND
35 SPI2_MISO/GPIOC11 36 SPI2_CS/GPIOC10
37 AliveGPIO3 38 SPI2_MOSI/GPIOC12
39 DGND 40 SPI2_CLK/GPIOC9

This GPIO pin spec is a little bit different from that of the NanoPi 2. Here is a comparison table of the two:40 pins GPIO comparison table

  • Debug Port(UART0)
Pin# Name
1 DGND
2 VDD_5V
3 UART_TXD0
4 UART_RXD0
  • 7Pin I2S Pin Description
Pin# Name
1 DGND
2 VDD_3.3V
3 I2S_BCK1
4 I2S_LRCK1
5 I2S_SDOUT1
6 I2S_SDIN1
7 I2S_MCLK1
  • 20Pin LVDS Pin Description
Pin# Name Pin# Name
1 SYS_3.3V 2 SYS_3.3V
3 GPIOC16 4 GPIOB18
5 DGND 6 DGND
7 LVDS_D0- 8 LVDS_D0+
9 LVDS_D1- 10 LVDS_D1+
11 LVDS_D2- 12 LVDS_D2+
13 DGND 14 DGND
15 LVDS_CLK- 16 LVDS_CLK+
17 LVDS_D3- 18 LVDS_D3+
19 I2C2_SCL 20 I2C2_SDA
  • DVP Camera IF Pin Description
Pin# Name
1, 2 SYS_3.3V
7,9,13,15,24 DGND
3 I2C0_SCL
4 I2C0_SDA
5 GPIOB14
6 GPIOB16
8,10 NC
11 VSYNC
12 HREF
14 PCLK
16-23 Data bit7-0
  • RGB LCD IF Pin Description
Pin# Name Description
1, 2 VDD_5V 5V Output, it can be used to power LCD modules
11,20,29, 37,38,39,40, 45 DGND Ground
3-10 Blue LSB to MSB RGB Blue
12-19 Green LSB to MSB RGB Green
21-28 Red LSB to MSB RGB Red
30 GPIOB25 available for users
31 GPIOC15 occupied by FriendlyARM one wire technology to recognize LCD models and control backlight and implement resistive touch, not applicable for users
32 XnRSTOUT Form CPU low when system is reset
33 VDEN signal the external LCD that data is valid on the data bus
34 VSYNC vertical synchronization
35 HSYNC horizontal synchronization
36 LCDCLK LCD clock, Pixel frequency
41 I2C2_SCL I2C2 clock signal, for capacitive touch data transmission
42 I2C2_SDA I2C2 data signal, for capacitive touch data transmission
43 GPIOC16 interrupt pin for capacitive touch, used with I2C2
44 NC not connected
Note
  1. SYS_3.3V: 3.3V power output
  2. VVDD_5V: 5V power input/output. When the external device’s power is greater than the MicroUSB’s the external device is charging the board otherwise the board powers the external device. The input range is 4.7V ~ 5.6V
  3. All pins are 3.3V, output current is 5mA
  4. For more details refer to the document: NanoPi-M2A-1604-Schematic.pdf

3.2 Board Dimension

NanoPi M3 Dimensions

For more details refer to the document:PCB in dxf format

4 快速入门

4.1 准备工作

启动NanoPi M2A前,请先准备好以下硬件

  • NanoPi M2A主板
  • microSD卡/TF卡: Class10或以上的 8GB SDHC卡
  • 一个microUSB接口的外接电源,要求输出为5V/2A(可使用同规格的手机充电器)
  • 一台支持HDMI输入的显示器或者电视(或选购LCD配件)
  • 一套USB键盘鼠标,同时连接还需要USB HUB (或选购串口转接板,要PC上进行操作)
  • 一台电脑,需要联网,建议使用Ubuntu 14.04 64位系统

4.2 Boot from SD Card

Get the following files from here download link:

  • Get a 8G SDHC card and backup its data if necessary.
Image Files
s5p4418-sd-friendlycore-xenial-4.4-armhf-YYYYMMDD.img.zip FriendlyCore with Qt 5.10.0 (base on Ubuntu core) image file
s5p4418-sd-lubuntu-desktop-xenial-4.4-armhf-YYYYMMDD.img.zip LUbuntu Desktop image file with X Window
s5p4418-sd-friendlywrt-4.4-YYYYMMDD.img.zip FriendlyWrt image file (base on OpenWrt)
s5p4418-sd-android7-YYYYMMDD.img.zip Android7 image file
s5p4418-sd-android-kitkat-YYYYMMDD.img.zip Android4.4 image file with support for 4G LTE
s5p4418-sd-android-lollipop-YYYYMMDD.img.zip Android5.1 image file
s5p4418-eflasher-lubuntu-desktop-xenial-4.4-armhf-YYYYMMDD.img.zip SD card image, which is used to install a lubuntu desktop to eMMC
s5p4418-eflasher-friendlywrt-4.4-YYYYMMDD.img.zip SD card image, which is used to install a FriendlyWrt to eMMC
s5p4418-eflasher-android7-YYYYMMDD.img.zip SD card image, which is used to install a android7 to eMMC
s5p4418-eflasher-friendlycore-xenial-4.4-armhf-YYYYMMDD.img.zip SD card image, which is used to install a friendly-core to eMMC
s5p4418-eflasher-android-kitkat-YYYYMMDD.img.zip SD card image, which is used to install a android4 to eMMC
s5p4418-eflasher-android-lollipop-YYYYMMDD.img.zip SD card image, which is used to install a android5 to eMMC
Flash Utility:
win32diskimager.rar Windows utility. Under Linux users can use "dd"
  • Uncompress these files. Insert an SD card(at least 4G) into a Windows PC and run the win32diskimager utility as administrator. On the utility's main window select your SD card's drive, the wanted image file and click on "write" to start flashing the SD card.
  • Insert this card into your board's boot slot, press and hold the boot key (only applies to a board with onboard eMMC) and power on (with a 5V/2A power source). If the PWR LED is on and LED1 is blinking this indicates your board has successfully booted.

4.3 Flash image to eMMC with eflasher

  • Download eflasher image file

An image file's name is as : s5p4418-eflasher-OSNAME-YYYYMMDD.img.zip
The "OSNAME" is the name of an OS e.g. android, friendlycore and etc;
This image file is used for making an installation SD card and it contains a Ubuntu core system and a utility EFlasher;
Download s5p4418-eflasher-OSNAME-YYYYMMDD.img.zip to a host PC and get a windows utility win32diskimager.rar as well;

  • Make Installation SD Card with eflasher

Extract the package with a 7z utility and you will get a file with an extension ".img". Insert an SDHC card(minimum 8G or above) to a PC running Windows, run the Win32DiskImager utility as administrator, click on "Image File" to select your wanted file, select your SD card and click on "Write" to start flashing the Image to your SD card;
If your PC runs Linux you can command "dd" to extract the package and get an ".img" file and write it to your SD card;

  • Operate in GUI Window: Flash OS to eMMC

Insert your SD card to NanoPi-M2A, connect an HDMI monitor or LCD to your board, press and hold the "boot" key beside the Ethernet port, power on the board you will see a pop-up window asking you to select an OS for installation. Select your wanted OS and start installation.

  • Operate in Commandline Utility: Flash OS to eMMC

Insert an installation SD card to NanoPi-M2A, log into or SSH to your board and run the following command to start EFlasher:

sudo eflasher

4.3.1 Make Installation Card under Linux Desktop

  • 1) Insert your SD card into a host computer running Ubuntu and check your SD card's device name
dmesg | tail

Search the messages output by "dmesg" for similar words like "sdc: sdc1 sdc2". If you can find them it means your SD card has been recognized as "/dev/sdc". Or you can check that by commanding "cat /proc/partitions"

  • 2) Downlaod Linux script

git clone https://github.com/friendlyarm/sd-fuse_nanopi2.git
cd sd-fuse_nanopi2

  • 3) Here is how to make a Lubuntu desktop SD card
sudo ./fusing.sh /dev/sdx lubuntu

(Note: you need to replace "/dev/sdx" with the device name in your system)
When you run the script for the first time it will prompt you to download an image you have to hit “Y” within 10 seconds otherwise you will miss the download

  • 4) Run this command to make a complete image file:
sudo ./mkimage.sh lubuntu

More content please refre: Assembling the SD card image yourself

4.4 Extend SD Card Section

  • When Debian/Ubuntu is loaded the SD card's section will be automatically extended.
  • When Android is loaded you need to run the following commands on your host PC to extend your SD card's section:
sudo umount /dev/sdx?
sudo parted /dev/sdx unit % resizepart 4 100 resizepart 7 100 unit MB print
sudo resize2fs -f /dev/sdx7

(Note: you need to replace "/dev/sdx" with the device name in your system)

4.5 LCD/HDMI Resolution

When the system boots our uboot will check whether it is connected to an LCD or to an HDMI monitor. If it recognizes an LCD it will configure its resolution. Our uboot defaults to the HDMI 720P configuration.
If you want to modify the LCD resolution you can modify file "arch/arm/plat-s5p4418/nanopi2/lcds.c" in the kernel and recompile it.
If your NanoPi-M2A is connected to an HDMI monitor and it runs Android it will automatically set the resolution to an appropriate HDMI mode by checking the "EDID". If your NanoPi-M2A is connected to an HDMI monitor and it runs Debian by default it will set the resolution to the HDMI 720P configuration. If you want to modify the HDMI resolution to 1080P modify your kernel's configuration as explained above.

4.6 Update SD Card's boot parameters From PC Host

Insert your SD card into a host PC running Linux, if you want to change your kernel command line parameters you can do it via the fw_setevn utility.
Check the current Command Line:

git clone https://github.com/friendlyarm/sd-fuse_nanopi2.git
cd sd-fuse_nanopi2/tools
./fw_printenv /dev/sdx | grep bootargs

For example, to disable android SELinux, You can change it this way:

./fw_setenv /dev/sdc bootargs XXX androidboot.selinux=permissive

The "XXX" stands for the original bootargs' value.

4.7 Run Android or Linux (TODO)

  • 将制作好SD卡插入NanoPi-M2A,连接HDMI,按住靠近网口的boot按键,最后接电源(5V 2A)拨动开关,NanoPi-M2A会从SD卡启动。你可以看到板上PWR灯常亮,LED1灯闪烁,这说明系统已经开始启动了,同时电视上也将能看到系统启动的画面。
  • 要在电视上进行操作,你需要连接USB鼠标和键盘;如果你选购了LCD配件,则可以直接使用LCD上面的触摸屏进行操作。

5 Work with FriendlyCore

5.1 Introduction

FriendlyCore is a light Linux system without X-windows, based on ubuntu core, It uses the Qt-Embedded's GUI and is popular in industrial and enterprise applications.

Besides the regular Ubuntu core's features our FriendlyCore has the following additional features:

  • it supports our LCDs with both capacitive touch and resistive touch(S700, X710, HD702, S430, HD101 and S70)
  • it supports WiFi
  • it supports Ethernet
  • it supports Bluetooth and has been installed with bluez utilities
  • it supports audio playing
  • it supports Qt 5.10.0 EGLES and OpenGL ES1.1/2.0 (Only for S5P4418/S5P6818)

5.2 System Login

  • If your board is connected to an HDMI monitor you need to use a USB mouse and keyboard.
  • If you want to do kernel development you need to use a serial communication board, ie a PSU-ONECOM board, which will

For example, NanoPi-M1:
PSU-ONECOM-M1.jpg
You can use a USB to Serial conversion board too.
Make sure you use a 5V/2A power to power your board from its MicroUSB port:
For example, NanoPi-NEO2:
USB2UART-NEO2.jpg

  • FriendlyCore User Accounts:

Non-root User:

   User Name: pi
   Password: pi

Root:

   User Name: root
   Password: fa

The system is automatically logged in as "pi". You can do "sudo npi-config" to disable auto login.

  • Update packages
$ sudo apt-get update

5.3 Configure System with npi-config

The npi-config is a commandline utility which can be used to initialize system configurations such as user password, system language, time zone, Hostname, SSH switch , Auto login and etc. Type the following command to run this utility.

$ sudo npi-config

Here is how npi-config's GUI looks like:
npi-config

5.4 Develop Qt Application

Please refer to: How to Build and Install Qt Application for FriendlyELEC Boards

5.5 Setup Program to AutoRun

You can setup a program to autorun on system boot with npi-config:

sudo npi-config

Go to Boot Options -> Autologin -> Qt/Embedded, select Enable and reboot.

5.6 Extend TF Card's Section

When FriendlyCore is loaded the TF card's section will be automatically extended.You can check the section's size by running the following command:

$ df -h

5.7 Transfer files using Bluetooth

Take the example of transferring files to the mobile phone. First, set your mobile phone Bluetooth to detectable status, then execute the following command to start Bluetooth search.:

hcitool scan


Search results look like:

Scanning ...
    2C:8A:72:1D:46:02   HTC6525LVW

This means that a mobile phone named HTC6525LVW is searched. We write down the MAC address in front of the phone name, and then use the sdptool command to view the Bluetooth service supported by the phone:

sdptool browser 2C:8A:72:1D:46:02

Note: Please replace the MAC address in the above command with the actual Bluetooth MAC address of the mobile phone.
This command will detail the protocols supported by Bluetooth for mobile phones. What we need to care about is a file transfer service called OBEX Object Push. Take the HTC6525LVW mobile phone as an example. The results are as follows:

Service Name: OBEX Object Push
Service RecHandle: 0x1000b
Service Class ID List:
  "OBEX Object Push" (0x1105)
Protocol Descriptor List:
  "L2CAP" (0x0100)
  "RFCOMM" (0x0003)
    Channel: 12
  "OBEX" (0x0008)
Profile Descriptor List:
  "OBEX Object Push" (0x1105)
    Version: 0x0100

As can be seen from the above information, the channel used by the OBEX Object Push service of this mobile phone is 12, we need to pass it to the obexftp command, and finally the command to initiate the file transfer request is as follows:

obexftp --nopath --noconn --uuid none --bluetooth -b 2C:8A:72:1D:46:02 -B 12 -put example.jpg

Note: Please replace the MAC address, channel and file name in the above command with the actual one.

After executing the above commands, please pay attention to the screen of the mobile phone. The mobile phone will pop up a prompt for pairing and receiving files. After confirming, the file transfer will start.

Bluetooth FAQ:
1) Bluetooth device not found on the development board, try to open Bluetooth with the following command:

rfkill unblock 0

2) Prompt can not find the relevant command, you can try to install related software with the following command:

apt-get install bluetooth bluez obexftp openobex-apps python-gobject ussp-push

5.8 WiFi

For either an SD WiFi or a USB WiFi you can connect it to your board in the same way. The APXX series WiFi chips are SD WiFi chips. By default FriendlyElec's system supports most popular USB WiFi modules. Here is a list of the USB WiFi modules we tested:

Index Model
1 RTL8188CUS/8188EU 802.11n WLAN Adapter
2 RT2070 Wireless Adapter
3 RT2870/RT3070 Wireless Adapter
4 RTL8192CU Wireless Adapter
5 mi WiFi mt7601
6 5G USB WiFi RTL8821CU
7 5G USB WiFi RTL8812AU

You can use the NetworkManager utility to manage network. You can run "nmcli" in the commandline utility to start it. Here are the commands to start a WiFi connection:

  • Change to root
$ su root
  • Check device list
$ nmcli dev

Note: if the status of a device is "unmanaged" it means that device cannot be accessed by NetworkManager. To make it accessed you need to clear the settings under "/etc/network/interfaces" and reboot your system.

  • Start WiFi
$ nmcli r wifi on
  • Scan Surrounding WiFi Sources
$ nmcli dev wifi
  • Connect to a WiFi Source
$ nmcli dev wifi connect "SSID" password "PASSWORD" ifname wlan0

The "SSID" and "PASSWORD" need to be replaced with your actual SSID and password.If you have multiple WiFi devices you need to specify the one you want to connect to a WiFi source with iface
If a connection succeeds it will be automatically setup on next system reboot.

For more details about NetworkManager refer to this link: Use NetworkManager to configure network settings

If your USB WiFi module doesn't work most likely your system doesn't have its driver. For a Debian system you can get a driver from Debian-WiFi and install it on your system. For a Ubuntu system you can install a driver by running the following commands:

$ apt-get install linux-firmware

In general all WiFi drivers are located at the "/lib/firmware" directory.


5.9 Ethernet Connection

If a board is connected to a network via Ethernet before it is powered on it will automatically obtain an IP with DHCP activated after it is powered up. If you want to set up a static IP refer to: Use NetworkManager to configure network settings


5.10 Custom welcome message

The welcome message is printed from the script in this directory:

/etc/update-motd.d/

For example, to change the FriendlyELEC LOGO, you can change the file /etc/update-motd.d/10-header. For example, to change the LOGO to HELLO, you can change the following line:

TERM=linux toilet -f standard -F metal $BOARD_VENDOR

To:

TERM=linux toilet -f standard -F metal HELLO

5.11 Modify timezone

For exampe, change to Shanghai timezone:

sudo rm /etc/localtime
sudo ln -ls /usr/share/zoneinfo/Asia/Shanghai /etc/localtime

5.12 Select the system default audio device

You can set the system default audio device by following the steps below.
Use the following command to view all the sound card devices in the system (Note: different development boards will have different results):

pi@NanoPi:~$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: nanopi2audio [nanopi2-audio], device 0: c0055000.i2s-ES8316 HiFi ES8316 HiFi-0 []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: nanopi2audio [nanopi2-audio], device 1: c0059000.spdiftx-dit-hifi dit-hifi-1 []
  Subdevices: 1/1
  Subdevice #0: subdevice #0

As you can see, the following sound card devices are available on the hardware:

Sound card device Sound card number Description
nanopi2audio device 0 3.5mm jack interface
nanopi2audio device 1 HDMI

To configure the audio output to the 3.5mm jack, create or modify the configuration file /etc/asound.conf and modify it to the following:

pcm.!default {
    type hw
    card 0
    device 0
}
 
ctl.!default {
    type hw
    card 0
}

To configure to output audio to HDMI, change the device 0 above to device 1.


5.13 Run Qt 5.10.0 Demo with GPU acceleration

Run the following command

$ sudo qt5demo

S5pxx18-QtE

5.14 Run Qt 5.10.0 Demo with OpenGL

Run the following command

. setqt5env
cd $QTDIR
cd /examples/opengl/qopenglwidget
./qopenglwidget

For more Qt 5.10.0 examples, please go to:
cd $QTDIR/examples/

5.15 Play HD Video with Hardware-decoding

gst-player is console player, it base on GStreamer, support VPU with Hardware-decoding:

sudo gst-player /home/pi/demo.mp4

The equivalent gsteamer command is as follows:

sudo gst-launch-1.0 filesrc location=/home/pi/demo.mp4 ! qtdemux name=demux demux. ! queue ! faad ! audioconvert ! audioresample ! alsasink device="hw:0,DEV=1" demux. ! queue ! h264parse ! nxvideodec ! nxvideosink dst-x=0 dst-y=93 dst-w=1280 dst-h=533

5.16 Connect to DVP Camera CAM500B

The CAM500B camera module is a 5M-pixel camera with DVP interface. For more tech details about it you can refer to Matrix - CAM500B.
Enter the following command to preview the video:

gst-launch-1.0 -e v4l2src device=/dev/video6 ! video/x-raw,format=I420,framerate=30/1,width=1280,height=720 ! nxvideosink

Enter the following command to start recording (VPU hardware encoding):

gst-launch-1.0 -e v4l2src device=/dev/video6 ! video/x-raw,format=I420,framerate=30/1,width=1280,height=720 ! tee name=t t. \
 ! queue ! nxvideosink t. ! queue ! nxvideoenc bitrate=12000000 ! mp4mux ! \
 filesink location=result_720.mp4

5.17 Power Off and Schedule Power On

“PMU Power Management” feature helps us to auto power on the board at a specific time, it is implemented by an MCU, support software power-off, and RTC alarm power-up functions.

Here’s a simple guide:
Turn on automatically after 100 seconds. (Time must be greater than 60 seconds.):

$ sudo echo 100 > /sys/class/i2c-dev/i2c-3/device/3-002d/wakealarm

After setting up the automatic boot, turn off board with the 'poweroff’ command:

$ sudo poweroff

Cancel automatic boot:

$ sudo echo 0 > /sys/class/i2c-dev/i2c-3/device/3-002d/wakealarm

Query the current settings, in the front is current time, followed by the time of automatic booting: If no automatic boot is set, it will display "disabled”.

$ sudo cat /sys/class/i2c-dev/i2c-3/device/3-002d/wakealarm


Note that some older versions of hardware may not support this feature, if you don't see this file node in your system:
/sys/class/i2c-dev/i2c-3/device/3-002d/wakealarm
your board may be it does not support this feature.

5.18 Installing and Using OpenCV 4.1.2

OpenCV has been pre-installed in FriendlyCore (Version after 20191126) and does not require manual installation.
Please refre this link: https://github.com/friendlyarm/install-opencv-on-friendlycore/blob/s5pxx18/README.md
Quick test:

. /usr/bin/cv-env.sh
. /usr/bin/setqt5env-eglfs
cd /usr/local/share/opencv4/samples/python
python3 turing.py

5.19 Installing and Using Caffe

git clone https://github.com/friendlyarm/install-caffe-on-friendlycore
cd install-caffe-on-friendlycore
sudo ./install-caffe.sh

6 Make Your Own OS Image

6.1 Install Cross Compiler

6.1.1 Install arm-linux-gcc 4.9.3

Download the compiler package:

git clone https://github.com/friendlyarm/prebuilts.git -b master --depth 1
cd prebuilts/gcc-x64
cat toolchain-4.9.3-armhf.tar.gz* | sudo tar xz -C /

Then add the compiler's directory to "PATH" by appending the following lines in "~/.bashrc":

export PATH=/opt/FriendlyARM/toolchain/4.9.3/bin:$PATH
export GCC_COLORS=auto

Execute "~/.bashrc" to make the changes take effect. Note that there is a space after the first ".":

. ~/.bashrc

This compiler is a 64-bit one therefore it cannot be run on a 32-bit Linux machine. After the compiler is installed you can verify it by running the following commands:

arm-linux-gcc -v
Using built-in specs.
COLLECT_GCC=arm-linux-gcc
COLLECT_LTO_WRAPPER=/opt/FriendlyARM/toolchain/4.9.3/libexec/gcc/arm-cortexa9-linux-gnueabihf/4.9.3/lto-wrapper
Target: arm-cortexa9-linux-gnueabihf
Configured with: /work/toolchain/build/src/gcc-4.9.3/configure --build=x86_64-build_pc-linux-gnu
--host=x86_64-build_pc-linux-gnu --target=arm-cortexa9-linux-gnueabihf --prefix=/opt/FriendlyARM/toolchain/4.9.3
--with-sysroot=/opt/FriendlyARM/toolchain/4.9.3/arm-cortexa9-linux-gnueabihf/sys-root --enable-languages=c,c++
--with-arch=armv7-a --with-tune=cortex-a9 --with-fpu=vfpv3 --with-float=hard
...
Thread model: posix
gcc version 4.9.3 (ctng-1.21.0-229g-FA)

6.2 Compile Linux kernel for FriendlyCore/Lubuntu/EFlasher

6.2.1 Compile Kernel

  • Download Kernel Source Code
git clone https://github.com/friendlyarm/linux.git -b nanopi2-v4.4.y --depth 1
cd linux

The NanoPi-M2A's kernel source code is in the "nanopi2-v4.4.y" branch.You need to switch to this branch.

  • Compile Ubuntu Kernel
touch .scmversion
make ARCH=arm nanopi2_linux_defconfig
make ARCH=arm

After your compilation succeeds an "arch/arm/boot/zImage" will be generated and a DTB file(s5p4418-nanopi2-rev*.dtb) will be generated in the "arch/arm/boot/dts/" directory. You can use them to replace the existing zImage and DTB files in the boot partition of your bootable SD card.

6.2.2 Use Your Generated Kernel

  • Update kernel in SD card

If you use an SD card to boot Ubuntu you can copy your generated zImage and DTB files to your SD card's boot partition(e.g. partition 1 /dev/sdX1).

  • Update kernel in eMMC

If you boot your board from eMMC you can update your kernel file by following the steps below:
1) Usually after OS is loaded eMMC's boot partition (in our example eMMC's device name was /dev/mmcblk0p1) will be automatically mounted and you can verify that by running "mount"
2) Connect your board to a host PC running Ubuntu and copy the zImage and DTB files to eMMC's boot partition
3) Or you can copy your generated kernel file to an external storage card(e.g. an SD card or a USB drive), connect the storage card to your board the move the file from the card to eMMC's boot partition
4) After update is done type "reboot" to reboot your board. Note: don't just directly disconnect your board from its power source or press the reset button to reboot the board. These actions will damage your kernel file

  • Generate Your boot.img

Refer to this repo: https://github.com/friendlyarm/sd-fuse_s5p4418

6.3 Compile Linux kernel for Android7

The Android 7.1.2 source code already contains the pre-compiled kernel. If you need to customize it, you can compile the kernel according to the following guide.

git clone https://github.com/friendlyarm/linux.git -b nanopi2-v4.4.y --depth 1
cd linux
touch .scmversion
make ARCH=arm nanopi2_nougat_defconfig
make ARCH=arm

The newly generated kernel is arch/arm/boot/zImage,The new DTB file is also included under the directory arch/arm/boot/dts/.(s5p4418-nanopi2-rev*.dtb).
If you only want to debug the kernel, you can quickly update it with adb:

adb root; adb shell mkdir /storage/sdcard1/; adb shell mount -t ext4 /dev/block/mmcblk0p1 /storage/sdcard1/;
adb push arch/arm/boot/zImage arch/arm/boot/dts/s5p4418-nanopi2-rev*.dtb /storage/sdcard1/

If you want to generate boot.img for burning, you can copy the kernel zImage and DTB files to the Android7 source code directory: device/friendlyelec/nanopi2/boot, then recompile Android7.

6.4 Compile U-Boot for Android7/FriendlyCore/Lubuntu/EFlasher

Download the U-Boot source code and compile it. Note that the github's branch is nanopi2-v2016.01:

git clone https://github.com/friendlyarm/u-boot.git 
cd u-boot
git checkout nanopi2-v2016.01
make s5p4418_nanopi2_defconfig
make CROSS_COMPILE=arm-linux-

After your compilation succeeds a bootloader.img will be generated. If you want to test it flash it to your installation SD card to replace an existing U-Boot v2016.01 file via fastboot, sd-fuse_s5p4418 or eflasher ROM.
For Android7: Copy bootloader.img to Android7 source directory device/friendlyelec/nanopi2/boot, then recompile Android7.
Note: you cannot use mixed U-Boot files. For example you cannot use fastboot to update an existing U-Boot V2014.07 and you cannot use bootloader.img to replace an existing u-boot.bin

6.5 Compile Android 7.1.2

6.5.1 Install Cross Compiler

Install 64 bit Ubuntu 16.04 on your host PC.

sudo apt-get install bison g++-multilib git gperf libxml2-utils make python-networkx zip
sudo apt-get install flex curl libncurses5-dev libssl-dev zlib1g-dev gawk minicom
sudo apt-get install openjdk-8-jdk
sudo apt-get install exfat-fuse exfat-utils device-tree-compiler liblz4-tool

For more details refer to https://source.android.com/source/initializing.html

6.5.2 Download Android7 Source Code

There are two ways to download the source code:

  • repo archive file on netdisk

Netdisk URL: Click here
File location on netdisk:sources/s5pxx18-android-7.git-YYYYMMDD.tar (YYYYMMDD means the date of packaging)
After extracting the repo package from the network disk, you need to execute the sync.sh script, which will pull the latest code from gitlab:

tar xvf /path/to/netdisk/sources/s5pxx18-android-7.git-YYYYMMDD.tar
cd s5pxx18-android-7
./sync.sh
  • git clone from gitlab

NanoPi-M2A source code is maintained in gitlab, You can download it by running the following command:

git clone https://gitlab.com/friendlyelec/s5pxx18-android-7.git -b master

6.5.3 Compile Android7

cd s5pxx18-android-7
source build/envsetup.sh
lunch aosp_nanopi2-userdebug
make -j8

After your compilation succeeds the following files will be generated in the "out/target/product/nanopi2/" directory.

filename partition Description
bl1-mmcboot.bin raw boot firmware
loader-mmc.img raw boot firmware
bl_mon.img raw boot firmware
bootloader.img raw uboot-v2016.01
env.conf - Uboot environment variable containing Android kernel command line parameters
boot.img boot kernel zImage, DTBs; logo; Android ramdisk
cache.img cache -
userdata.img userdata -
system.img system -
partmap.txt - Partition description file

7 Connect NanoPi-M2A to External Modules

7.1 Connect NanoPi-M2A to USB Camera(FA-CAM202)

  • In this use case the NanoPi-M2A runs Debian. If you connect your NanoPi-M2A to our LCD or an HDMI monitor after Debain is fully loaded click on "other"-->"xawtv" on the left bottom of the GUI and the USB Camera application will be started. After enter "welcome to xawtv!" click on "OK" to start exploring.

USB camera USB camera-01

7.2 Connect NanoPi-M2A to CMOS 5M-Pixel Camera

For more details about the CAM500A camera refer to [1]

  • If your NanoPi-M2A runs Android5.1 and it is connected to our LCD or an HDMI monitor after Android is fully loaded click on the "Camera" icon and the application will be started. You can take pictures or record videos

CMOS camera

  • Under Debian a camera utility "nanocams" is available for previewing 40 frames and picture taking. You can try it by following the commands below
sudo nanocams -p 1 -n 40 -c 4 -o IMG001.jpg

For more details about the usage of the nanocams run "nanocams -h". You can get its source code from our git hub:

git clone https://github.com/friendlyarm/nexell_linux_platform.git
  • Under FriendlyCore (kernel 4.4), You can try it by following the commands below:

Enter the following command to preview the video:

gst-launch-1.0 -e v4l2src device=/dev/video6 ! video/x-raw,format=I420,framerate=30/1,width=1280,height=720 ! nxvideosink

Enter the following command to start recording (VPU hardware encoding):

gst-launch-1.0 -e v4l2src device=/dev/video6 ! video/x-raw,format=I420,framerate=30/1,width=1280,height=720 ! tee name=t t. \
 ! queue ! nxvideosink t. ! queue ! nxvideoenc bitrate=12000000 ! mp4mux ! \
 filesink location=result_720.mp4

7.3 Use OpenCV to Access USB Camera

  • The full name of "OpenCV" is Open Source Computer Vision Library and it is a cross platform vision library.
  • When the NanoPi-M2A runs Debian users can use OpenCV APIs to access a USB Camera device.

1. Here is a guideline on how to use OpenCV with C++ on the NanoPi-M2A:

  • Firstly you need to make sure your NanoPi-M2A is connected to the internet.Login to your NanoPi-M2A via a serial terminal or SSH. After login type in your username(root) and password(fa):
  • Run the following commands:


apt-get update
apt-get install libcv-dev libopencv-dev

2. Make sure your USB camera works with the NanoPi-M2A. You can test your camera with NanoPi-M2A's camera utility.

3. Check your camera device:

ls /dev/video*
  • Note:in our test case video0 was the device name.

4. OpenCV's code sample(official code in C++) is under /home/fa/Documents/opencv-demo. Compile the code sample with the following commands:

cd /home/fa/Documents/opencv-demo
make

After it is compiled successfully a "demo" executable will be generated

5. Connect NanoPi-M2A to USB Keyboard & Run the Following Command:

./demo

opencv is successfully started

7.4 Connect NanoPi-M2A to Matrix GPS Module

  • The Matrix-GPS module is a small GPS module with high performance. It can be used in navigation devices, four-axle drones and etc.
  • The Matrix-GPS module uses serial communication. When the NanoPi-M2A is connected to the Matrix GPS module, after the NanoPi-M2A is powered up type in the following command in a terminal or click on the xgps icon it will be started.
$su - fa -c "DISPLAY=:0 xgps 127.0.0.1:9999"
  • Or on the Debian GUI start the LXTerminal, type in "xgps" and enter it will be started too.

For more details about this GPS module refer to Click to check
Refer to the following diagram to connect the NanoPi-M2A to the Matrix-GPS:
GPS_NanoPC-T2

Connection Details:

Matrix-GPS NanoPi-M2A
RXD Pin11
TXD Pin12
5V Pin29
GND Pin30

8 Access Hardware under Android

FriendlyElec developed a library called “libfriendlyarm-things.so”, for android developer to access the hardware resources on the development board in their android apps, the library is based on Android NDK.
Accessible Modules:

  • Serial Port
  • PWM
  • EEPROM
  • ADC
  • LED
  • LCD 1602 (I2C)
  • OLED (SPI)


Interfaces & Ports:

  • GPIO
  • Serial Port
  • I2C
  • SPI


Refer to the following url for details:

9 Connect NanoPi-M2A to FriendlyARM LCD Modules

  • Android

Here are the LCDs that are supported under Android:S430, S700/S701, S702, HD700, HD702, HD101 and X710 all of which are LCDs with capacitive touch.

  • FriendlyCore & Lubuntu Desktop

Here are the LCDs that are supported under FriendlyCore and Lubuntu Desktop:S430, S700/S701, S702, HD700, HD702, HD101 and X710 all of which are LCDs with capacitive touch;
W35B, H43, P43, S70D and Matrix 2.8" SPI Key TFT LCD all of which are LCDs with resistive touch
All these LCD's tech details can be obtained on our wiki site:LCDModules

10 Resources

11 Source Code and Image Files Download Links

  • Image File: [3]
  • Source Code: [4]

12 Tech Support

If you have any further questions please visit our forum http://www.friendlyarm.com/Forum/ and post a message or email us at techsupport@friendlyarm.com. We will endeavor to get back to you as soon as possible.

13 Update Log

13.1 2023-01-09

13.1.1 FriendlyCore:

  • optimized the systemd service

13.2 2020-10-26

  • FriendlyCore, Lubuntu:

Fix Bluetooth stability issue

13.3 2019-12-28

  • eflasher:

1) Supports flashing only some files, such as updating only the kernel and uboot in emmc
2) Added gui option to disable overlay filesystem
3) Add command line parameters to achieve one-click installation without interaction
4) Fix the issue that the same mac address will appear on different devices after backup and restore image
5) UI interface can now be configured with title, hide interface menus and buttons

13.4 2019-11-26

  • FriendlyCore:

Pre-installed OpenCV 4.1.2

13.5 2019-11-14

  • Introducing a new system FriendlyWrt:

FriendlyWrt is a customized OpenWrt system developed by FriendlyElec. It is open source and suitable for applications in IoT, NAS etc.
Please refre: http://wiki.friendlyelec.com/wiki/index.php/How_to_Build_FriendlyWrt

  • FriendlyCore, Lubuntu updated as follows:

1) Added support for new 4.3-inch screen YZ43
2) Compile bcmdhd as a module.

  • Android7 update is as follows:

1) Added support for new 4.3-inch screen YZ43
2) Optimize the touch experience when using HD900 screen under Android 7 system
3) Optimize the touch experience when using S702 screen under Android 7 system

13.6 2019-10-18

  • Android7, FriendlyCore, Lubuntu:

Fixed audio playback issue.

13.7 2019-09-30

  • Android7 updated as follows:

1)Added support for Android hardware access library (named FriendlyThing), support access to hardware resources such as GPIO, PWM, RTC, serial port and watchdog, providing open source demo
2) Added support for camera CAM500B (OV5640)
3) Added support for LCD W500 (800x480)
4) Fixed LCD-S430 compatibility issues

  • FriendlyCore, FriendlyDesktop updated as follows:

1) Kernel version updated to v4.4.172, same as Android 7
2) Added Docker support, support 32bit and 64bit file systems
3) Kernel configuration items are optimized to enable more features and device drivers

13.8 2019-07-18

  • Introducing a new system Android 7.1.2

1) Features similar to the old version of Android 5, support 4G, WiFi, Ethernet, Bluetooth, etc.
2) Kernel version: 4.4.172
3) Known issue: The camera is not working yet

  • Android/FriendlyCore/Lubuntu updated as follows:

1) Fix an issue where HD101B can't be touched in some cases
2) Fix GPIO configuration of Power key
3) Solve the problem of too small volume: the volume of the DAC is changed from -20dB to -6dB during playback.
4) Add more models of USB Wi-Fi support, built-in driver rtl8821CU.ko, rtl88XXau.ko

  • Updates for Lubuntu only:

1) Modify Lubuntu's Power key behavior to (without pop-ups) shut down directly
2) Add script xrotate.sh to simplify screen rotation settings (Note: screen rotation will lose performance)

  • The following updates are only available for NanoPC T2, Smart4418:

Support for reading Ethernet Mac addresses from the onboard EEPROM, only supports the following systems: FriendlyCore, Lubuntu, Android7

13.9 2019-06-25

Linux(Ubuntu 16.04/18.04) uses OverlayFS to enhance filesystem stability.

13.10 2019-06-03

1) Configure LED1 to be in heartbeat mode
2) Fix HDMI 1080P may have no display problem in some cases
3) Fix the issue that mysql cannot be installed under Linux
4) Fix the issue that the 1-wire touch resistance screen cannot be used under lubuntu

13.11 2019-01-24

1) Update uboot-v2014.07, uboot-v2016.01 for HD702V LCD
2) Adjust Qt5 font path

13.12 2018-12-17

  • Android5 updated as follows:

1) Add support for 4G network, support module: Quectel EC20
2) Add audio setting UI, you can set the default output to headphones or HDMI
3) Synchronously turn off the backlight of the one-line touch screen when the system Shutdown

  • FriendlyCore updated as follows:

1) Add OV5640 camera support
2) Update BL1 to improve system startup stability

  • Lubuntu updated as follows:

1) Add Chrome-browser browser, support web page 1080P hardware decoding, support WebGL
2) Set the audio output channel to HDMI by default (can be changed via /etc/asound.conf)
3) Update BL1 to improve system startup stability
4) Fixed some issues regarding the package error in the previous version
5) Adjust DPMS settings, turn off automatic sleep by default

13.13 March-04-2016

  • Released English version

13.14 March-09-2016

  • Corrected a typo

13.15 March-23-2016

  • Added section 11

13.16 March-27-2016

  • Corrected expression errors

13.17 April-08-2016

  • Added section 6.4.2 and 7.4
  • Updated section 6.5

13.18 June-30-2016

  • Added section 9 and 10

13.19 Sep-04-2016

  • Updated section 5.2.2 and 10.1.1

13.20 Sep-27-2016

  • Updated section 5.2.2, 7.5 and 8.2

13.21 Nov-2-2016

  • Updated section 6.2, 6.3, 6.4 and 12

13.22 Nov-17-2016

  • Added section 10.6

13.23 Dec-7-2016

  • Added section 6.6
  • Updated section 7.5

13.24 June-13-2016

  • Added section 7: added UbuntuCore
  • Added section 11.3: added DietPi

13.25 June-20-2016

  • Updated sections 6.2 & 6.3: Wireless connection and WiFi AP setting
  • Added section 3: software features