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>
2.2 KiB
Executable File
2.2 KiB
Executable File
更新日志
V1.4 更新日志
- 更新uboot,提供rv1106使用spi_nand和emmc快速启动的支持
- 优化了uboot对SD卡的兼容性,减少识别SD卡失败的概率
- 更新内核版本为5.10.160,提高rv1106g3的npu频率
- 更新buildroot的镜像源,使软件包下载更加稳定
- 添加了自定义文件系统的支持
- 部分bug修复
V1.3 更新日志
- 添加Luckfox-pico-Ultra和Luckfox-pico-Ultra-W支持
- 优化了板级支持文件的选择操作
- 优化了buildroot的软件包下载速度,会根据下载环境选择速度较快的源服务器
- 优化了buildroot的包管理操作,
build.sh命令添加了buildrootconfig选项可以直接进入buildroot的menuconfig - 优化了rootfs的clean操作,可以保留buildroot已经下载的软件包
- 优化了kernel的配置操作,
build.sh命令添加了kernelconfig选项可以进入kernel的menuconfig - 添加了
config配置文件夹,可以快速配置设备树、内核和Buildroot - 优化了系统的根文件系统打包流程,可以在
<Luckfox-pico SDK PATH>/output/out/rootfs_uclibc_rv1106文件夹下对根文件进行客制化修改 - 修改了默认设备树的配置,可以在板端系统使用
luckfox-config命令配置引脚和接口功能 - 部分bug修复
V1.2 更新日志
- 添加ubuntu系统兼容
- 恢复对busybox的支持,使用户可以根据自身需求busybox、buildroot和ubuntu
- 添加ubuntu根文件子库,并且支持github与gitee源切换
- 添加exfat文件系统的支持
- 部分bug修复
V1.1 更新日志
- rootfs使用buildroot构建,可以更加轻松的添加或者删除应用程序
- 原先使用busybox直接构建rootfs,被移动到busybox分支
- buildroot默认开启以下库
- python3
- 默认开启以下库
- PERIPHERY
- PILLOW(暂时无法加载字体)
- SERIAL
- SMBUS
- SPIDEV
- ssh
- 默认开机自启
- 账号为root
- 密码为luckfox
- samba
- 默认开机自启
- 账号为root
- 密码为luckfox
- adb
- 默认开机自启
- python3
V1.0 更新日志
- 初次上传,默认系统为busybox