Skip to content

Commit 7fb9147

Browse files
committed
Added Pico-Loader info for AKMenu-next
1 parent 849e901 commit 7fb9147

File tree

3 files changed

+50
-5
lines changed

3 files changed

+50
-5
lines changed

docs/cart-guides/r4i-sdhc.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ title: DSTTi DEMON-HW Carts
7878

7979
!!! info "Kernel Info"
8080

81-
AKMenu-Next is an alternative kernel based on akmenu4 (used in Wood R4 and AKAIO) and uses nds-bootstrap to load games. This is an option if you have games, ROM hacks or fan translations that do not work on YSMenu or R4iMenu, and is also an option if you want a Wood R4 style interface.
81+
AKMenu-Next is an alternative kernel based on akmenu4 (used in Wood R4 and AKAIO) and uses nds-bootstrap (and optionally Pico-Loader) to load games. This is an option if you have games, ROM hacks or fan translations that do not work on YSMenu or R4iMenu, and is also an option if you want a Wood R4 style interface.
8282

8383
1. Download the latest release of [AKMenu-Next Flashcart Edition.](https://github.com/coderkei/akmenu-next/releases/latest/download/akmenu-next-flashcart.zip)
8484

@@ -87,6 +87,7 @@ title: DSTTi DEMON-HW Carts
8787
1. From within the akmenu-next files, copy the following files/folders to your SD card root:
8888

8989
- `_nds` folder
90+
- `_pico` folder
9091
- `BOOT.NDS`
9192

9293
1. Download the latest release of [nds-bootstrap.](https://github.com/DS-Homebrew/nds-bootstrap/releases/latest/download/nds-bootstrap.zip)
@@ -95,13 +96,30 @@ title: DSTTi DEMON-HW Carts
9596

9697
1. Copy the *contents* of the files from the extracted `nds-bootstrap.zip` file to the `_nds` folder on your SD card.
9798

99+
#### Pico-Loader (Experimental)
100+
101+
If you would like to also use the experimental [Pico-Loader](https://github.com/LNH-team/pico-loader/) please follow the below steps, otherwise skip this section.
102+
Please bear in mind that Pico-Loader is still experimental and lacks soft-reset and cheat support. Any bugs should be reported on the [Pico-Loader Issues Page](https://github.com/LNH-team/pico-loader/issues).
103+
104+
1. Download the latest release of [Pico-Loader for DSTT](https://github.com/LNH-team/pico-loader/releases/latest/download/Pico_Loader_for_DSTT.zip).
105+
106+
1. Extract the downloaded `Pico_Loader_for_DSTT.zip` file with [7-Zip](https://www.7-zip.org/).
107+
108+
1. Copy the *contents* of the files from the extracted `Pico_Loader_for_DSTT.zip` file to the `_pico` folder on your SD card.
109+
110+
1. This loader can be selected by going to the settings in AKMenu-Next and finding the option labeled "Game Loader".
111+
112+
#### Cheats
113+
98114
1. If you'd like to be able to use cheats on your games, download a [cheat database.](https://gbatemp.net/threads/deadskullzjrs-nds-i-cheat-databases.488711)
99115

100116
1. You will need the `usrcheat.dat` file from the download link in the post. Copy this file to `_nds/akmenunext/cheats/` on your SD card. (Create the `cheats` folder if it doesn't exist)
101117

118+
#### Autobooting
119+
102120
1. Open the `Autoboot` folder within the AKMenu-Next files.
103121

104-
1. Copy the *contents* of the `R4i-SDHC` folder (do not copy the folder itself) to the root of your SD card.
122+
1. Copy the contents of the `R4i-SDHC` folder (do not copy the folder itself) to the root of your SD card.
105123

106124
1. Create a `Games` folder in your SD card root, and place your `.nds` game ROMs inside. You can also create additional folders to help with organizing/categorizing your ROMs.
107125

docs/images/akmenu.png

229 KB
Loading

docs/tutorials/akmenu-next.md

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
title: Setting Up AKMenu-Next
33
---
44

5+
![AKMenu-Next](../images/akmenu.png){ align=right width="200"}
56
# Setting Up AKMenu-Next
67

78
!!! info
89

9-
[AKMenu-Next](https://github.com/coderkei/akmenu-next) is a frontend for nds-bootstrap based on a fork of [akmenu4](https://github.com/lifehackerhansol/akmenu4) for running Nintendo DS Software & Homebrew. It supports cheats along with support for Acekard themes.
10+
[AKMenu-Next](https://github.com/coderkei/akmenu-next) is a frontend for nds-bootstrap & Pico-Loader based on a fork of [akmenu4](https://github.com/lifehackerhansol/akmenu4) for running Nintendo DS Software & Homebrew. It supports cheats along with support for Acekard themes.
1011
For controls such as soft-reset and quitting games, please see [nds-bootstrap controls](https://wiki.ds-homebrew.com/nds-bootstrap/controls)
1112

1213
### Setup Guide:
@@ -22,6 +23,7 @@ title: Setting Up AKMenu-Next
2223
1. From within the akmenu-next files, copy the following files/folders to your SD card root:
2324

2425
- `_nds` folder
26+
- `_pico` folder
2527
- `BOOT.NDS`
2628

2729
1. Download the latest release of [nds-bootstrap.](https://github.com/DS-Homebrew/nds-bootstrap/releases/latest/download/nds-bootstrap.zip)
@@ -30,7 +32,24 @@ title: Setting Up AKMenu-Next
3032

3133
1. Copy the *contents* of the files from the extracted `nds-bootstrap.zip` file to the `_nds` folder on your SD card.
3234

33-
1. Load `BOOT.NDS` with your flashcart's kernel, or alternatively follow the autoboot steps below.
35+
#### Pico-Loader (Experimental)
36+
37+
If you would like to also use the experimental [Pico-Loader](https://github.com/LNH-team/pico-loader/) please follow the below steps, otherwise skip this section.
38+
Please bear in mind that Pico-Loader is still experimental and lacks soft-reset and cheat support. Any bugs should be reported on the [Pico-Loader Issues Page](https://github.com/LNH-team/pico-loader/issues).
39+
40+
!!! warning
41+
Using the wrong version of Pico-Loader could damage your flashcard!
42+
If you are unsure which version to use, check the [Supported Platforms section](https://github.com/LNH-team/pico-loader?tab=readme-ov-file#supported-platforms).
43+
44+
1. Download the latest release of [Pico-Loader](https://github.com/LNH-team/pico-loader/releases/latest). Choose the version that corresponds with your flashcart.
45+
46+
1. Extract the downloaded `Pico_Loader_for_YOUR_FLASHCART_HERE.zip` file with [7-Zip](https://www.7-zip.org/).
47+
48+
1. Copy the *contents* of the files from the extracted `Pico_Loader_for_YOUR_FLASHCART_HERE.zip` file to the `_pico` folder on your SD card.
49+
50+
1. This loader can be selected by going to the settings in AKMenu-Next and finding the option labeled "Game Loader".
51+
52+
You can now load `BOOT.NDS` with your flashcart's kernel, or alternatively follow the autoboot steps below.
3453

3554
#### Cheats
3655

@@ -182,4 +201,12 @@ title: Setting Up AKMenu-Next
182201

183202
1. Extract the downloaded `nds-bootstrap.zip` file with [7-Zip](https://www.7-zip.org/).
184203

185-
1. Copy the *contents* of the files from the extracted `nds-bootstrap.zip` file to the `_nds` folder on your SD card.
204+
1. Copy the *contents* of the files from the extracted `nds-bootstrap.zip` file to the `_nds` folder on your SD card.
205+
206+
#### Updating Pico-Loader (Flashcarts Only)
207+
208+
1. Download the latest release of [Pico-Loader](https://github.com/LNH-team/pico-loader/releases/latest). Choose the version that corresponds with your flashcart.
209+
210+
1. Extract the downloaded `Pico_Loader_for_YOUR_FLASHCART_HERE.zip` file with [7-Zip](https://www.7-zip.org/).
211+
212+
1. Copy the *contents* of the files from the extracted `Pico_Loader_for_YOUR_FLASHCART_HERE.zip` file to the `_pico` folder on your SD card.

0 commit comments

Comments
 (0)