Jump to content

Efforts to develop firmware for H96 MAX V56 RK3566 8G/64G


Hqnicolas

Recommended Posts

 

2 hours ago, Vincenzoernst1 said:

question: i see the red EMMC(? its not ethernet.) led blinking all the time. Iotop doesnt show any writes. Is  it a write (access) led?


The RED LED is set on DTS to be HeartBeat: This is the code 

@Vincenzoernst1 if you wanna change it:

sudo apt update
sudo apt install armbian-config

 

sudo armbian-config


Edit Device tree with armbian config.

		led_status: led-status {
			label = "led-status";
			gpios = <&gpio0 RK_PD4 GPIO_ACTIVE_HIGH>;
			linux,default-trigger = "heartbeat";
			pinctrl-names = "default";
			pinctrl-0 = <&led_status_enable_h>;
		};


@Vincenzoernst1 I noticed that you care a lot about the look of the box 
I invite you to participate in the development of This project with @pocosparc

The objective is here

Edited by Hqnicolas
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines