More actions
m (Text replacement - "Infobox 3DS homebrew" to "Infobox-3DS-Homebrews") |
m (Text replacement - "Category:Other 3DS homebrew applications" to "") |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox | {{Infobox 3DS Homebrews | ||
| title = A9NC | |title=A9NC | ||
| image = | |image=3ds.png | ||
| type = Other Apps | |description=Receives ARM9 payloads over network and runs them | ||
| version = | |author=d0k3 | ||
| | |lastupdated=2018/02/23 | ||
| | |type=Other Apps | ||
|version=0.1.4 | |||
| | |license=Mixed | ||
| source = https:// | |download=https://dlhb.gamebrew.org/3dshomebrews/a9nc.7z | ||
|website=https://github.com/d0k3/A9NC | |||
|source=https://github.com/d0k3/A9NC | |||
}} | }} | ||
A9NC - ARM9 Netload Companion is a simple companion app to receive and run ARM9 payloads via CIA & GM9 bootloader. This is mainly intended for devs and gives you a quick, convenient way to get your ARM9 payload to a convenient place on your SD card, and then boot into it. | |||
This can also be used as tutorial code to understand how [https://davejmurphy.com/3dslink 3DSlink] works, as sample code to include files over Wifi to your project or as a base for a Luma3DS Homemenu Companion. | |||
==Features== | |||
* Receives a payload, sent from PC, via 3DSlink: 3dslink -a [IP] [payload name] | |||
* Stores this payload in /luma/payloads/left_A9NC.bin (overwrites existing). | |||
* Quick reboots the console on a press of LEFT (keep holding LEFT to boot the payload in Luma3DS). | |||
==Installation== | |||
To use this in the most convenient way, install the CIA to your home menu. | |||
==User guide== | |||
To send a firm, use: 3dslink -a [IP] [payload name] | |||
3dslink is included in devKitARM and also available from [http://davejmurphy.com/3dslink here]. | |||
In default | In default gm9 mode, the firm will be written to a specific location in FCRAM, where it can then be loaded from via the GodMode9 bootloader (see below). A9NC also has an ask mode, where the firm will be written to a place of your choice on your SD card. In ask mode, you can make A9NC work with [[Luma3DS]] and that [https://github.com/d0k3/boot9strap/releases/tag/1.2%2Bbootonce boot9strap fork]. | ||
To setup your system for gm9 mode, use [[GodMode9 3DS|GodMode9]] to install the GodMode9 firm to FIRM0. GodMode9 will then act as a bootloader for typical boot.firm locations unless R+LEFT is pressed on boot. It will also - without any required keypresses - automatically detect the firm in FCRAM and boot into it. | |||
==Media== | |||
'''A9NC chainloader [POC]''' ([https://www.youtube.com/watch?v=QrKTbju-OM0 Olivia Ducharme]) <br> | |||
<youtube>QrKTbju-OM0</youtube> | |||
==External links== | |||
* Author's website - https://d0k3.secretalgorithm.com | |||
* GitHub - https://github.com/d0k3/A9NC | |||
* GBAtemp - https://gbatemp.net/threads/release-a9nc-arm9-netload-companion.424900 |
Latest revision as of 04:21, 6 Mayıs 2024
A9NC | |
---|---|
General | |
Author | d0k3 |
Type | Other Apps |
Version | 0.1.4 |
License | Mixed |
Last Updated | 2018/02/23 |
Links | |
Download | |
Website | |
Source | |
A9NC - ARM9 Netload Companion is a simple companion app to receive and run ARM9 payloads via CIA & GM9 bootloader. This is mainly intended for devs and gives you a quick, convenient way to get your ARM9 payload to a convenient place on your SD card, and then boot into it.
This can also be used as tutorial code to understand how 3DSlink works, as sample code to include files over Wifi to your project or as a base for a Luma3DS Homemenu Companion.
Features
- Receives a payload, sent from PC, via 3DSlink: 3dslink -a [IP] [payload name]
- Stores this payload in /luma/payloads/left_A9NC.bin (overwrites existing).
- Quick reboots the console on a press of LEFT (keep holding LEFT to boot the payload in Luma3DS).
Installation
To use this in the most convenient way, install the CIA to your home menu.
User guide
To send a firm, use: 3dslink -a [IP] [payload name]
3dslink is included in devKitARM and also available from here.
In default gm9 mode, the firm will be written to a specific location in FCRAM, where it can then be loaded from via the GodMode9 bootloader (see below). A9NC also has an ask mode, where the firm will be written to a place of your choice on your SD card. In ask mode, you can make A9NC work with Luma3DS and that boot9strap fork.
To setup your system for gm9 mode, use GodMode9 to install the GodMode9 firm to FIRM0. GodMode9 will then act as a bootloader for typical boot.firm locations unless R+LEFT is pressed on boot. It will also - without any required keypresses - automatically detect the firm in FCRAM and boot into it.
Media
A9NC chainloader [POC] (Olivia Ducharme)
External links
- Author's website - https://d0k3.secretalgorithm.com
- GitHub - https://github.com/d0k3/A9NC
- GBAtemp - https://gbatemp.net/threads/release-a9nc-arm9-netload-companion.424900