Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => A20 => Topic started by: xichlo on March 04, 2015, 08:57:18 PM

Title: PWM problem (SOLVED)
Post by: xichlo on March 04, 2015, 08:57:18 PM
Hi,

I'm trying to patch related with PWM:

I downloaded the patch sunxi-pwm.patch from https://docs.google.com/file/d/0B-bAEPML8fwlLVRucUJwamFQWHc/edit?usp=sharing

and apply the patch for A20_OlinuXino_Micro

# patch -p0 < sunxi-pwm.patch

I got this error:

patching file drivers/misc/pwm+sunxi.c
Hunk #1 FAILED at 48.
1 out of 1 hunk FAILED -- saving rejects to file drivers/misc/pwm/sunxi.c.rej


Do you have any idea to solve this problem?

I would like to make some changes in the kernel configuration

# make ARCH=arm menuconfig

But there is no MISC directory. ANy help????
Title: Re: PWM problem (SOLVED)
Post by: seandillon on May 28, 2015, 02:55:39 AM
Hello, I have same problem. Could you solve this problem?