Re: [beagleboard] Disabling PowerOff and Reset button

2017-04-04 Thread PM
Thanks Robert. I removed the whole node and still no success :( Le vendredi 31 mars 2017 18:50:06 UTC+2, RobertCNelson a écrit : > > On Fri, Mar 31, 2017 at 4:33 AM, PM > wrote: > > Thanks Robert ! It now compiles. > > > > I run make & make install. It does something

Re: [beagleboard] Disabling PowerOff and Reset button

2017-03-31 Thread Robert Nelson
On Fri, Mar 31, 2017 at 4:33 AM, PM wrote: > Thanks Robert ! It now compiles. > > I run make & make install. It does something like that : > > ‘src/arm/am335x-abbbi.dtb’ -> ‘/boot/dtbs/4.4.43-ti-r84/ > am335x-abbbi.dtb’ > ‘src/arm/am335x-baltos-ir2110.dtb’ -> >

Re: [beagleboard] Disabling PowerOff and Reset button

2017-03-31 Thread PM
Thanks Robert ! It now compiles. I run make & make install. It does something like that : ‘src/arm/am335x-abbbi.dtb’ -> ‘/boot/dtbs/4.4.43-ti-r84/ am335x-abbbi.dtb’ ‘src/arm/am335x-baltos-ir2110.dtb’ -> ‘/boot/dtbs/4.4.43-ti-r84/am335x-baltos-ir2110.dtb’ ‘src/arm/am335x-baltos-ir3220.dtb’ ->

Re: [beagleboard] Disabling PowerOff and Reset button

2017-03-31 Thread PM
Thanks Robert ! It now compiles. I run make & make install. It does something like that : ‘src/arm/am335x-abbbi.dtb’ -> ‘/boot/dtbs/4.4.43-ti-r84/am335x-abbbi.dtb’ ‘src/arm/am335x-baltos-ir2110.dtb’ -> ‘/boot/dtbs/4.4.43-ti-r84/am335x-baltos-ir2110.dtb’ ‘src/arm/am335x-baltos-ir3220.dtb’ ->

Re: [beagleboard] Disabling PowerOff and Reset button

2017-03-30 Thread Robert Nelson
On Thu, Mar 30, 2017 at 11:08 AM, PM wrote: > Hello :) > > I tried to compile the dtb-4.9 but I get these errors, do you have any idea > ? > > debian@arm:/opt/source/dtb-4.9-ti$ sudo make > DTC src/arm/am335x-boneblack-bbb-exp-r.dtb > FATAL ERROR: Unrecognized

Re: [beagleboard] Disabling PowerOff and Reset button

2017-03-30 Thread PM
Hello :) I tried to compile the dtb-4.9 but I get these errors, do you have any idea ? debian@arm:/opt/source/dtb-4.9-ti$ sudo make DTC src/arm/am335x-boneblack-bbb-exp-r.dtb FATAL ERROR: Unrecognized check name "unit_address_vs_reg" Makefile:136: recipe for target

Re: [beagleboard] Disabling PowerOff and Reset button

2017-03-28 Thread PM
Okay I found the dtsi file in /opt/source/dtb-4.9-ti/src/arm/ :) Do I have to recompile it after editing the file ? If Yes, what command should i type ? Thanks :) Le lundi 27 mars 2017 18:04:04 UTC+2, PM a écrit : > > Thanks for the info. > > I tried to find the corresponding dtb to modify

Re: [beagleboard] Disabling PowerOff and Reset button

2017-03-27 Thread PM
Thanks for the info. I tried to find the corresponding dtb to modify but no success :( I can't find any am335x-bone-common.dtb. Do you know where should I look ? Regards, PM Le lundi 27 mars 2017 15:14:37 UTC+2, Jason Kridner a écrit : > > > > On Mar 27, 2017, at 8:47 AM, Gerald Coley

Re: [beagleboard] Disabling PowerOff and Reset button

2017-03-27 Thread Jason Kridner
> On Mar 27, 2017, at 8:47 AM, Gerald Coley wrote: > > Reset pin goes to the reset line and the power button goes to the PMIC. PMIC > pins and reset lines are not controlled via the DTS file The interrupt into software for the power button is dts controlled:

Re: [beagleboard] Disabling PowerOff and Reset button

2017-03-27 Thread Gerald Coley
Reset pin goes to the reset line and the power button goes to the PMIC. PMIC pins and reset lines are not controlled via the DTS file On Mon, Mar 27, 2017 at 5:02 AM, PM wrote: > Hello everybody, > > I am trying to disable my reset & poweroff button from my LCD7

[beagleboard] Disabling PowerOff and Reset button

2017-03-27 Thread PM
Hello everybody, I am trying to disable my reset & poweroff button from my LCD7 cape. I saw on the schematic diagram that these buttons are directly connected to SYS_RESET & PWR_BUT. I would like to know if it is possible to disable these buttons by editing any 'dts' or 'dtso' file ? Thank