Michael de Gans

Results 73 comments of Michael de Gans

I just used `--user` and it worked. so `flatpak --user remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo`. No sudo needed.

I can repro on an aarch64 Ubuntu 18.04 remote. Local client is Ubuntu 20.04 amd64. Vscode version `1.56.2` (snap) `launch.json` configuration is: ```json { "name": "(gdb) test sigint", "type": "cppdbg",...

> Hi, > > My host didn't have the file `/etc/apt/trusted.gpg.d/jetson-ota-public.asc`. > > But I added this line to my `Dockerfile`: > `RUN apt-key adv --fetch-key https://repo.download.nvidia.com/jetson/jetson-ota-public.asc` > > Seemed...

Thanks, @dicksondickson I will apply the new patch and let you know.

@dicksondickson Got a chance to test and I am still getting dmesg result with the same command with the [latest revision](https://github.com/RidgeRun/NVIDIA-Jetson-IMX477-RPIV3/commit/5803d0d1ffa5273025b7c33c9046b1aa3127523c) as of writing and JetPack 4.5. Regarding the 2GB...

Thanks for spotting this. I'd consider it still an open issue. Looks like it might be a good idea to purge any existing opencv before installing since it'll likely use...

Jsut a fyi, to anybody experiencing this, the above fix will work, but removing these apt package will also do the trick and possibly avoid other issues: ``` libopencv libopencv-dev...

> Hi @mdegans > > I would like to use your script to build OpenCV with CUDA support on the Jetson AGX Xavier. There is already a OpenCV installed on...

> @mdegans The script worked flawlessly for OpenCV 4.5.0. :) The only thing I am confused about is that there is no /usr/include/opencv4 or /usr/lib/python3.6/dist-packages/cv2 directory, which exist for the...