Sven Ginka
Sven Ginka
I do have the same issue here: using cmdline like (which points to absolute paths): ``` qemu-system-arm \ -M versatilepb \ -cpu arm1176 \ -m 256 \ -drive "file=/tmp/qemu_rasp/2021-05-07-raspios-buster-armhf-lite.img,if=none,index=0,media=disk,format=raw,id=disk0" \...
when I start qemu with **sudo** the message is little different, maybe telling more about it: ``` sudo qemu-system-arm \ -M versatilepb \ -cpu arm1176 \ -m 256 \ -drive...
please see here, files are there -- still the issue persists ``` tswaehn@017:/tmp/qemu_rasp$ cat ./start.sh sudo qemu-system-arm \ -M versatilepb \ -cpu arm1176 \ -m 256 \ -drive "file=/tmp/qemu_rasp/2021-05-07-raspios-buster-armhf-lite.img,if=none,index=0,media=disk,format=raw,id=disk0" \...
oh sh**** it was all my bad. I did download the **versatile-pb-buster-5.4.51.dtb** and received the **html** instead of raw ***.dtb** file -- sorry case closed from my side ...
easyModbus-AdvancedClient -- added writing capabillities for holding registers
I am wondering why `PMA_ABSOLUTE_URI` has to be the full uri. Shouldnt it be only the relativ path behind the host? looking at your example above: ``` (reverse proxy) (phpMyAdmin...
Hi, I suggest to apply this change, as it is more flexible regarding file-paths on user systems, without breaking the existing setup.
in CMakeLists.txt the `LIB_SUFFIX` can be replaced with `CMAKE_INSTALL_LIBDIR` from **GNUInstallDirs**
this should do the trick: ``` git diff diff --git a/CMakeLists.txt b/CMakeLists.txt index bef0609..0db0e5a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.0.0 FATAL_ERROR) +cmake_minimum_required (VERSION 3.13.0...
@intel-iot-devkit -- I did create a fix and pull request.