Rockbox Development > New Ports

Cowon D2

<< < (42/194) > >>

cybergrind:
I have an another error:
Sometimes boot's started,and thought few seconds lcd off's (i have not time to read any)

andiator:
For two days I already tried this and had one time "Bad checksum" and three times "Read failed".
With today build is like cybergrind sais:

While holding a key, you can see some lines. Mine sais ...(1850Mb) and I have about 3.74 Gb.
Releasing the key shows some more line and the lcd goes off so fast, you can't read the last lines.

shotofadds:
As I already mentioned, the "Bad Checksum" and such errors are due to the ATA driver, and I'll post an improved version later.

But if it has passed that stage, you should see the Rockbox logo and then the main menu, or USB logo if the cable is still inserted. I'll check this out later (I'm at work at the moment, sorry...)

Could you try inserting the following two lines before the rc = kernel_entry() line in bootloader/telechips.c? You should then be able to read any text output:


--- Code: ---while (!button_read_device()) {};
while (button_read_device()) {};
--- End code ---
Thanks for your help.

cybergrind:
last messages:

--- Code: ---Model name: d2
Loading rockbox.iaudio
Sum: 2D05E29
--- End code ---
Then I press key, and LCD off's

shotofadds:
Ok, that means the load was successful, but booting the actual Rockbox image fails. Could you try 'make clean' and build the Normal build again? Also make sure you are building the Bootloader and Normal build in separate directories (eg. d2_boot and d2_main).

If that still fails, could you find somewhere to upload your main rockbox.iaudio file and its corresponding apps/rockbox.map file? (not here though, the files will be too large to attach)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version