zap8600

Results 66 comments of zap8600

> I've added a few notes on the whole process [here](http://wiki.osll.ru/doku.php/etc:users:jcmvbkbc:linux-xtensa:esp32s3) I have a question. Are directories like `build-xtensa-fdpic-toolchain-esp32s3` and `build-xtensa-fdpic-nothread-esp32s3` created by the user?

> Is this using the more efficient XIP-aware FDPIC that can map from cramfs? > My previous experiments all used bFLT, and the way worse memory usage that causes. I...

What if we use the binary blobs for WiFi to make WiFi drivers for Linux? There is a WiFi stack for the [ESP32](https://github.com/espressif/esp32-wifi-lib/tree/master/esp32) and the [ESP32-S3](https://github.com/espressif/esp32-wifi-lib/tree/master/esp32s3). There is also a...

I'm still having Ethernet issues

I'm using version 19044.1466. I think the stop code was SYSTEM_PTE or something similar.

I got a new "green-screen" with a new stop code. PAGE_FAULT_IN_NONPAGED_AREA

For some reason, the Ethernet now works on my Pi. I just can't have it plugged in on boot, or it crashes.

Never mind. I'm still having problems. I've started to do all of my important work on my Pi. When I was about to test code, it bluescreened. My code was...

I am going to run these packages on Windows on ARM. Since I'm running WoA on my Raspberry Pi 4, I want as much as possible to be ARM binaries,...

I tried using cygwin to see if it would let me compile, but it didn't. I got the following errors when compiling binutils: ` aarch64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I....