- Updated U-Boot to support fast boot for RV1106 using SPI NAND and eMMC.
- Optimized U-Boot compatibility with SD cards, reducing the likelihood of SD card recognition failures.
- Updated the kernel version to 5.10.160, increasing the NPU frequency for RV1106G3.
- Updated the Buildroot mirror source for more stable package downloads.
- Added support for custom file systems.
- Partial bug fixes
- Added support for Luckfox-pico-Ultra and Luckfox-pico-Ultra-W
- Optimized the selection process for board support files
- Improved the download speed of buildroot by selecting the fastest mirror based on the download environment
- Enhanced buildroot package management operations; added the
buildrootconfig
option to thebuild.sh
command to directly enter buildroot's menuconfig - Improved the rootfs clean operation to retain Buildroot already downloaded packages
- Enhanced kernel configuration operations; added the
kernelconfig
option to thebuild.sh
command to enter the kernel's menuconfig - Added a
config
folder for quick configuration of device trees, kernel, and buildroot - Optimized the system's root filesystem packaging process, allowing customization of root files in the
<Luckfox-pico SDK PATH>/output/out/rootfs_uclibc_rv1106
folder - Modified the default device tree configuration, enabling pin and interface function configuration on the board system using the
luckfox-config
command - Partial bug fixes
- Added compatibility for Ubuntu system
- Restored support for busybox, allowing users to choose between busybox, buildroot, and Ubuntu according to their needs
- Added Ubuntu root file submodule and support for switching between GitHub and Gitee sources
- Added support for exFAT file system
- Partial bug fixes
- Rootfs built using buildroot, making it easier to add or remove applications
- Previously, the rootfs was directly built using busybox, which has been moved to the busybox branch
- Buildroot now defaults to enabling the following libraries:
- Python3
- Default libraries enabled:
- PERIPHERY
- PILLOW (font loading temporarily unavailable)
- SERIAL
- SMBUS
- SPIDEV
- SSH
- Automatically starts on boot
- Account: root
- Password: luckfox
- Samba
- Automatically starts on boot
- Account: root
- Password: luckfox
- ADB
- Automatically starts on boot
- Python3
- Initial upload, default system is busybox