-
Notifications
You must be signed in to change notification settings - Fork 16
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
Lack of SD write support and WiFi #66
Comments
First, this is not a linux_loader issue but a main kernel one (and perhaps a bit of The issues you've listed are already known, and will be fixed at some point. |
There already is a fix for file saving and its going to be in the full debian-based distro that i will release for the 3ds soon. The wifi issue is more complicated though and it will take some time to implement it. In the mean time there is the possibility to do ppp internet over the infrared port on the 3ds but its difficult to configure and slow and you need direct sight to the computer that provides it. |
Same as #63 (comment), only relevant to write support though |
Support for Wi-Fi and support for SD are very different problems. This should be separated into 2 issues to track each problem independently. |
It means proper support for the SD host controller, and both the SD card and WiFi cards are attached to the same kind of controller. The WiFi chipset itself still needs extra support though. |
lol, i am doing exactly the same thing, at least from the concept... what i exactly do is building the rootfs.cpio.gz not with the provided files in the /system/skeleton directory of the repo, but instead with the ones of a 32bit raspberry pi os image. (debian 11 bullseye armhf) i'm right now at the point of downloading and collecting everything i need, but when i am done with this, i will first build the rootfs.cpio.gz and then the zImage. and when i think it's somewhat working and usable, i might publish a release on my fork of the repo, that will be a 7zip file containing another 2 separate 7zip files. as you said above, it's debian based. Here's my Twitter: https://twitter.com/NicoChristmann4 |
I do like this project, however, I have some ideas to make it better:
Saving files, I'm pretty sure that if you make a file it's not saved if you turn off the system. Maybe to combat potential bloating you can make a /root/save directory where all files there aren't purged upon shutting off the system kind of like TailsOS?
I'd also like some internet connectivity -- The program comes with wget but I don't think there's any way to connect to the internet (If there is but I didn't notice, don't tell me how, just tell me it exists - I'd like to find out myself).
The text was updated successfully, but these errors were encountered: