Easily launchable on sysNAND if it's 9.2 or belowif sysNAND isn't below 9.2 then you're out of luck, sorry
im on 4.5... but i dont want to update or install anything on my sysNAND.
Easily launchable on sysNAND if it's 9.2 or belowif sysNAND isn't below 9.2 then you're out of luck, sorry
That's your choice... however updating to 9.0-9.2 gets you themehax and autobooting CFW + this, though this could probably be adapted to be used with cakehax and launched through MSET or browserim on 4.5... but i dont want to update or install anything on my sysNAND.![]()
That's your choice... however updating to 9.0-9.2 gets you themehax and autobooting CFW + this though this could probably be adapted to be used with cakehax and launched through MSET or browser
I would say it's more like "don't update unless you know you can go back". And you know you can go back, so no permanent harm will be done ^^in my years of modding/scene stuff.. 1st rule dont update if you really dont need too.
Well now you do.in my years of modding/scene stuff.. 1st rule dont update if you really dont need too.
You don't have any options to run it unless you update to sysNAND 9.0-9.2I'm using sysnand 4.5 and Gateway emunand 10.3. What would be my options to run this ? (launching homebrew via Cubic Ninja CIA)
Linux 3DS Loader by xerpi
Installation:
1) Copy the zImage and the nintendo3ds_ctr.dtb to the root of the SD card
2) Copy the 3ds folder to the root of the SD card
3) Run 3DS Linux Loader.3dsx with a Homebrew Launcher
User: root
Pass: root
You can start Weston by running:
# /start-weston.sh
Sources:
* Linux: https://github.com/xerpi/linux
* Linux 3DS Loader: https://github.com/xerpi/3DS-Linux-Loader
Wow, can't wait to try this out! BTW try setting the driver to 240x400 instead of 400x240 that should rotate it properly (I think)New version! Now it runs Weston!!
It uses Brahma2 so it will only work on <=9.2 FW.
Here's the download (Linux + loader): http://www.mediafire.com/download/kjd88rh4o61q9v1/Linux_3DS_binaries.zip
Code:Linux 3DS Loader by xerpi Installation: 1) Copy the zImage and the nintendo3ds_ctr.dtb to the root of the SD card 2) Copy the 3ds folder to the root of the SD card 3) Run 3DS Linux Loader.3dsx with a Homebrew Launcher User: root Pass: root You can start Weston by running: # /start-weston.sh Sources: * Linux: https://github.com/xerpi/linux * Linux 3DS Loader: https://github.com/xerpi/3DS-Linux-Loader
![]()


IIRC randr is an x extension. So xrandr tool only works on x.I typed in "startx" automatically as I saw the shell prompt
Also, how do I xrandr on *this* Wayland? [emoji14]
Anyways, it works perfectly fine [emoji14] The bottom keyboard is rotated right 90degrees [emoji14] 'cause the 3DS's screens are in portrait mode, exactly as Wayland renders.
if I want to make binaries for this, should I use? gcc-linux-gnueabi, or gcc-none-eabi?
Except not being able to *randr somehow, you did a great job
Edit: what do we need those 64 tty devices for?![]()

Execute a bash script or something? Do some uname stuff? idkI want to try making a video of this, but I'm not sure what to show off other than loading Weston. what could I do?
I figured there wasn't much to doExecute a bash script or something? Do some uname stuff? idk
If it has wget you could download it to the ramdisk I suppose.I figured there wasn't much to do
I'm going to have to figure out how to get my own files into it, or just create something really short on the 3DS
forgot about wget. it has it, but I have yet to see if it has internet access. I'm going to have such a fun time typing a url on thisIf it has wget you could download it to the ramdisk I suppose.
EDIT: Scratch that, no network hardware drivers. Actually not sure how you'd get anything on there without just typing it manually. Probably could edit the ramdisk somehow.
Yeah wget won't work unless @xerpi implemented network drivers while I wasn't looking. Your best bet would be typing in commands to bash manually or editing the ramdisk.forgot about wget. it has it, but I have yet to see if it has internet access. I'm going to have such a fun time typing a url on this
...and I only just realized your edit. I imagine zImage has the files
nope, it doesn't workYeah wget won't work unless @xerpi implemented network drivers while I wasn't looking. Your best bet would be typing in commands to bash manually or editing the ramdisk.
this also makes things like > possible. well, off I go doing things I guess.":" is actually ";", just cut off. To send a colon, tap and hold Shift, swipe up then let go, then tap :, then tap Shift.
You could have also done maybe something like echo -e "#!/bin/bash\necho Hey\necho Whatever" > file.sh and that would have worked. uname is also fun to play with to get the kernel version and other information.nope, it doesn't work
also, the only editor on it was "vi". there was no way I could exit it though (":" doesn't do anything?) besides forcing the power off. maybe I'm just missing something.
--------------------- MERGED ---------------------------
I found a (pretty bad) way to make and execute a shell script:
- do "tee filename"
- type something, press Start to enter
- press Y to send Ctrl-C
- do "bash filename" (since you can't do "chmod +x" without + unless there's a workaround)
![]()
someone just told me a way to type : though;
this also makes things like > possible. well, off I go doing things I guess.
