1
0
Fork 0
forked from len0rd/rockbox

FS#13559: manual: Correct URLs in ipod6g bootloader installation instructions

Change-Id: Ie97534e710d10b07d4bcfb5a323dca08b45bf343
This commit is contained in:
Solomon Peachy 2025-02-13 10:31:52 -05:00
parent ad556794d2
commit 78fa02aa39

View file

@ -13,10 +13,10 @@ Utility} for bootloader and Rockbox installation.
\begin{enumerate} \begin{enumerate}
\item Download the bootloader in .ipod format from \item Download the bootloader in .ipod format from
\url{https://files.freemyipod.org/~user890104/bootloader-ipodclassic-v1_0/bootloader-ipod6g.ipod} \url{https://download.rockbox.org/bootloader/ipod/bootloader-ipod6g.ipod}
\item Download mks5lboot for your operating system from \item Download mks5lboot for your operating system from
\url{https://files.freemyipod.org/~user890104/bootloader-ipodclassic.html\#download_stable} \url{https://files.freemyipod.org/~user890104/bootloader-ipodclassic-v1_0}
\item You need to have package libusb installed using Homebrew (brew install \item You need to have package libusb installed using Homebrew (brew install
libusb) or MacPorts (port install libusb) in order to run mks5lboot. libusb) or MacPorts (port install libusb) in order to run mks5lboot.
@ -53,8 +53,8 @@ running!
\item When \caps{Rockbox Utility} opens, select the checkbox named Show disabled targets, and point the installer to your iPod's mount point. \item When \caps{Rockbox Utility} opens, select the checkbox named Show disabled targets, and point the installer to your iPod's mount point.
\item On the installation screen make sure that Rockbox is selected and Bootloader is not selected. You can install themes or the game files if you want. \item On the installation screen make sure that Rockbox is selected and Bootloader is not selected. You can install themes or the game files if you want.
\item Start the Rockbox installation. \item Start the Rockbox installation.
\item Download the \href{https://files.freemyipod.org/~user890104/bootloader-ipodclassic-v1_0/bootloader-ipod6g.ipod}{bootloader in .ipod format}. \item Download the \href{https://download.rockbox.org/bootloader/ipod/bootloader-ipod6g.ipod}{bootloader in .ipod format}.
\item Download \href{https://files.freemyipod.org/~user890104/bootloader-ipodclassic.html#download_stable}{mks5lboot} for your operating system. Alternatively, you can \href{https://files.freemyipod.org/~user890104/bootloader-ipodclassic.html#build_mks5lboot}{build it} from the source code. \item Download \href{https://files.freemyipod.org/~user890104/bootloader-ipodclassic-v1_0}{mks5lboot} for your operating system. Alternatively, you can \href{https://files.freemyipod.org/~user890104/bootloader-ipodclassic.html#build_mks5lboot}{build it} from the source code.
\item You need to have package libusb-1.0.0 installed in order to run mks5lboot. \item You need to have package libusb-1.0.0 installed in order to run mks5lboot.
\item To make sure the installer is marked as executable, start the following command in the terminal: chmod +x mks5lboot. \item To make sure the installer is marked as executable, start the following command in the terminal: chmod +x mks5lboot.
\item Start mks5lboot from a terminal with the following command-line: ./mks5lboot --dfuscan -l. It should scan for DFU devices every second. \item Start mks5lboot from a terminal with the following command-line: ./mks5lboot --dfuscan -l. It should scan for DFU devices every second.