But I am confident that there is a problem somewhere in my SDK.(probably uboot) Because I succeeded to make it wake one time! (I pressed remote power button and after seeing logs, Amazingly the exit_reason was 2 (i.e. BT_wakeup!!!) However after that resume no longer works! Just for first time it wakes and with exit_reason of BT!)
Announcement
Collapse
No announcement yet.
Announcement
Collapse
No announcement yet.
Wake up on IR remote not works
Collapse
This topic is closed.
X
X
-
To add a note: I think the problem is not around IR and its drivers. My box does not wake up from suspend or poweroff from any source;neither HID nor IR remote or anything else!
But I am confident that there is a problem somewhere in my SDK.(probably uboot) Because I succeeded to make it wake one time! (I pressed remote power button and after seeing logs, Amazingly the exit_reason was 2 (i.e. BT_wakeup!!!) However after that resume no longer works! Just for first time it wakes and with exit_reason of BT!)
-
Originally posted by bumerc View PostI meant compiler. To compile uboot, which compiler do you use?
Full version is pasted here
P.S. I used uboot from 3 sources. (my own sdk, stane1983 github, khadas github) but they make no difference in result.Last edited by salehdeh76; 10 September 2018, 13:30.
Comment
-
Another interestig point:
When I run this command:
Code:adb shell input keyevent KEYCODE_POWER
Comment
-
Originally posted by bumerc View PostTo build the BL301-FW you need strictly „arm-none-eabi-„ toolchain.
CROSS_COMPILE=arm-none-eabi-
(I have already arm-none-eabi- on my system with no problem)
What should I do about this? Investigating device tree against correct ones (from other boxes) I think the problem is in BL301 and/or scp_task/power_ctrl.c .....
Comment
-
Originally posted by bumerc View PostI do not think so. This FW I tested successfully on several devices p212, q201, it works fine. Try LibreElec or CoreElec on SD card and see if it works there.
Comment
-
Is it possible that the problem is from uboot's devive tree? As you know there is some *.dts files in uboot/arch/arm/dts . If I copy my kernel's dts to this and add enough config to uboot/arch/arm/dts/Makefile, then can uboot understand my remote maps, etc? bumercLast edited by salehdeh76; 18 September 2018, 09:34.
Comment
What's Going On
Collapse
There are currently 1109 users online. 0 members and 1109 guests.
Most users ever online was 37,478 at 04:14 on 26 June 2024.
Comment