Updated R4iTT 3DS new readme - #45
LukasGalicia wants to merge 3 commits into
Conversation
|
We could also split the NEW and RTS into different folders instead of this weird joint stock venture thing that's going on here |
|
Sounds reasonable, but I understand that also 3ds rts and previous r4itt are all compatible with that same Kernel. Wouldn't we be copying the same root files multiple times? |
|
It "technically" works but the RTS cart actually has a completely different kernel that I never bothered to upload because BL2CK is a kernel that originated from the RTS kernel. So we probably should be splitting it anyway If we do, likely the RTS cart just won't have a kernel upload and will have a single readme file telling you where to go |
|
I'll split them and have RTS direct to the BL2CK kernel download |
|
Ready. Split NEW and RTS and updated their respective readme.txt |
|
I've just tested BL2CK OS on my R4iTT 3DS NEW with a few games and it seems to work just fine for me. What kind of issues did you have when trying it out? |
|
There are only two variants of the R4iTT, does yours have a screw on the back by any chance? |
Deletecat
left a comment
There was a problem hiding this comment.
These changes will have to be made as the archive will not build otherwise
r4itt.net/Makefile will also have to be updated with these changes:
diff --git a/archive/r4itt.net/Makefile b/archive/r4itt.net/Makefile
index 8bd47c8..c8e4a15 100644
--- a/archive/r4itt.net/Makefile
+++ b/archive/r4itt.net/Makefile
@@ -5,12 +5,15 @@ export BASE := $(shell basename $(CURDIR))
export OUT := $(TOPDIR)/../../out
export COMMON := $(TOPDIR)/../../common-kernels
-package: directory r4itt.net_3DS_NEW_RTS r4itt.net_black r4itt.net_original
+package: directory r4itt.net_3DS_NEW r4itt.net_3DS_RTS r4itt.net_black r4itt.net_original
directory:
mkdir -p $(OUT)/$(BASE)
-r4itt.net_3DS_NEW_RTS: directory
+r4itt.net_3DS_NEW: directory
+ make -C $@
+
+r4itt.net_3DS_RTS: directory
make -C $@
r4itt.net_black: directory| export OUT := $(TOPDIR)/../../../out | ||
| export COMMON := $(TOPDIR)/../../../common-kernels | ||
|
|
||
| package: directory BL2CK_1.31.0.zip old extdata |
There was a problem hiding this comment.
| package: directory BL2CK_1.31.0.zip old extdata | |
| package: directory BL2CK_1.31.0.zip extdata |
| old: directory | ||
| make -C $@ |
There was a problem hiding this comment.
| old: directory | |
| make -C $@ |
There was a problem hiding this comment.
- export BASE := r4itt.net/r4itt.net_3DS_NEW_RTS/$(shell basename $(CURDIR))
+ export BASE := r4itt.net/r4itt.net_3DS_NEW/$(shell basename $(CURDIR))|
Once those changes have been made, I will be happy to merge :) |


Hi,
I've just gone through the process of resetting an R4iTT 3DS NEW flashcart & discovered that it isn't compatible with the BL2CK OS kernel. I've added the installation note to the r4itt.net readme.txt.