-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LED-PWR and LED-HDD Support #2
Comments
Yes. You can do it by editing the GPIO config file(/etc/kvmd/override.d/atx.yaml). Here is an example.
|
When I use this atx.yaml (vs the one in the README) I get the following errors when kvmd starts up.
|
Sorry, I have missed something. The blikvm_server occupied these GPIO ports. Here is the full instruction. |
//3. init atx module
/*
if(blikvm_atx_init() == 0)
{
BLILOG_D(TAG,"init atx success\n");
}
else
{
BLILOG_E(TAG,"init atx failed\n");
}
*/ make H616=1 ST7789=1 kvmd:
gpio:
scheme:
on-off-button:
pin: 228
mode: output
switch: false
pulse:
delay: 0.5
max_delay: 2
force-off-button:
pin: 228
mode: output
switch: false
pulse:
delay: 3
max_delay: 5
reset-button:
pin: 272
mode: output
switch: false
pulse:
delay: 0.5
max_delay: 2
power-led:
pin: 234
mode: input
hdd-led:
pin: 233
mode: input
view:
table:
- []
- ["#ATX on BliKVM hardware", "power-led|green", "hdd-led|yellow"]
- []
- ["on-off-button|confirm|On/Off", "force-off-button|confirm|Force Off", "reset-button|confirm|Reset"]
|
Great - That works!! Is there a way to update the kernel on the H616, or is there something custom that requires it to be held back? |
|
Hello,
First of all great project, it seems to be working flawlessly so far. One thing i didn't find a way to make it work is showing the HDD and Power indications which are on GPIO 9 for HDD and GPIO 10 for Power according to blicube website for Allwiner device, is there a possibility this functionality to be added also?
The text was updated successfully, but these errors were encountered: