ZHANG Yuntian

Results 44 comments of ZHANG Yuntian

I think he is asking a use case similar to `actions/upload-release-asset`, a consumer for `outputs.upload_url`, since that action is deprecated and is pointing to this action instead. I think I'm...

Did a test build with > ./compile.sh docker BOARD=radxa-zero BRANCH=current RELEASE=bullseye BUILD_MINIMAL=yes BUILD_DESKTOP=no KERNEL_ONLY=no KERNEL_CONFIGURE=no DOWNLOAD_MIRROR=china **MAINLINE_MIRROR=tuna** UBOOT_MIRROR=gitee GITHUB_MIRROR=fastgit and got working image. The last 2 options are my custom...

@RadxaStephen got the Bluetooth on 5A working so this is ready for review now.

So the preliminary investigation shows this is likely a driver issue. The resolution for the screen is actually 400x1280 as that's the default display orientation. In meson driver, there are...

#85 might be the intended behavior. The original function never returns 0.

Unfortunately this is still a problem. We "naively" used the default 2-year lifetime for our signing key, instead of Debian's 8-year or Proxmox's 10-year, and now we are facing keyring...

Posted this in our Discord as well.

Upgraded the system today and the issue disappeared. The kernel was upgraded from 6.8.8 to 6.8.9 so maybe something was not right in the previous release.

The driver limitation [was lifted](https://github.com/radxa/kernel/pull/26) so display should work now. The touch screen IIRC is USB based? In that case it should work as well.

README.me is still recommending using `stable` as the action version. I suggest maintaining a `v1` tag which pointing to the latest 1.x.y release, and update the README.md to use this...