Rockbox Development > New Ports
Creative Zen Vision:M
mcuelenaere:
Update:
interrupts should now fully work, there remains only one problem with the TIMER1 interrupt: for some unknown reason an CCD_VD0 interrupt is given when TIMER1 interrupt is enabled..
Also it seems as the PIC gives a non-stop interrupt to GIO0 whenever a button is touched, so I presume it is waiting until the ARM starts contacting him and asking him what button has been touched (to be worked on..)
UPDATE:
Buttons work! :)
The button driver fully functions, only current limitation is that pressing 2 buttons at the same time is detected (probably because the PIC doesn't give us that information); this is only possible with the hold switch.
Next up is the RTC, but for this I need (more) (high quality) pictures of the ZVM's internals; I already opened up mine twice, but as I find it a bit too 'scary' detaching the LCD of the main board, I'm asking somebody else to do this (to a non-working player perhaps?)
So could someone upload some pictures (if possible, made with a digital SLR ;))?
Oh yeah, patch is attached..
@Falafel: I think this won't work with the Zen Vision, because the PIC used in the ZVM either isn't used in the Zen Vision or isn't at the same I²C address; if so: please say :)
NicolasP:
mcuelenaere: I see you are doing some great work! Maybe it is time to open a flyspray task and upload your patches there ? You'll get much more visibility from developers there. Also, take a look at docs/CONTRIBUTING for the code formatting guidelines, it will make getting your patch committed much easier :)
mcuelenaere:
--- Quote from: NicolasP on March 05, 2008, 02:56:08 PM ---mcuelenaere: I see you are doing some great work! Maybe it is time to open a flyspray task and upload your patches there ? You'll get much more visibility from developers there. Also, take a look at docs/CONTRIBUTING for the code formatting guidelines, it will make getting your patch committed much easier :)
--- End quote ---
Ok, done.
bobbaluba:
Hi, I'm trying to compile the bootloader, but I get some errors when I'm trying to apply the diff.
I downloaded the diff from the bottom of this page:
http://www.rockbox.org/tracker/task/8686?pagenum=10
I get these errors:
--- Code: ---$ patch --binary -p0 < zvm.diff
[...]
patching file firmware/target/arm/tms320dm320/uart-dm320.c
Hunk #1 FAILED at 1.
1 out of 8 hunks FAILED -- saving rejects to file firmware/target/arm/tms320dm32
0/uart-dm320.c.rej
patching file firmware/target/arm/tms320dm320/i2c-dm320.c
patching file firmware/target/arm/tms320dm320/timer-dm320.c
Hunk #1 succeeded at 8 with fuzz 1.
patching file firmware/target/arm/tms320dm320/kernel-dm320.c
Hunk #1 FAILED at 1.
1 out of 3 hunks FAILED -- saving rejects to file firmware/target/arm/tms320dm32
0/kernel-dm320.c.rej
patching file firmware/target/arm/tms320dm320/i2c-dm320.h
patching file firmware/target/arm/tms320dm320/system-dm320.c
Hunk #1 succeeded at 8 with fuzz 1.
patching file firmware/target/arm/tms320dm320/debug-dm320.c
[...]
--- End code ---
What am I doing wrong?
mcuelenaere:
--- Quote from: bobbaluba on March 08, 2008, 10:27:43 AM ---Hi, I'm trying to compile the bootloader, but I get some errors when I'm trying to apply the diff.
I downloaded the diff from the bottom of this page:
http://www.rockbox.org/tracker/task/8686?pagenum=10
I get these errors:
...
What am I doing wrong?
--- End quote ---
Attached is a fresh one, try it.
Nice that you also come join in the fun bobbaluba :)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version