project:cfg:BoardConfig_IPC: Added fastboot BoardConfig file and firmware post-scripts, distinguishing between the BoardConfigs for Luckfox Pico Pro and Luckfox Pico Max. project:app: Added fastboot_client and rk_smart_door for quick boot applications; updated rkipc app to adapt to the latest media library. media:samples: Added more usage examples. media:rockit: Fixed bugs; removed support for retrieving data frames from VPSS. media:isp: Updated rkaiq library and related tools to support connection to RKISP_Tuner. sysdrv:Makefile: Added support for compiling drv_ko on Luckfox Pico Ultra W using Ubuntu; added support for custom root filesystem. sysdrv:tools:board: Updated Buildroot optional mirror sources, updated some software versions, and stored device tree files and configuration files that undergo multiple modifications for U-Boot and kernel separately. sysdrv:source:mcu: Used RISC-V MCU SDK with RT-Thread system, mainly for initializing camera AE during quick boot. sysdrv:source:uboot: Added support for fastboot; added high baud rate DDR bin for serial firmware upgrades. sysdrv:source:kernel: Upgraded to version 5.10.160; increased NPU frequency for RV1106G3; added support for fastboot. Signed-off-by: luckfox-eng29 <eng29@luckfox.com> |
||
|---|---|---|
| .. | ||
| images | ||
| rk1808/ap6212_a | ||
| rk2108/ap6212_a | ||
| Kconfig | ||
| README.md | ||
| SConscript | ||
| wice_init.c | ||
| wice_rtt_interface.h | ||
WICE使用说明
1、介绍
wice 是RTOS上的一个WIFI框架,目前支持AP系列芯片,并且支持AIRKISS
2、KCONFIG配置
WICE会默认打开SDIO, WLAN, LWIP, 其中LWIP需要重新配置
3、使用说明
1、WICE命令说明
wice command
wice [-c | -d | -a | -s | -e | -q]
-c create wice driver
-d delete wice driver
-a auto create and delete wice
-q quit create and delete wice
-s start airkiss
-e end airkiss
-g get airkiss result
Examples: wice start wice wice -s start wice
2、WL测试命令
该命令继承rkos 的命令格式, 格式如下
wl "rkos命令", 例如:wl wl.start
start start wifi mfg test
stop stop wifi mfg test
down wl down
up wl up
mpc wl mpc 0
country wl country All
band wl band a/b/auto 2.4g, 5g
rate wl rate -r/h/v %d -b %d
channel wl channel
watchdog wl phy_watchdog 0
suppress wl scansuppress 1
forcecal wl phy_phy_forcecal 1
txpwrctr wl phy_txpwrctrl 1
txpwr1 wl txpwr1 %d(-1)
pkstop wl pkteng_stop tx/rx
pkstart wl pkteng_start mac tx/rx %d %d %d
chanspec wl chanspec %d/%d
mimo_txbw wl mimo_txbw 4
out wl out
fqacurcy wl fqacurcy 1
reset_cnts wl reset_cnts
bi wl bi 65535
rateset wl rateset %db(54b)
nrate wl.nrate -m 7
counters wl.counters

