1.8 KiB
Executable File
1.8 KiB
Executable File
Updatelog
V1.3 Updatelog
- Added support for Luckfox-pico Ultra / Luckfox-pico Ultra W
- Restructured the board support files, adding Wifi settings to the Luckfox-pico Ultra W board support files.
- Added
kernelconfigandbuildrootconfigcommands to./build.sh, enabling direct access to menuconfig. After configuration, modifications are automatically applied by replacing the corresponding defconfig file - Created symbolic links for device tree files, kernel configuration files, and buildroot configuration files, facilitating direct editing within the
configfolder - Implemented automatic switching of buildroot sources, enabling selection of repository sources based on network conditions before building the buildroot root file system
- 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