3.0.1: Difference between revisions
| No edit summary | |||
| (29 intermediate revisions by 7 users not shown) | |||
| Line 5: | Line 5: | ||
| ==Change-log== | ==Change-log== | ||
| [http://en-americas-support.nintendo.com/app/answers/detail/a_id/22525/p/897 Official] ALL change-log: | [http://en-americas-support.nintendo.com/app/answers/detail/a_id/22525/p/897 Official] ALL change-log: | ||
| '''General system stability improvements to enhance the user's experience, including:''' | |||
| * Addressed an issue in which the remaining battery charge can't be displayed accurately   | * Addressed an issue in which the remaining battery charge can't be displayed accurately   | ||
| * If the system's battery power display suddenly increases or decreases, it will gradually improve by following these steps. | ** If the system's battery power display suddenly increases or decreases, it will gradually improve by [http://en-americas-support.nintendo.com/app/answers/detail/a_id/27111 following these steps]. | ||
| ==System Titles== | ==System Titles== | ||
| Line 14: | Line 15: | ||
| * Every web-applet. | * Every web-applet. | ||
| * Sysupdate titlelisting-title, browser "shareddata:/", [[System Version Title]], and all FIRM packages. | * Sysupdate titlelisting-title, browser "shareddata:/", [[System Version Title]], and all FIRM packages. | ||
| All sysmodules were rebuilt, where the only change was the hashid following the "GNU" string, however some sysmodules have additional changes. | |||
| * Some sysmodules have strings containing "D:\'''h'''ome\teamcity\work\sdk\Externals\{...}" changed to "D:\'''H'''ome\teamcity\work\sdk\Externals\{...}". | |||
| * Build timestamp in wlan-sysmodule was updated. | |||
| Actual updated sysmodules: | |||
| * nvservices | |||
| * pcv | |||
| * account | |||
| * nim | |||
| * pctl | |||
| * npns | |||
| * eupld | |||
| The only changes for npns and account: The <nowiki>"https://dauth-%.ndas.srv.nintendo.net/v1/device_auth_token"</nowiki> URL was changed to <nowiki>"https://dauth-%.ndas.srv.nintendo.net/{hex string}/device_auth_token"</nowiki>. | |||
| The above new URL was added(not replacing any URL in .(ro)data) to nim, + code changes. A "device_auth_token" string in nim was removed. | |||
| As of October 19, 2017, manually accessing the above new URL with the proper post-data works fine, however accessing the old URL returns the following: <code>{"errors":[{"code":"0007","message":"System update is required."}]}</code> | |||
| Hence, all sysmodules using the old URL would throw a sysupdate-required error. | |||
| ===FIRM packages=== | ===FIRM packages=== | ||
| Line 19: | Line 40: | ||
| Everything under RomFS was updated. | Everything under RomFS was updated. | ||
| Kernel wasn't updated. | |||
| The following firm-sysmodules were updated: FS, boot, and sm. The remaining modules(Loader, NCM, ProcessMana, and spl) were rebuilt: hashid following "GNU" string was updated. | |||
| ====[[Filesystem_services|FS]]==== | |||
| Basically all code changes are related to the new [[NCA_Format|NCA]] crypto. Key-init function was updated due to the new NCA crypto. Various keyindex values were updated due to the new NCA crypto, for non-NCA and NCA code. A function which returned ncahdr_x206("Crypto Type") was replaced with a branch to the new <get-final-cryptotype> function described [[NCA_Format|here]](equivalent to similar changes elsewhere). | |||
| ====boot==== | |||
| Updated 1 func and added a new func: | |||
| * Added a call to <new func>. w1 value passed to L_381c(prev ver L_37d4) is now the output of <mask>, instead of fixed to 0x1. | |||
| ==Internet Browser== | ==Internet Browser== | ||
| Line 29: | Line 61: | ||
| ==Keys== | ==Keys== | ||
| The  | The bootloader [[BCT#bootloader0_info|version]] was changed from 2 to 3. | ||
| New keydata was introduced for NCA content, see [[NCA_Format|here]]. | New keydata was introduced for NCA content, see [[NCA_Format|here]]. | ||
| New keydata was introduced for [[BCAT_Content_Container| BCAT containers]] for indexes 0x10 to 0x1F. | |||
| ==See Also== | ==See Also== | ||
| System update report(s): | System update report(s): | ||
| * [https://yls8.mtheall.com/ninupdates/reports.php?date=07-31-17_08-05-16&sys=hac] | * [https://yls8.mtheall.com/ninupdates/reports.php?date=07-31-17_08-05-16&sys=hac] | ||
| {{NavboxVersions}} | |||
Latest revision as of 19:17, 28 December 2019
The Switch 3.0.1 system update was released on July 31, 2017. This Switch update was released for the following regions: ALL.
Security flaws fixed: <fill this in manually later, see the updatedetails page from the ninupdates-report page(s) once available for now>.
Change-log
Official ALL change-log:
General system stability improvements to enhance the user's experience, including:
- Addressed an issue in which the remaining battery charge can't be displayed accurately
- If the system's battery power display suddenly increases or decreases, it will gradually improve by following these steps.
 
System Titles
Exactly the following was updated:
- Every sysmodule.
- Every web-applet.
- Sysupdate titlelisting-title, browser "shareddata:/", System Version Title, and all FIRM packages.
All sysmodules were rebuilt, where the only change was the hashid following the "GNU" string, however some sysmodules have additional changes.
- Some sysmodules have strings containing "D:\home\teamcity\work\sdk\Externals\{...}" changed to "D:\Home\teamcity\work\sdk\Externals\{...}".
- Build timestamp in wlan-sysmodule was updated.
Actual updated sysmodules:
- nvservices
- pcv
- account
- nim
- pctl
- npns
- eupld
The only changes for npns and account: The "https://dauth-%.ndas.srv.nintendo.net/v1/device_auth_token" URL was changed to "https://dauth-%.ndas.srv.nintendo.net/{hex string}/device_auth_token".
The above new URL was added(not replacing any URL in .(ro)data) to nim, + code changes. A "device_auth_token" string in nim was removed.
As of October 19, 2017, manually accessing the above new URL with the proper post-data works fine, however accessing the old URL returns the following: {"errors":[{"code":"0007","message":"System update is required."}]}
Hence, all sysmodules using the old URL would throw a sysupdate-required error.
FIRM packages
819:
Everything under RomFS was updated.
Kernel wasn't updated.
The following firm-sysmodules were updated: FS, boot, and sm. The remaining modules(Loader, NCM, ProcessMana, and spl) were rebuilt: hashid following "GNU" string was updated.
FS
Basically all code changes are related to the new NCA crypto. Key-init function was updated due to the new NCA crypto. Various keyindex values were updated due to the new NCA crypto, for non-NCA and NCA code. A function which returned ncahdr_x206("Crypto Type") was replaced with a branch to the new <get-final-cryptotype> function described here(equivalent to similar changes elsewhere).
boot
Updated 1 func and added a new func:
- Added a call to <new func>. w1 value passed to L_381c(prev ver L_37d4) is now the output of <mask>, instead of fixed to 0x1.
Internet Browser
All webapplets were updated, vulnerabilities were fixed. 803/buildinfo/buildinfo.dat contains the following:
r:14938 p:NX64 v:Release d:2017-07-11 17:51 n:0.6.10
Keys
The bootloader version was changed from 2 to 3.
New keydata was introduced for NCA content, see here.
New keydata was introduced for BCAT containers for indexes 0x10 to 0x1F.
See Also
System update report(s):
| Nintendo Switch System Versions | |
|---|---|
| 1.0.0 | |
| 2.0.0 • 2.1.0 • 2.2.0 • 2.3.0 | |
| 3.0.0 • 3.0.1 • 3.0.2 | |
| 4.0.0 • 4.0.1 • 4.1.0 | |
| 5.0.0 • 5.0.1 • 5.0.2 • 5.1.0 | |
| 6.0.0 • 6.0.1 • 6.1.0 • 6.2.0 | |
| 7.0.0 • 7.0.1 | |
| 8.0.0 • 8.0.1 • 8.1.0 • 8.1.1 | |
| 9.0.0 • 9.0.1 • 9.1.0 • 9.2.0 | |
| 10.0.0 • 10.0.1 • 10.0.2 • 10.0.3 • 10.0.4 • 10.1.0 • 10.1.1 • 10.2.0 | |
| 11.0.0 • 11.0.1 | |
| 12.0.0 • 12.0.1 • 12.0.2 • 12.0.3 • 12.1.0 | |
| 13.0.0 • 13.1.0 • 13.2.0 • 13.2.1 | |
| 14.0.0 • 14.1.0 • 14.1.1 • 14.1.2 | |
| 15.0.0 • 15.0.1 | |
| 16.0.0 • 16.0.1 • 16.0.2 • 16.0.3 • 16.1.0 | |
| 17.0.0 • 17.0.1 | |
| 18.0.0 • 18.0.1 • 18.1.0 | |
| 19.0.0 • 19.0.1 | |
| 20.0.0 • 20.0.1 • 20.1.0 • 20.1.1 • 20.1.5 • 20.2.0 • 20.3.0 • 20.4.0 • 20.5.0 | |