1
0
Fork 0
forked from len0rd/rockbox

Fix manual build in 018c54ad1c

Change-Id: If0bce46e161b1f61543c73a4417eda1c179c34a7
This commit is contained in:
Dana Conrad 2024-09-15 15:03:00 -05:00 committed by Solomon Peachy
parent 607adf00b5
commit bb1c2ea0b1
2 changed files with 18 additions and 22 deletions

View file

@ -5,13 +5,12 @@ mode. The process is summed up as the following:
\item Determine what hardware version your player is and download \item Determine what hardware version your player is and download
the correct bootloader update file the correct bootloader update file
\item Place the bootloader \fname{update.upt} file on the SD card \item Place the bootloader \fname{update.upt} file on the SD card
\item In the original firmware, run the Firmware Update \item In the original firmware, run the Firmware Update: \\
\code{System Settings --> Firmware Update} \fname{System Settings --> Firmware Update}
\end{itemize} \end{itemize}
\subsubsection{Determine hardware version}\label{ref:determine_hardware_version} \subsubsection{Determine hardware version}\label{ref:determine_hardware_version}
Determine what hardware version your player is. Go to Determine what hardware version your player is. Go to \fname{System Settings --> About The Player --> Version} and reference
\code{System Settings --> About The Player --> Version} and reference
the list below. hw1, hw1.5, and hw2 players all use the same update the list below. hw1, hw1.5, and hw2 players all use the same update
file (with one exception), while hw3 players use a different one. file (with one exception), while hw3 players use a different one.
@ -32,10 +31,9 @@ may not be the most up to date, please see the wiki page at
\item Hifiwalker H2 V1.1 - V1.6 \item Hifiwalker H2 V1.1 - V1.6
\item Surfans F20 V2.2 - V2.7 \item Surfans F20 V2.2 - V2.7
\end{itemize} \end{itemize}
These players use \fname{erosqnative-hw1hw2-erosq.upt} as the update file. These players use \fname{erosqnative-hw1hw2-erosq.upt} as the update file.
The lone exception is the Hifiwalker H2 V1.3, which uses the update file The lone exception is the Hifiwalker H2 V1.3, which uses the update file
\fname{erosqnative-hw1hw2-eros_h2.upt}. \fname{erosqnative-hw1hw2-eros\_h2.upt}.
\item[hw3 players] \item[hw3 players]
\begin{itemize} \begin{itemize}
\item Aigo Eros Q V2.1 \item Aigo Eros Q V2.1
@ -61,6 +59,6 @@ Don't forget to safely eject/unmount your player.
\subsubsection{Run Firmware Update}\label{ref:run_firmware_update} \subsubsection{Run Firmware Update}\label{ref:run_firmware_update}
In the original firmware, run the firmware updater by going to In the original firmware, run the firmware updater by going to
\code{System Settings --> Firmware Update}. At this point, you can delete \fname{System Settings --> Firmware Update}. At this point, you can delete
\fname{update.upt} from the SD card if you wish. \emph{Do not delete .rockbox, \fname{update.upt} from the SD card if you wish. \emph{Do not delete .rockbox,
this is your Rockbox installation and needs to stay there!} this is your Rockbox installation and needs to stay there!}

View file

@ -118,15 +118,15 @@ of before installing.
\begin{description} \begin{description}
\item[Filesystem support.] Rockbox only supports the FAT32 filesystem. Other \item[Filesystem support.] Rockbox only supports the FAT32 filesystem. Other
filesystems such as exFAT or NTFS are not supported. filesystems such as exFAT or NTFS are not supported.
\opt{erosqnative}{
\opt{erosqnative}{\note{Many SD cards come with exFAT on them from the \note{Many SD cards come with exFAT on them from the
factory. The original firmware can be used to reformat them to FAT factory. The original firmware can be used to reformat them to FAT
by going to \code{System Settings --> Reset --> Format TF Card}.}} by going to: \fname{System Settings --> Reset --> Format TF Card}.}
\note{The SD card that sometimes come bundled with these players are usually \note{The SD card that sometimes come bundled with these players are usually
of substandard quality and are not to be trusted. It is recommended to source of substandard quality and are not to be trusted. It is recommended to source
a card of a reputable brand, from a reputable source, such as direct from a card of a reputable brand, from a reputable source, such as direct from
the manufacturer.}} the manufacturer.}
}
\item[USB DAC.] This feature is not supported by Rockbox, but you can \item[USB DAC.] This feature is not supported by Rockbox, but you can
dual-boot the original firmware if you want to use it. dual-boot the original firmware if you want to use it.
\opt{shanlingq1,agptekrocker,xduoox3ii,xduoox20,aigoerosq,erosqnative}{\item[Wireless.] There is no support for Bluetooth\opt{shanlingq1}{ or WiFi}. \opt{shanlingq1,agptekrocker,xduoox3ii,xduoox20,aigoerosq,erosqnative}{\item[Wireless.] There is no support for Bluetooth\opt{shanlingq1}{ or WiFi}.
@ -837,11 +837,9 @@ completely follow the manual uninstallation instructions below.}}
uninstallation procedure can then be done as follows: uninstallation procedure can then be done as follows:
\begin{itemize} \begin{itemize}
\item If the update file is unmodified, use \fname{tools/hibyos_nativepatcher/hibyos_nativepatcher.sh} \item If the update file is unmodified, use \fname{tools/hibyos\_nativepatcher/hibyos\_nativepatcher.sh} to mark the original bootloader for updating
to mark the original bootloader for updating \item Place the update file on the SD card and ensure it is named \emph{exactly} \fname{update.upt}
\item Place the update file on the SD card and ensure it is named \emph{exactly} \item Boot into the Rockbox bootloader menu: With the player off, hold \ButtonVolUp{} + \ButtonPower{}
\fname{update.upt}
\item Boot into the Rockbox bootloader menu: With the player off, hold \ButtonVolUp + \ButtonPower
\item Select "Aigo Recovery" \item Select "Aigo Recovery"
\end{itemize} \end{itemize}
} }