Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  New Ports
| | |-+  Fiio M3k
« previous next »
  • Print
Pages: 1 ... 18 19 [20] 21 22 ... 27

Author Topic: Fiio M3k  (Read 48271 times)

Offline bahus

  • Member
  • *
  • Posts: 100
Re: Fiio M3k
« Reply #285 on: July 15, 2021, 03:29:07 AM »
Quote from: mario69 on July 15, 2021, 03:25:53 AM
could you suggest to me a free,best if portable,application for make a fat32 format?
http://ridgecrop.co.uk/index.htm?guiformat.htm
Logged

Offline mario69

  • Member
  • *
  • Posts: 20
Re: Fiio M3k
« Reply #286 on: July 15, 2021, 04:00:15 AM »
thanks i try this sw.
now I have loaded rockbox on fiio but I get the following error message on the fiio itself:
LB refill handler at 0x0005e641 (0x8) could you help me? thank you
Logged

Offline mario69

  • Member
  • *
  • Posts: 20
Re: Fiio M3k
« Reply #287 on: July 15, 2021, 04:15:19 AM »
and when i try to put a music in fiio with windows i receive the message in attachment...

* Screenshot_1.jpg (3.87 kB, 241x37 - viewed 43 times.)
Logged

Offline mario69

  • Member
  • *
  • Posts: 20
Re: Fiio M3k
« Reply #288 on: July 15, 2021, 06:58:49 AM »
I found that I had to put the.rockbox folder from the old sd on the new sd.Unfortunately, I can't load the music files from windows because it tells me the directory does not exist.
i dont understand...
Logged

Online amachronic

  • Developer
  • Member
  • *
  • Posts: 184
Re: Fiio M3k
« Reply #289 on: July 15, 2021, 02:06:14 PM »
Quote from: mario69 on July 15, 2021, 06:58:49 AM
I found that I had to put the.rockbox folder from the old sd on the new sd.Unfortunately, I can't load the music files from windows because it tells me the directory does not exist.
i dont understand...
My guess: either the tool you used to create the filesystem was utterly broken, or perhaps your SD card is a fake. Have you used this card before in another device?

if not you can try reformatting it with NTFS or exFAT and filling it up. If it still gets corrupted then the problem is most likely the SD card. (Fake cards pretend to be bigger than they actually are so if you write enough data to them, they will lose data or get corrupted.)

If the card is definitely okay then perhaps you should try another tool to create the FAT32 filesystem.
Logged

Offline mario69

  • Member
  • *
  • Posts: 20
Re: Fiio M3k
« Reply #290 on: July 16, 2021, 03:02:15 AM »
Thanks, the sd card is fine as I have tested it on another mp3 player and it works (sansa clip) also I only uploaded 200 mb of files. In my opinion the problem is related to the fact that I have already uploaded the files to the fiio bootloader.m3k and jztool with the old sd and then I inserted the new sd card by loading the old .rockbox file, taken from the old sd card.I did so because by downloading the .rockbox file from the page of rockbox and loading it on the new sd card, it did not work.Could this be the way to understand the error?
I try two kind of software for make a fat32 format.
Logged

Offline 7o9

  • Member
  • *
  • Posts: 95
Re: Fiio M3k
« Reply #291 on: July 16, 2021, 03:54:36 AM »
You only have to do the bootloader once for your device, but you need to copy Rockbox itself (thr .rockbox directory) to each card you want to use. The bootloader is stored on the device, Rockbox on the sd card. It does not hurt to do the bootloader multiple times though, it will just have no effect.

The fact that Rockbox starts means the bootloader works, the sd card is FAT/FAT32 amd the .rockbox directory exists.

Your music files do not have to be inside the .rockbox directory. You can create any directory on the sd card (i.e. Music) and put your files in there.

I guess Windows says .rockbox does not exist because it starts with . and those might be hidden by default.
Logged

Offline mario69

  • Member
  • *
  • Posts: 20
Re: Fiio M3k
« Reply #292 on: July 16, 2021, 06:42:40 AM »
thanks
when i try to put a music files in the fiio i read the following error message:
"the file ... is too large for the target file system"
 any idea about th error?
