支持正基WiFi模块.高通WiFi模块: 2.4G速率: 5G AC速率: 支持SoftAP.STA模式:…
采用的是RTL8189 SDIO 模块,介绍如下 The Realtek RTL8189ES-VB-CG is a highly integrated single-chip 802.11n Wireless LAN (WLAN) network SDIO interface (SDIO 1.1/ 2.0/ 3.0 compliant) controller. It is a WLAN MAC, a 1T1R capable WLAN baseband, and WLAN RF in a sin…
基于Zynq PS与PL之间寄存器映射 Standalone & Linux 例程 待添加完善中…
基于Zynq AXI-Bram Standalone & Linux 例程 待添加完善中…
基于Zynq AXI-GPIO Standalone & Linux 例程 待添加完善中…
编译好kernel和driver 加载firmware后,运行下述命令. mkdir /var/run/ mkdir /var/run/hostapd   ifconfig -a                                   ifconfig wlan0 up                             ifconfig wlan0 193.168.8.1  hostapd /etc/hostapd_cfg.conf &   通过手机可扫描到zynq平台发出的W…
链接: https://pan.baidu.com/s/1JwNfLY50eoMr2_UO3lAfZw 密码: j8ex 链接: https://pan.baidu.com/s/1JwNfLY50eoMr2_UO3lAfZw 密码: j8ex…
此篇编译根文件系统 下载busybox和dropbear, [#73#13:04:52 FPGADeveloper@ubuntu ~/Zybo_Demo/XilinxFS]$wget --no-check-certificate https://git.busybox.net/busybox/snapshot/busybox-1_23_1.tar.gz --2017-08-14 13:04:56-- https://git.busybox.net/busybox/snapshot/busybox…
此篇编译Kernel 解压: [#17#17:26:56 FPGADeveloper@ubuntu ~/Zybo_Demo]$tar zxvf *.tar.gz 进入到文件kernel文件夹中,clean [#19#18:48:24 FPGADeveloper@ubuntu ~/Zybo_Demo/linux-xlnx-xilinx-v2014.2]$make distclean 配置 [#21#18:49:01 FPGADeveloper@ubuntu ~/Zybo_Demo/linux-xl…
在此篇,我们编译UBOOT 解压: [#17#17:26:56 FPGADeveloper@ubuntu ~/Zybo_Demo]$tar zxvf *.tar.gz 在解压过程中出现下述问题 tar: xlnx-boot/arch/arm/include/asm/arch: Cannot create symlink to `arch-zynq': File exists 原因:源码包不能放置在共享文件夹中,将源码包拷贝至linux文件系统上. clean [#63#18:31:49 FPGA…