2.1 KiB
Executable File
2.1 KiB
Executable File
Updatelog
V1.3 Updatelog
- 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
buildrootconfigoption to thebuild.shcommand to directly enter buildroot's menuconfig - Improved the rootfs clean operation to retain Buildroot already downloaded packages
- Enhanced kernel configuration operations; added the
kernelconfigoption to thebuild.shcommand to enter the kernel's menuconfig - Added a
configfolder 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_rv1106folder - Modified the default device tree configuration, enabling pin and interface function configuration on the board system using the
luckfox-configcommand - Partial bug fixes
V1.2 Updatelog
- 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
V1.1 Updatelog
- 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
V1.0 Updatelog
- Initial upload, default system is busybox