-
Notifications
You must be signed in to change notification settings - Fork 9
Home
gtxaspec edited this page Feb 1, 2024
·
7 revisions
Welcome to the u-boot-ingenic wiki!
- Automatic Partition Recognition: Seamless compatibility with OpenIPC or custom firmware, recognizing partitions automatically.
- DHCP Client: DHCP functionality for automatic network configuration.
- FAT-Write Capability: Allows writing to FAT file systems, enhancing file management flexibility.
- Filesystem Compatibility: Supports ext2 and ext4 filesystems for broader storage options.
- Functional Autoupdate: An effective, built-in system for automatic firmware updates via SD card.
- GPIO Environment Variable Storage: Store and set GPIO configurations right at the device's startup.
- Hush Command Shell: An advanced, interactive command-line interface.
- JFFS2 Support: Integrated support for JFFS2 filesystems.
- SDStart: Specialized command for automated loading of the linux kernel from an SD card.
- TFTP Server: Built-in TFTP server to facilitate loading and recovery.
- USB Networking Support: Integrated support for ASIX USB adapters, facilitating network connectivity.
- USB Storage: Enables the use of USB storage devices.
-
USB System Activation: Initiate with the command
usb start
. -
Booting Kernel from SD Card: Utilize the command
sdstart
. -
Updating Flash Storage via SD Card: Employ a full image file named
autoupdate-full.bin
on the SD card, followed by executingsdupdate
. -
Command Reference: Access a comprehensive list of commands using
help
.