Logged

Offline mario69

  • Member
  • *
  • Posts: 20
Re: Fiio M3k
« Reply #293 on: July 16, 2021, 06:49:43 AM »
while if i put in the sd card the music files not via fiio but normally via pc its all ok...
Logged

Online amachronic

  • Developer
  • Member
  • *
  • Posts: 184
Re: Fiio M3k
« Reply #294 on: July 16, 2021, 08:10:27 AM »
Quote from: mario69 on July 16, 2021, 03:02:15 AM
Thanks, the sd card is fine as I have tested it on another mp3 player and it works (sansa clip) also I only uploaded 200 mb of files.
...
I try two kind of software for make a fat32 format.
Okay, that was a bit of a long shot anyway. Another question about the card: how big is it, and what brand?

Quote from: mario69 on July 16, 2021, 03:02:15 AM
In my opinion the problem is related to the fact that I have already uploaded the files to the fiio bootloader.m3k and jztool with the old sd and then I inserted the new sd card by loading the old .rockbox file, taken from the old sd card.I did so because by downloading the .rockbox file from the page of rockbox and loading it on the new sd card, it did not work.Could this be the way to understand the error?
Regarding the bootloader 7o9 is correct -- it is written to the Fiio's internal flash, it's not linked to the SD card.

If I understand correctly, the old .rockbox boots on your new SD card, but the latest development version does not? That would be a bug.

Can you give me your bootloader version? It is printed along the bottom of the screen in the recovery menu -- you can get to it by holding Volume Up + Power, or just by booting without an SD card plugged in. It looks like this:
Code: [Select]
4c60bc9e68-210714
\--------/ \----/
    |         |
revision    date

The latest bootloader version is 95408f2117-210614. If you are using an older version, which will have an older date, you might be hitting a bug that exists on your unit and updating the bootloader might help. Download the latest bootloader.m3k, drop it on an SD card and use the "Install/update bootloader" option on the recovery menu.

Once you have the latest bootloader, try again with the development build (not the old .rockbox).

Quote from: mario69 on July 16, 2021, 06:42:40 AM
thanks
when i try to put a music files in the fiio i read the following error message:
"the file ... is too large for the target file system"
 any idea about th error?
FAT32 has a 2GB file size limit. But if you're only using small files, then this might be another Rockbox bug.

Quote from: mario69 on July 16, 2021, 06:49:43 AM
while if i put in the sd card the music files not via fiio but normally via pc its all ok...
Do you mean transferring files over USB with Rockbox is corrupting your files? Possibly another bug. USB might not be totally stable and I don't use it much myself, so I would advise using an SD card reader or booting into the original firmware to transfer over USB (the OF is also nearly twice the speed of Rockbox).

I can look into the Rockbox bugs if you can trigger the problem on the latest development build. Just make sure to report what you did to trigger the bug and give me the Rockbox version, and if you get any panic screen, let me know what it says (take a picture of it or type it out).
Logged

Offline mario69

  • Member
  • *
  • Posts: 20
Re: Fiio M3k
« Reply #295 on: July 16, 2021, 08:55:27 AM »
Thanks, the sd card is fine as I have tested it on another mp3 player and it works (sansa clip) also I only uploaded 200 mb of files.
...
I try two kind of software for make a fat32 format.
Okay, that was a bit of a long shot anyway. Another question about the card: how big is it, and what brand?

It’s huawei 256 gb

Quote from: mario69 on Today at 03:02:15 AM
In my opinion the problem is related to the fact that I have already uploaded the files to the fiio bootloader.m3k and jztool with the old sd and then I inserted the new sd card by loading the old .rockbox file, taken from the old sd card.I did so because by downloading the .rockbox file from the page of rockbox and loading it on the new sd card, it did not work.Could this be the way to understand the error?
Regarding the bootloader 7o9 is correct -- it is written to the Fiio's internal flash, it's not linked to the SD card.

If I understand correctly, the old .rockbox boots on your new SD card, but the latest development version does not? That would be a bug.

