04-01-2016, 07:15 AM
I am curious about what the purpose of the LED next to the charge LED on the board is. On the pin-out diagram of the expansion connector it is identified as System LED.
System LED
|
04-01-2016, 07:15 AM
I am curious about what the purpose of the LED next to the charge LED on the board is. On the pin-out diagram of the expansion connector it is identified as System LED.
04-01-2016, 10:51 PM
04-02-2016, 04:15 AM
(04-01-2016, 10:51 PM)tllim Wrote:(04-01-2016, 07:15 AM)stephen fleming Wrote: I am curious about what the purpose of the LED next to the charge LED on the board is. On the pin-out diagram of the expansion connector it is identified as System LED. Please consider telling us to which pin it is connected, then using longsleep's minimal Ubuntu image, define it in the .dts file and then put something like Code: (echo heartbeat >/sys/class/leds/green_led/trigger ; sleep 60 ; echo none >/sys/class/leds/green_led/trigger) &
04-02-2016, 12:50 PM
(04-02-2016, 04:15 AM)Andrew2 Wrote:(04-01-2016, 10:51 PM)tllim Wrote:(04-01-2016, 07:15 AM)stephen fleming Wrote: I am curious about what the purpose of the LED next to the charge LED on the board is. On the pin-out diagram of the expansion connector it is identified as System LED. According to the schematic diagram, the user programmable LED is controlled by PL7 on the A64 CPU.
04-03-2016, 08:57 AM
Where should this LED be located? I am not seeing it, maybe i am blind. Can you post a picture where it is marked?
Also PL7 is used by s_jtag0@0 in the device tree. Can you provide a link, hint where you see that in the docs?
04-03-2016, 09:38 AM
Maybe that's the culprit (leds need to be connected to EXP connector):
04-03-2016, 10:04 AM
Mhm ok, but where is the actual LED? Especially "purpose of the LED next to the charge LED on the board" . I can't see it - Please mark eg. in https://www.stdin.xyz/media/arm-board-party-1.jpg
04-03-2016, 11:08 AM
(This post was last modified: 04-03-2016, 11:09 AM by stephen fleming.)
(04-03-2016, 10:04 AM)longsleep Wrote: Mhm ok, but where is the actual LED? Especially "purpose of the LED next to the charge LED on the board" . I can't see it - Please mark eg. in https://www.stdin.xyz/media/arm-board-party-1.jpg ^ The LED in question is located right next to the charge LED(marked Chgled) and is just called LED on the board and System LED on the expansion connector pin out sheet.
04-03-2016, 11:12 AM
04-03-2016, 11:32 AM
(This post was last modified: 04-03-2016, 02:19 PM by stephen fleming.)
(04-03-2016, 11:12 AM)longsleep Wrote:Yes, the software programmable and charge LEDs are optional and are not installed on the board. When my board arrives, I plan on wiring up the LEDs and the power and reset switches.(04-03-2016, 11:08 AM)stephen fleming Wrote: |