Luma3DS Updater 3DS: Difference between revisions

From GameBrew
(Created page with "{{Infobox 3DS homebrew | title = Luma3DS Updater | image = https://dlhb.gamebrew.org/3dshomebrew/Luma3DSUpdater.jpg|250px | type = Utilities | version = v1.4.2 | licence = Mix...")
 
No edit summary
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox 3DS homebrew
{{Infobox 3DS Homebrews
| title = Luma3DS Updater
|title=Luma3DS Updater
| image = https://dlhb.gamebrew.org/3dshomebrew/Luma3DSUpdater.jpg|250px
|image=Luma3DSUpdater.jpg
| type = Utilities
|description=A boot.firm updater for Luma3DS and boot9strap.
| version = v1.4.2
|author=Hamcha
| licence = Mixed
|lastupdated=2016/08/27
| author = Hamcha
|type=Utilities
| website = https://github.com/Hamcha/lumaupdate
|version=1.4.2
| download = https://dlhb.gamebrew.org/3dshomebrew/Luma3DSUpdater.rar
|license=Mixed
| source = https://dlhb.gamebrew.org/3dshomebrew/Luma3DSUpdater.rar
|download=https://dlhb.gamebrew.org/3dshomebrews/lumaupdater.7z
|website=https://github.com/Hamcha/lumaupdate
|source=https://github.com/Hamcha/lumaupdate
}}
}}
<youtube>MaaVgmvvlks&t=1s</youtube>
{{Obsolete}}


= Luma Updater (outdated and unmaintained) =
Luma updater, formerly known as ARN Updater, is a arm9loaderhax.bin updater for [[Luma3DS|Luma3DS]] (formerly AuReiNand) as a 3DS homebrew.


'''This homebrew has been outdated for a while and won't work anymore, if you still want an updater for Luma3DS (on Boot9strap) please use [https://github.com/KunoichiZ/lumaupdate Kaoru's version]'''
'''Note:''' This homebrew has been outdated and won't work anymore, if you still want an updater for Luma3DS (on Boot9strap) please use [[Luma Updater 3DS|Kaoru's version]].


Formerly known as &quot;ARN Updater&quot;
==User guide==
Please refer to the [https://github.com/Hamcha/lumaupdate/wiki wiki page] for usage information.


A <code>arm9loaderhax.bin</code> updater for Luma3DS (formerly AuReiNand) as a 3DS homebrew (no more SD swaps!)
==Credits==
Luma3DS builds (and development) by [https://github.com/AuroraWright Aurora Wright], [https://github.com/TuxSH TuxSH] and [https://github.com/AuroraWright/Luma3DS/graphs/contributors other contributors].


== Usage ==
Hourlies built and provided by [https://github.com/astronautlevel2 astronautlevel].


Refer to the [https://github.com/Hamcha/lumaupdate/wiki wiki] for usage information.
Makefiles are somewhat derived by stripping down [https://github.com/Steveice10 Steveice10]'s buildtools.


== Requirements ==
CIA jingle by [https://www.freesound.org/people/cydon/ Cydon @ FreeSound].


* Your usual 3DS compilation environment
==External links==
* Latest* ctrulib (the one currently bundled with devKitPro won't cut it)
* GitHub - https://github.com/Hamcha/lumaupdate
* [http://3dbrew.org/wiki/Makerom makerom] and [https://github.com/Steveice10/bannertool bannertool] somewhere in your <code>PATH</code> environment
* zlib (get it from [https://github.com/devkitPro/3ds_portlibs devkitPro/3ds_portlibs])


<sup>* ctrulib has breaking changes every once in a while so if you have trouble compiling, the latest tested working commit is [https://github.com/smealum/ctrulib/commit/ada9559c11ab1870a9f25ac86c66bbacba206735 ada9559]</sup>
[[Category:3DS homebrew applications]]
 
[[Category:Homebrew utility applications on 3DS]]
==== Optional ====
 
* <code>zip</code> binary for generating release archives (<code>make pkg</code>)
 
== Compiling ==
 
<code>make</code> should create the output folder and fill it with both the 3dsx and the cia builds
 
<code>make 3dsx</code> will only build the 3dsx version
 
==== Extra flags ====
 
<code>make CITRA=1</code> disables features that aren't properly emulated on Citra (HTTPc) for easier testing
 
<code>make DEBUG=1</code> will disable compile-time optimizations entirely
 
== License ==
 
The assets and code for the homebrew (code under <code>source/</code> and assets under <code>meta/</code>) are licensed under the '''WTFPL'''. Refer to <code>LICENSE.txt</code> for the full text.
 
This project uses [https://github.com/zserge/jsmn jsmn], which is licensed under the MIT license. Refer to <code>LICENSE.jsmn.txt</code> for the full text.
 
This project uses [https://github.com/nmoinvaz/minizip minizip], which is licensed under the zlib license. Refer to <code>LICENSE.minizip.txt</code> for the full text.
 
This project uses [https://sourceforge.net/projects/libmd5-rfc/ libmd5-rfc], which is licensed under the BSD license. Refer to <code>LICENSE.libmd5-rfc.txt</code> for the full text.
 
== Credits ==
 
* Luma3DS builds (and development) by [https://github.com/AuroraWright Aurora Wright], [https://github.com/TuxSH TuxSH] and [https://github.com/AuroraWright/Luma3DS/graphs/contributors other contributors]
* Hourlies built and provided by [https://github.com/astronautlevel2 astronautlevel]
* Makefiles are somewhat derived by stripping down [https://github.com/Steveice10 Steveice10]'s buildtools
* CIA jingle by [https://www.freesound.org/people/cydon/ Cydon @ FreeSound]

Latest revision as of 12:06, 7 February 2022

Luma3DS Updater
Luma3DSUpdater.jpg
General
AuthorHamcha
TypeUtilities
Version1.4.2
LicenseMixed
Last Updated2016/08/27
Links
Download
Website
Source

Luma updater, formerly known as ARN Updater, is a arm9loaderhax.bin updater for Luma3DS (formerly AuReiNand) as a 3DS homebrew.

Note: This homebrew has been outdated and won't work anymore, if you still want an updater for Luma3DS (on Boot9strap) please use Kaoru's version.

User guide

Please refer to the wiki page for usage information.

Credits

Luma3DS builds (and development) by Aurora Wright, TuxSH and other contributors.

Hourlies built and provided by astronautlevel.

Makefiles are somewhat derived by stripping down Steveice10's buildtools.

CIA jingle by Cydon @ FreeSound.

External links

Advertising: