Maksim Paimushkin

Results 109 comments of Maksim Paimushkin

winetricks is outdated, please download the latest from winetricks repo. The latest version can be downloaded here: https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks https://github.com/Whisky-App/Whisky/issues/675#issuecomment-1837463553 Also you should install cabextract from brew > brew install cabextract

@adi-g15 I'm not well familiar with Qt, xdg and UI on Linux, I left this functionality from owner. I implemented "command line" way, which I frequently using like `python3 ./dtv.py...

Could you provide information how to FORCE rebuild U-boot ?

and the worst part, if you for example update `BOOTDELAY` from 1 to 2, it will build a new U-boot, but if you return back `BOOTDELAY` from 2 to 1,...

@mr-toolcraft , thanks a lot! `ARTIFACT_IGNORE_CACHE=yes` that's what I'm looking for. For kernel, if there is a new commit in a branch, Armbian fetches and rebuilds the kernel. But for...

@leggewie Here the similar patch that was made a long time ago for `config/sources/families/include/rockchip64_common.inc` in commit -> https://github.com/armbian/build/commit/eefbe3fa6c865617660b20b263767a56cb7f59a7 https://github.com/armbian/build/blob/4b50772747367d817b9e866015e57f9284aebd69/config/sources/families/include/rockchip64_common.inc#L16

The issue right now in `config/sources/families/rockchip-rk3588.conf` ``` source "${BASH_SOURCE%/*}/include/rockchip64_common.inc" OVERLAY_PREFIX="rockchip-rk3588" ``` It doesn't matter what `OVERLAY_PREFIX` you set, it will always be replaced on `rockchip-rk3588` and this is the current...

> What is your use-case for doing what you are doing? I made overlay fix for customers. Because they could have the same overlay suffix like * boardname-r1-acc-sensor * boardname-r1-light-sensor...

I briefly read post, but I didn't notice to issue `OVERLAY_PREFIX` for rk3588. I already saw the same problem more than 10 years ago. 1. (COMMON) Some people want to...

> I believe one of the central areas of contention was #6182 This issue is for people who want to convert Armbian to Raspbian. And I've already highlighted the main...