friendlyarm / sd-fuse_rk3328

42 stars 25 forks source link

Buildroot Compilation R2S-Plus Network LED status dosen't work #13

Closed uruzFR closed 2 months ago

uruzFR commented 3 months ago

Hello,

I have an R2S-Plus and I built an image with Buildroot for this board, following this tutorial: link.

My question is : how does the LED status work and why does only the sys LED work and not the other two network LEDs ? Do you have a solution to make these LEDs work ?

Thank you !

friendlyarm commented 2 months ago

The method should be the same as for ubuntu core systems (via sys fs operation), see the following documentation: https://wiki.friendlyelec.com/wiki/index.php/NanoPi_R2S_Plus#Config_status_LEDs

uruzFR commented 2 months ago

Hello, That works on the local installation, but do you know how I can apply these settings directly in Buildroot ?

Thank you !

lawrencetg commented 2 months ago

Use the following command to pull updates, and then re-packaged sd-raw image: ./.repo/repo/repo sync device/friendlyelec ./build.sh sd-img

uruzFR commented 2 months ago

It works perfectly, thank you