From: Jon Feldman Date: Sun, 12 Feb 2017 11:27:32 +0000 (-0500) Subject: Update firm URLs X-Git-Tag: v0.3.1~4 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=dd3f41655202f291d2742430037d466ee4e8867c;p=corbenik%2Fcorbenik.git Update firm URLs --- diff --git a/README.md b/README.md index e4105db..3f6463b 100644 --- a/README.md +++ b/README.md @@ -57,12 +57,12 @@ Without the FIRMs, it cannot boot up your system. You'll need to fetch the follo Otherwise, manually fetching firmware should be done from the following URLs: -Old 3DS (Native FIRM, 11.2): - * firm: http://nus.cdn.c.shop.nintendowifi.net/ccs/download/0004013800000002/00000058 +Old 3DS (Native FIRM, 11.3): + * firm: http://nus.cdn.c.shop.nintendowifi.net/ccs/download/0004013800000002/0000005c * cetk: http://nus.cdn.c.shop.nintendowifi.net/ccs/download/0004013800000002/cetk -New 3DS (Native FIRM, 11.2): - * firm: http://nus.cdn.c.shop.nintendowifi.net/ccs/download/0004013820000002/00000028 +New 3DS (Native FIRM, 11.3): + * firm: http://nus.cdn.c.shop.nintendowifi.net/ccs/download/0004013820000002/0000002d * cetk: http://nus.cdn.c.shop.nintendowifi.net/ccs/download/0004013820000002/cetk This is only a recommendation - you can supply near any valid firmware file for your console (it has only been tested extensively for >=9.2, however.) diff --git a/host/n3ds_firm.sh.in b/host/n3ds_firm.sh.in index 4c66dd7..2124364 100644 --- a/host/n3ds_firm.sh.in +++ b/host/n3ds_firm.sh.in @@ -1,5 +1,5 @@ #!/bin/sh -wget http://nus.cdn.c.shop.nintendowifi.net/ccs/download/0004013820000002/00000028 -O .@libdir@/firmware/native +wget http://nus.cdn.c.shop.nintendowifi.net/ccs/download/0004013820000002/0000002d -O .@libdir@/firmware/native wget http://nus.cdn.c.shop.nintendowifi.net/ccs/download/0004013820000002/cetk -O .@libdir@/firmware/native.cetk wget http://nus.cdn.c.shop.nintendowifi.net/ccs/download/0004013820000102/00000000 -O .@libdir@/firmware/twl wget http://nus.cdn.c.shop.nintendowifi.net/ccs/download/0004013820000102/cetk -O .@libdir@/firmware/twl.cetk diff --git a/host/o3ds_firm.sh.in b/host/o3ds_firm.sh.in index 2af10ed..6c00d26 100644 --- a/host/o3ds_firm.sh.in +++ b/host/o3ds_firm.sh.in @@ -1,5 +1,5 @@ #!/bin/sh -wget http://nus.cdn.c.shop.nintendowifi.net/ccs/download/0004013800000002/00000058 -O .@libdir@/firmware/native +wget http://nus.cdn.c.shop.nintendowifi.net/ccs/download/0004013800000002/0000005c -O .@libdir@/firmware/native wget http://nus.cdn.c.shop.nintendowifi.net/ccs/download/0004013800000002/cetk -O .@libdir@/firmware/native.cetk wget http://nus.cdn.c.shop.nintendowifi.net/ccs/download/0004013800000102/00000016 -O .@libdir@/firmware/twl wget http://nus.cdn.c.shop.nintendowifi.net/ccs/download/0004013800000102/cetk -O .@libdir@/firmware/twl.cetk