Paul Wratt

Results 128 comments of Paul Wratt

hmm.. I will have to look into this (I dont have BAS 2.5 setup on this current OS) - appologies for not seeing this sooner Off the top of my...

Yeah, I am going through a diff of `dev/externel/libtcc` and `tinycc` (from https://github.com/TinyCC/tinycc) now. Did you modify anything in there specifically for Lobster? If you didnt change anything specifically, then...

ok, thanx (yeah its a mirror, I'll pick up the real deal later, as I found a couple of things that need fixing, and maybe 1 bug) Apart from the...

I added (and updated) from `tinycc/`. I can get it to compile if I add `-L/opt/vc/lib` before `-lbcm_host` in the end of `./dev/CMakeFiles/lobster.dir/link.txt` (althought it already contains the correct `rpath`...

I am using the repo `master` branch. If I wasn't using an RPi4 I would say "GLES3 hmm.. cant do that", but according to Vulkan development RPi4 is already doing...

Personally I think every developer should have one on the desktop, especially since now you can OTG them (0/3A+/4) with one USB cable (no need for mouse, keyboard, screen or...

use `vnc` or `ssh -X [email protected]` RaspberryPi OS comes with VNC, and Avahi mDNS/Bonjour service pre-installed. OSX has Bonjour via iTunes. And on Windows you can get the [Apple’s Bonjour...

at least there is info on this now I agree with `.dts` but then would be a need to have a convertion tool too. Maybe just some more docs `README-dtb-dts.md`...

That usually means you have a stray (or missing) `"` somewhere. if you (space or tab) indent your script, it will be easier to tell where your `if .. then...

@skylarweaver > I used the minimal raspberry pi install that does not have x11 installed or configured. thats the "server" edition of RPiOS (ie console only SD-card image)