Tutorial A complete Rednand guide

Did this work for you?

  • No it bricked

    Votes: 23 36.5%
  • Yes I can have free games!

    Votes: 40 63.5%

  • Total voters
    63

iAqua

Member
Joined
Dec 7, 2015
Messages
2,848
Trophies
1
Location
XP
2,476
Country
United Kingdom
How did you type the command?
Did you already archive the game?
Are you already on the "installimage" portion?
Running this script. Compiling space game for home menu installation.

@Echo off
SETLOCAL
set CAFE_BOOT_MODE=NAND
set USE_CAFEX=1
set PATH=%CAFE_ROOT%/system/bin/tool;%CAFE_ROOT%/system/bin/tool/mastering;%PATH%
if "%CAFE_TEMP%"=="" set CAFE_TEMP=%CAFE_ROOT%\temp
if not exist "%CAFE_ROOT%\temp" mkdir "%CAFE_ROOT%\temp

if not exist "%~dp0temp" mkdir "%~dp0temp"
pushd %CAFE_ROOT%
set CAFE_DATA_DIR=%~dp0data
set CAFE_CONTENT_DIR=%~dp0content
set CAFE_SAVE_DIR=%CAFE_ROOT%/save
set CAFE_SLC_DIR=%CAFE_ROOT%/data/slc
set CAFE_MLC_DIR=%CAFE_ROOT%/data/mlc
set CAFE_META_DIR=%~dp0meta

set /p CHOICE=Enter the name of your executable (with the .rpx extension):

@Echo on
makecfmaster.exe archive -r "%~dp0code/%CHOICE%" -o "%~dp0OutOfRegionGame"
if not exist "%~dp0copyToSDCard" mkdir "%~dp0copyToSDCard"
makecfmaster.exe installimage -i "%~dp0OutOfRegionGame.wumad" -o "%~dp0copyToSDCard" -w "%~dp0temp"
%SystemRoot%\explorer.exe "%~dp0copyToSDCard"
popd
:quit
 
D

Deleted User

Guest
The build script is very hit-and-miss, it does work for some people but not for most others and I can't really understand what could be the cause of the issue. :(
The investigation is still ongoing where that's concerned, but for the meantime, feel free to post those manual commands you were on about.
 
  • Like
Reactions: Exavold

Exavold

eeh
Member
Joined
Nov 9, 2015
Messages
1,019
Trophies
1
XP
1,118
Country
France
I can't seem to repack an app with the sdk ; here is my log :

Code:
C:\BossLotcheckTool>createMaster
Enter the name of your executable (with the .rpx extension): BossLotcheckTool.rp
x

C:\Users\Adrien\Documents\Wii U\GAMES\NATIVE\CAFESDK\cafe_sdk>makecfmaster.exe a
rchive -r "C:\BossLotcheckTool\code/BossLotcheckTool.rpx" -o "C:\BossLotcheckToo
l\OutOfRegionGame"
Scanning

======== mastering parameters ========
Output      : C:\BossLotcheckTool\OutOfRegionGame.wumad,
RPX File    : C:\BossLotcheckTool\code\BossLotcheckTool.rpx
RPX Dir     : C:\BossLotcheckTool\code
---------------------------------------------
App XML     : C:\BossLotcheckTool\code\app.xml
Cos XML     : C:\BossLotcheckTool\code\cos.xml
---------------------------------------------
Temp dir    : .\OutOfRegionGame_tmp
Code dir    : C:\BossLotcheckTool\code
Content dir : C:\BossLotcheckTool\content
Meta dir    : C:\BossLotcheckTool\meta

Create a wumad without METARATING section
./OutOfRegionGame_tmp/masterinfo.xml:506: parser error : Opening and ending tag
mismatch: Param line 500 and SectionParam
        </SectionParam>
                       ^
./OutOfRegionGame_tmp/masterinfo.xml:533: parser error : Opening and ending tag
mismatch: Param line 494 and ddf
      </ddf>
            ^
./OutOfRegionGame_tmp/masterinfo.xml:558: parser error : Opening and ending tag
mismatch: Param line 488 and partition
    </partition>
                ^
./OutOfRegionGame_tmp/masterinfo.xml:559: parser error : Opening and ending tag
mismatch: Param line 482 and partition-list
  </partition-list>
                   ^
./OutOfRegionGame_tmp/masterinfo.xml:563: parser error : Opening and ending tag
mismatch: Param line 476 and wup-master-info
</wup-master-info>
                  ^
./OutOfRegionGame_tmp/masterinfo.xml:564: parser error : Premature end of data i
n tag Param line 470

^
./OutOfRegionGame_tmp/masterinfo.xml:564: parser error : Premature end of data i
n tag Param line 464

^
./OutOfRegionGame_tmp/masterinfo.xml:564: parser error : Premature end of data i
n tag Param line 458

^
./OutOfRegionGame_tmp/masterinfo.xml:564: parser error : Premature end of data i
n tag Param line 452

^
./OutOfRegionGame_tmp/masterinfo.xml:564: parser error : Premature end of data i
n tag Param line 446

^
./OutOfRegionGame_tmp/masterinfo.xml:564: parser error : Premature end of data i
n tag Param line 440

^
./OutOfRegionGame_tmp/masterinfo.xml:564: parser error : Premature end of data i
n tag Param line 434

