Search found 1 match
- Mon Nov 08, 2021 10:31 pm
- Forum: General Discussion
- Topic: Run linux on the ESP32?
- Replies: 20
- Views: 78690
Re: Run linux on the ESP32?
I got program on a PDP-11/70 in middle school and remember the dreaded "Bus Error. Core Dumped." error message which means your C program tried to use an invalid address and the kernel terminated your program. This was the memory management unit stopping your code from reading or writing protected m...