Skip to content

Instantly share code, notes, and snippets.

@metaphys
metaphys / IMX233_install.tex
Created December 28, 2011 22:00
IMX233_install.tex totallyy identicall to sansaAMS_install.tex one...
% $Id: %
In order to install the bootloader, you will need to download the following
files:
\begin{itemize}
\item An original firmware (OF) from
\opt{sansafuzeplus}{
\url{http://mp3support.sandisk.com/firmware/fuzeplus/fuzeplus02.38.06.zip}}
@metaphys
metaphys / manualtofix1
Created December 28, 2011 20:30
part of latex manual to update?
\opt{iriverh100,iriverh300}{
Rockbox Utility will ask you for a compatible copy of the original
firmware. This is because for legal reasons we cannot distribute
the bootloader directly. Instead, we have to patch the Iriver firmware
with the Rockbox bootloader.
Download a supported version of the Iriver firmware for your
\playername{} from the Iriver website, links can be found on
\wikilink{IriverBoot}.
@metaphys
metaphys / flacpanic
Created December 5, 2011 17:31
flac panic address
jean-louis@debian:~/Bureau/rockbox-devtree/debug/rockbox/build$ ../utils/analysis/find_addr.pl 0x63E71120 1
This address is in codec space, please select the codec which was used with this address:
[1]: ay.elf
[2]: a52_rm.elf
[3]: kss.elf
[4]: shorten.elf
[5]: mpa.elf
[6]: wma.elf
[7]: vorbis.elf
[8]: wav64.elf
@metaphys
metaphys / find_addresmpcpanic
Created December 5, 2011 17:25
find_addres mpc panic
jean-louis@debian:~/Bureau/rockbox-devtree/debug/rockbox/build$ ../utils/analysis/find_addr.pl 0x63E56AE8 1
This address is in codec space, please select the codec which was used with this address:
[1]: ay.elf
[2]: a52_rm.elf
[3]: kss.elf
[4]: shorten.elf
[5]: mpa.elf
[6]: wma.elf
[7]: vorbis.elf
[8]: wav64.elf
@metaphys
metaphys / find_addr2
Created December 4, 2011 22:39
find_addr2
jean-louis@debian:~/Bureau/rockbox-devtree/debug/rockbox/build$ ../utils/analysis/find_addr.pl 0x60040D28 1
/home/jean-louis/Bureau/rockbox-devtree/debug/rockbox/build/apps/codecs.o -> codec_run_proc
jean-louis@debian:~/Bureau/rockbox-devtree/debug/rockbox/build$
@metaphys
metaphys / findadrees1
Created December 4, 2011 22:38
findadrees1
jean-louis@debian:~/Bureau/rockbox-devtree/debug/rockbox/build$ ../utils/analysis/find_addr.pl 0x63E56AE8 1
This address is in codec space, please select the codec which was used with this address:
[1]: ay.elf
[2]: a52_rm.elf
[3]: kss.elf
[4]: shorten.elf
[5]: mpa.elf
[6]: wma.elf
[7]: vorbis.elf
[8]: wav64.elf
@metaphys
metaphys / backfp
Created December 4, 2011 21:16
backtrace fp
Data abort at 63E57B28
FSR 0x8
(domain 0, fault 8)
address 0x64000000
backtrace start
A: 0x63E56AE8
A: 0x60040D28
A: 0x6003D87C
A: 0x6003DB50
backtrace end
@metaphys
metaphys / pacht.rockbox
Created December 3, 2011 21:29
patch retablissant l'avance et le retour rapide
Index: apps/keymaps/keymap-fuzeplus.c
===================================================================
--- apps/keymaps/keymap-fuzeplus.c (révision 31122)
+++ apps/keymaps/keymap-fuzeplus.c (copie de travail)
@@ -86,9 +86,9 @@
{ ACTION_WPS_CONTEXT, BUTTON_SELECT|BUTTON_REPEAT, BUTTON_NONE },
{ ACTION_WPS_SKIPNEXT, BUTTON_RIGHT|BUTTON_REL, BUTTON_RIGHT },
- { ACTION_WPS_SEEKFWD, BUTTON_RIGHT|BUTTON_REPEAT, BUTTON_RIGHT },
+ { ACTION_WPS_SEEKFWD, BUTTON_RIGHT|BUTTON_REPEAT, BUTTON_NONE },
@metaphys
metaphys / fuzeplus
Created November 29, 2011 22:19
keymaps fuzeplus
/***************************************************************************
* __________ __ ___.
* Open \______ \ ____ ____ | | _\_ |__ _______ ___
* Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
* Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
* Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
* \/ \/ \/ \/ \/
* $Id$
*
* Copyright © Amaury Pouly 2011
@metaphys
metaphys / rbuisimer
Created November 29, 2011 13:01
rb uisimulator error on compiling
/home/jean-louis/Bureau/rockbox-devtree/touchimpro/apps/keymaps/keymap-fuzeplus.c: In function ‘get_context_mapping’:
/home/jean-louis/Bureau/rockbox-devtree/touchimpro/apps/keymaps/keymap-fuzeplus.c:398:20: error: ‘button_context_bmark’ undeclared (first use in this function)
/home/jean-louis/Bureau/rockbox-devtree/touchimpro/apps/keymaps/keymap-fuzeplus.c:398:20: note: each undeclared identifier is reported only once for each function it appears in
make: *** [/home/jean-louis/Bureau/rockbox-devtree/touchimpro/simul/apps/keymaps/keymap-fuzeplus.o] Erreur 1