^
./OutOfRegionGame_tmp/masterinfo.xml:564: parser error : Premature end of data i
n tag SectionParam line 433

^
./OutOfRegionGame_tmp/masterinfo.xml:564: parser error : Premature end of data i
n tag Input line 250

^
./OutOfRegionGame_tmp/masterinfo.xml:564: parser error : Premature end of data i
n tag ddf line 249

^
./OutOfRegionGame_tmp/masterinfo.xml:564: parser error : Premature end of data i
n tag partition line 66

^
./OutOfRegionGame_tmp/masterinfo.xml:564: parser error : Premature end of data i
n tag partition-list line 65

^
./OutOfRegionGame_tmp/masterinfo.xml:564: parser error : Premature end of data i
n tag wup-master-info line 2

^
Failed checking masterinfo.xml.

-----------------------------------------------
Progress checkpoint: PROGRESS: eProcessAborted

-----------------------------------------------
Finalizing

-----------------------------------------------
Progress checkpoint: PROGRESS: eStartedFinalizing

-----------------------------------------------

-----------------------------------------------
Progress checkpoint: PROGRESS: eFinishedFinalizing

-----------------------------------------------
makecfmaster: make master archive ERROR!!!  CODE: -1

------<Warning Log>---------------------------
Warning[0]: Create a wumad without METARATING section

------<Error Log>---------------------------
Error[0]: Failed checking masterinfo.xml.

C:\Users\Adrien\Documents\Wii U\GAMES\NATIVE\CAFESDK\cafe_sdk>if not exist "C:\B
ossLotcheckTool\copyToSDCard" mkdir "C:\BossLotcheckTool\copyToSDCard"

C:\Users\Adrien\Documents\Wii U\GAMES\NATIVE\CAFESDK\cafe_sdk>makecfmaster.exe i
nstallimage -i "C:\BossLotcheckTool\OutOfRegionGame.wumad" -o "C:\BossLotcheckTo
ol\copyToSDCard" -w "C:\BossLotcheckTool\temp"
inWumadFileName not provided.

-----------------------------------------------
Progress checkpoint: PROGRESS: eProcessAborted

-----------------------------------------------
Finalizing

-----------------------------------------------
Progress checkpoint: PROGRESS: eStartedFinalizing

-----------------------------------------------

-----------------------------------------------
Progress checkpoint: PROGRESS: eFinishedFinalizing

-----------------------------------------------
makecfmaster: make installimage ERROR!!!  CODE: 2

------<Error Log>---------------------------
Error[0]: inWumadFileName not provided.

C:\Users\Adrien\Documents\Wii U\GAMES\NATIVE\CAFESDK\cafe_sdk>C:\WINDOWS\explore
r.exe "C:\BossLotcheckTool\copyToSDCard"
 

ThatNintendoNerd

Well-Known Member
Member
Joined
Feb 13, 2016
Messages
269
Trophies
0
Location
A Cartridge
XP
110
Country
United States
So about the Nintendo Dev Interface. I know its part of Nintendo's Dev system. But is there like a link or something without having to sign up for the Development Portal?

And I can't get the script to work at all. I need Cygwin 1.7 (Which I have a different version) and MULTIGHS, but I cannot find a legit download link anywhere.
 

buhdiego

Well-Known Member
Newcomer
Joined
Nov 1, 2016
Messages
71
Trophies
0
Age
37
Location
Maceió-AL
XP
174
Country
Brazil
Hey guys... noticed something weird again... maybe it's normal... but...

Here it is! I used to install my dlcs on a 32gb usb stick that i own, but its data transfer rate is really low and i was keeping the other online players waiting while my dlc mario kart 8 tracks were loading, so i decided to install the dlc on the rednand itself (sd card)... installed... played online... ok! turned my wii u off and went to sleep.. today, when i decided to play again, my dlc installation was gone =s i had to install it again... so I noticed that, when i install a dlc on the rednand wii u memory (sd card) and restart the wii u, it is gone... everytime! is it normal? Anyone experienced it yet? How did you solve it? thanks
 
Last edited by buhdiego,

KiiWii

Editorial Team
Editorial Team
Joined
Nov 17, 2008
Messages
16,581
Trophies
3
Website
defaultdnb.github.io
XP
26,917
Country
United Kingdom
Stupid question:

If you "brick redNAND" is it as easy as deleting and starting again to fix it?

I haven't bothered with it yet but had heard of people bricking and though if it's just on an SD.....

Thanks in advance.

EDIT: yup, it's that simple, keep a back up from a fresh install, and if you brick just restore the unbricked back up.
 
Last edited by KiiWii,
  • Like
Reactions: buhdiego
D

Deleted-379826

Guest
you mean the poll that is on the top of this thread and asks if the rednand worked?
Yeah. I doubt a lot of people were truthful. I mean if there were that many people don't you think they would of commented or made a thread?
 

raphamotta

Well-Known Member
Member
Joined
Jul 12, 2013
Messages
685
Trophies
1
Age
40
XP
2,226
Country
So I have a fw.img on dimokiosu\bin after run gensections.py and another fw.img on root after run make. Which one is the correct to use for rednand?
 

ladygugu

Well-Known Member
Member
Joined
May 12, 2015
Messages
114
Trophies
0
XP
928
Country
France

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    SylverReZ @ SylverReZ: If you want a good system to port it to, at least have a good programmer and knowledge.