Alexander Voronov

Results 9 comments of Alexander Voronov

@soerengrunewald Do you plan to finish this pull request? :) I want to add a library into wrapdb. If you don't plan to, I could continue for you. @j123b567 What...

@j123b567 Got it. Then I'll try adding the library to wrapdb (this is a package manager in meson). If it works, then we can add new information about the integration...

@F5OEO we can consider one more workaround. Init process can get env variable from kernel cmdline with current boot mode (I'm working on this patch now). Then, if it is...

I found that using an environment variable from u-boot you can determine where the boot was made from. With this variable we can select upperdir overlay on SD card or...

JFI https://docs.u-boot.org/en/latest/usage/environment.html

I found that in dts for libre there should be gpio line 68 not 15 https://github.com/F5OEO/tezuka_fw/blob/main/board/libre/dts/zynq-libre.dts#L31 I checked this with this command in the default libre firmware ```bash cat /sys/class/leds/led0:green/device/of_node/led0/gpios...

I can submit a PR with new dts for PL_LED0, but I don't have the FPGA knowledge to edit hdl. It is not yet clear how to map a pin...

lesha108 uses lines 106 and 107 https://github.com/search?q=repo%3Alesha108%2Fzynqsdr+LED1&type=code

It may also be useful to use standard naming https://docs.kernel.org/leds/leds-class.html `led0:green` -> `blue:led0`