Max
Max
> What you should look into is `Wayland display: None` That might be because I ran the command over SSH for easier copy-paste. When running in KGX on the device...
I'm using the official bookworm repository. ``` mobian:~$ cat /etc/apt/sources.list.d/waydroid.list deb [signed-by=/usr/share/keyrings/waydroid.gpg] https://repo.waydro.id/ bookworm main ``` I'm not an expert in debugging such issues, I've barely ever used GDB. But...
I've previously fixed this issue by installing Waydroid from source on Debian(This worked), but I've recently(yesterday) changed distro to pmOS, so I can't test this right now. If someone tests...
I'm actually "porting" this to the SHA2017 badge(Which in it's default micropython firmware does not support bluetooth). Most useful for most users would be RFCOMM/SPP, as it's somewhat generic, and...
I have compiled Linux for the ESP32 S3 successfully. I don't think I've done no more than importing the missing headers, and adding a DTS. Keep in mind that I've...
I'm currently trying to do the same. I've gotten Linux to compile, and I've added a new DTS for the ESP32 S3. There are some more differences between the ESP32...
@zap8600 You're right, AFAIK there is currently no working boot loader for the ESP32 S3. I've been busy with other things(and was somewhat held back by brocken openOCD, having the...
> I've added a few notes on the whole process [here](http://wiki.osll.ru/doku.php/etc:users:jcmvbkbc:linux-xtensa:esp32s3) AWESOME! You're an absolute legend, kudos to you! Your previous post is what got me started on this ESP32...
Developing your own drivers will be hard for the Wifi part, which requires closed-source firmware that interacts with FreeRTOS(or at least tries to; You could possibly stub out the required...