Dan MacDonald
Dan MacDonald
There is a pull request to fix building rkdeveloptool here: https://github.com/rockchip-linux/rkdeveloptool/pull/63 I still cannot flash towboot using the latest rkdeveloptool built from source: ``` ./rkdeveloptool wl 0 /home/dan/spi.installer.img Write LBA...
I tried RKDevTool under Windows 10 and I got no further than under Linux. It can see my board is connected in maskrom mode but nothing else worked such as...
I can confirm that the instructions to install the armbian u-boot that @gattohub linked to above also work on the 4c and I can now boot directly off my Samsung...
This thread hints at it being possible to play hw accelerated videos under mpv on the RPi4 without any Broadcom binary blobs: https://github.com/mpv-player/mpv/issues/7492
mpv defaults to the 'gpu' video output device it seems. Here we see it run with no options under grpi64 and we see it has dropped 90 frames after playing...
This command should enable hw decoding: ``` $ mpv --hwdec=v4l2m2m-copy vid.mp4 (+) Video --vid=1 (*) (hevc 3840x2160 29.997fps) (+) Audio --aid=1 --alang=eng (*) (aac 2ch 48000Hz) [ffmpeg/video] hevc_v4l2m2m: Could not...
What are your thoughts about the toolkit to use for the new UI Nick? As for cross-platform, it should be noted that at least the current amsynth GUI works with...
Hi Nick! I don't really have any better suggestions for you sorry but Qt is an option as I have got Rui's samplv1 working under Ardour OK. I would like...
Jules (the JUCE dev) has replied. He says he'd be willing to accept patches to get JUCE building under FreeBSD as long as they're not too major but of course...
Hi Nick! Have you ever heard of https://github.com/Immediate-Mode-UI/Nuklear or https://github.com/ocornut/imgui ? Nuklear is implemented in a single header.