-
Notifications
You must be signed in to change notification settings - Fork 60
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
PWM control of LED in Linux #20
Comments
You need to add the Then the 3 PWM drivers should be in the device tree, and accessed using these commands: |
@gregdavill does this mean I will have to load everything over serial? Or is there a branch with your flash changes that I can use? I have not been able to get SD card boot to work yet (I've tried different cards but no luck getting past Liftoff). |
Not sure if this is the right place to post...
|
This branch should work. Right now it's just setup for serial boot, but good to confirm that works first before adding FLASH back in. This should have a PWM enabled RGB led driver available in Linux. |
@gregdavill thanks, I was able to load images.json with lxterm and boot Linux. I ran this:
but I see no change in the LEDs on board. I am using a buildroot that I built using the linux-on-litex-vexriscv instructions. This is the kernel:
any suggestions? |
Please tell me if I should create this issue somewhere else.
I remember you controlled the LED with PWM driver in Linux.
Could you share the commands you used?
thanks!
The text was updated successfully, but these errors were encountered: