-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
But ... Can RP2040 run Linux natively? #17
Comments
for one the rp2040 dont have mmu. ud have to also port the kernal |
But ESP-32 doesn't have MMU, but Linux runs on it |
hm kernel stuff is above me. but i believe this project leverages a already written kernel. this linux xtensa on esp had to write a kernel to boot without mmu. correct me if im wrong byt u dont need a mmu if u write a kernel that dont readdress memory and the processes have direct access? |
really cool project there. im reading through rn |
Chough shame full self promo https://github.com/Mr-Bossman/pi-pico2-linux |
Saw it today and I was just discussing it with my friends, that's amazing. Too bad the kernel requires MMU to run in XIP mode. |
Wait, u already saw my thing?
Yeah, I'm going to look into fixing that. |
Yes, somebody posted it in cnlohr's discord earlier today. We've been
discussing the no-MMU xip issue over the past week
lun., 26 aug. 2024, 23:06 Jesse Taube ***@***.***> a scris:
… Chough shame full self promo https://github.com/Mr-Bossman/pi-pico2-linux
Saw it today and I was just discussing it with my friends, that's amazing.
Wait, u already saw my thing?
Too bad the kernel requires MMU to run in XIP mode.
Yeah, I'm going to look into fixing that.
—
Reply to this email directly, view it on GitHub
<#17 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOL7QBIOWJGXGSKZCCPG2FLZTODE3AVCNFSM6AAAAABIF5BLRSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMJQHE4DSMBQG4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Ah makes sence is there an invite link.
Oh really? |
If it have resources, why do community didn't port Linux on RP2040 natively?
The text was updated successfully, but these errors were encountered: