Hello everyone,
During the native port installation of Rockbox on my newly purchased Hifi Walker H2, I encountered the error "NAND open error (5)". This error also occurs when I try to create a backup of the bootloader or generate the flash_info.txt.
In the Surfans F20 thread
https://forums.rockbox.org/index.php/topic,54228.45.html?PHPSESSID=903p88ss74cbqo1fpe8soicof7, I read that the bootloader has been adapted for the current chip. I suspect that a newer version of the chip in the Hifi Walker H2 causes the released bootloader to be incompatible.
To obtain the logs for the flash_info.txt, I used the modified bootloader for the Surfans F20 with jztool.
This is the result:
readID opcode = FF C8 51 C8
readID address = C8 51 C8 51
readID dummy = C8 51 C8 51
sfc params0 = 06 05 04 03
sfc params1 = 02 55 AA 55
sfc params2 = 00 2B 02 02
sfc params3 = B4 2F 00 00
For completeness, here are the steps I have taken:
1. Updated the Hifi Walker H2 Firmware to version 1.5
2. Prepared the SD Card
- File Format FAT32
- Contents:
/media/sdcard
├── bootloader.erosq
└── .rockbox
3. Started the native installation process via jztool
sudo ./jztool -v erosq load bootloader.erosq
4. Get stuck due to the described error
Can someone help me with this problem?