This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:common:development:kbi [2026/02/02 00:44] gray update by using AI |
products:sbc:common:development:kbi [2026/05/11 02:15] (current) nick |
||
|---|---|---|---|
| Line 8: | Line 8: | ||
| * Perform low-level hardware management. | * Perform low-level hardware management. | ||
| * Enable developers to utilize all the features of Khadas SBCs. </ | * Enable developers to utilize all the features of Khadas SBCs. </ | ||
| + | </ | ||
| <WRAP info > | <WRAP info > | ||
| Line 52: | Line 53: | ||
| ``` | ``` | ||
| - | ==== MCU Verison | + | ==== MCU verison |
| Get the MCU firmware version: | Get the MCU firmware version: | ||
| Line 88: | Line 89: | ||
| The ADC value can be used to distinguish between different hardware modules. | The ADC value can be used to distinguish between different hardware modules. | ||
| - | ==== Power Off ==== | + | ==== Power off ==== |
| Power off the device: | Power off the device: | ||
| Line 95: | Line 96: | ||
| ``` | ``` | ||
| - | ==== MAC Address | + | ==== MAC address |
| Get the Ethernet MAC address: | Get the Ethernet MAC address: | ||
| Line 103: | Line 104: | ||
| ``` | ``` | ||
| - | ==== LED Control | + | ==== LED control |
| The blue LED has four operating modes: '' | The blue LED has four operating modes: '' | ||
| Line 143: | Line 144: | ||
| ``` | ``` | ||
| - | ==== Boot Mode ==== | + | ==== Boot mode ==== |
| You can flash images to either SPI flash or eMMC storage on the VIM2, and use KBI to set one of them as the default boot media. | You can flash images to either SPI flash or eMMC storage on the VIM2, and use KBI to set one of them as the default boot media. | ||
| Line 165: | Line 166: | ||
| ``` | ``` | ||
| - | ==== Boot Trigger Events | + | ==== Boot trigger events |
| The VIM2 supports several events to trigger boot-up: | The VIM2 supports several events to trigger boot-up: | ||