Yes maybe it is

Can you give me your bootloader version? It is printed along the bottom of the screen in the recovery menu -- you can get to it by holding Volume Up + Power, or just by booting without an SD card plugged in. It looks like this:
Code: [Select]
4c60bc9e68-210714
\--------/ \----/
    |         |
revision    date

Its 954808f2117-210614 the latest

The latest bootloader version is 95408f2117-210614. If you are using an older version, which will have an older date, you might be hitting a bug that exists on your unit and updating the bootloader might help. Download the latest bootloader.m3k, drop it on an SD card and use the "Install/update bootloader" option on the recovery menu.

Once you have the latest bootloader, try again with the development build (not the old .rockbox).

Quote from: mario69 on Today at 06:42:40 AM
thanks
when i try to put a music files in the fiio i read the following error message:
"the file ... is too large for the target file system"
 any idea about th error?
FAT32 has a 2GB file size limit. But if you're only using small files, then this might be another Rockbox bug.
up to now i used a 128 gb sd card and it works perfectly. i don't understand this limitation you are talking about. even before it was formatted in fat32



Quote from: mario69 on Today at 06:49:43 AM
while if i put in the sd card the music files not via fiio but normally via pc its all ok...
Do you mean transferring files over USB with Rockbox is corrupting your files? Possibly another bug. USB might not be totally stable and I don't use it much myself, so I would advise using an SD card reader or booting into the original firmware to transfer over USB (the OF is also nearly twice the speed of Rockbox).

I can look into the Rockbox bugs if you can trigger the problem on the latest development build. Just make sure to report what you did to trigger the bug and give me the Rockbox version, and if you get any panic screen, let me know what it says (take a picture of it or type it out).

please note that I have never correctly deleted the firmware from http://xvtx.ru/rockbox/download.htm on the player
could this be the problem?

Logged

Offline Julian67

  • Member
  • *
  • Posts: 132
Re: Fiio M3k
« Reply #296 on: July 16, 2021, 09:31:07 AM »
Quote from: mario69 on July 16, 2021, 08:55:27 AM
please note that I have never correctly deleted the firmware from http://xvtx.ru/rockbox/download.htm on the player
could this be the problem?


Yes.
Logged

Offline mario69

  • Member
  • *
  • Posts: 20
Re: Fiio M3k
« Reply #297 on: July 16, 2021, 09:34:03 AM »
how can i delete it and start over?
maybe starting from the original fiio firmware not rockbox
very thanks
Logged

Online amachronic

  • Developer
  • Member
  • *
  • Posts: 184
Re: Fiio M3k
« Reply #298 on: July 16, 2021, 10:13:18 AM »
Quote from: Julian67 on July 16, 2021, 09:31:07 AM
Quote from: mario69 on July 16, 2021, 08:55:27 AM
please note that I have never correctly deleted the firmware from http://xvtx.ru/rockbox/download.htm on the player
could this be the problem?


Yes.
No. Native rockbox doesn't care what original firmware is installed because it doesn't use the flash, except for a tiny area that is the same across all firmware versions. Including the XVortex version.

If you do want to reflash the Fiio firmware for your own peace of mind, put the Fiio M3K.fw on the SD card and hold Play+Volume Up+Power to trigger the original firmware's update. To reinstall Rockbox you can follow the install instructions again. However, I don't think this will fix your problem because you already have the latest bootloader.

If you try booting the Rockbox development build, what error message do you get?
Logged

Offline mario69

  • Member
  • *
  • Posts: 20
Re: Fiio M3k
« Reply #299 on: July 16, 2021, 11:26:28 AM »
I have no error messages. my problem is that I see rockbox loaded on the fiio correctly but when I go to import the music files I get this error: "the file ... is too large for the target file system". redo everything with another sd to understand if the problem is related to the sd card itself or to the procedure, then I will let you know, thank you all!
Logged

  • Print
Pages: 1 ... 18 19 [20] 21 22 ... 27
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  New Ports
| | |-+  Fiio M3k
 

  • SMF 2.0.18 | SMF © 2021, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.03 seconds with 18 queries.