Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - jplxpto

#26
Camera-specific Development / Re: Canon 40D
March 30, 2013, 03:42:18 AM
My dear friends,

Finally, I got some time to update my repositories and make the necessary changes to make the build of ML for 40D.

My next task will be to fix the menus.
Many changes were made to the menu system and now some things are not well presented. For example, icons appear with double the size.

I think, users of 5DC will have the same problem.
I made small fixes that should have an impact on 5DC but I do not have this camera for testing.

https://bitbucket.org/hudson/magic-lantern/pull-request/71/some-change-to-build-ml-for-vxworks/diff
#28
I did not know this application.
I'll test it as soon as I can.
Maybe it's a good tool for me...
I have a few things in mind.

Thank you.

#29
Camera-specific Development / Re: Canon 40D
March 24, 2013, 03:37:32 AM
Quote from: mincanphoto on March 24, 2013, 02:33:52 AM
jplxpto,I found some information for you
1.http://valexvir.narod.ru/      -----from Russian,for 40D, 50D, 5D Mark II и 1Ds Mark III -  record video 1024x680 with a pc.
2.DIGIC III - (VxWorks OS) from CHDK    http://chdk.wikia.com/wiki/For_Developers
3.one  chinese cracked the firmware of 40D,found out the "factory menu";ISO 50-6400;AF CK;but he stoped (write text.bin),

Thank you!
#30
General Chat / Re: Canon CMOS Sensors
March 23, 2013, 08:15:26 PM
#31
General Development / Re: PicoC -> TCC
March 23, 2013, 04:26:08 AM

Perhaps in the near future, we can use the GDB stubs to upload small programs and load them dynamically.
Maybe in the future we can even upload and launch the ML.

What do you think about this this my idea?

#33
"Embedding with GNU: the gdb Remote Serial Protocol"
http://www.huihoo.org/mirrors/pub/embed/document/debugger/ew_GDB_RSP.pdf
http://www.eetindia.co.in/STATIC/PDF/199911/EEIOL_1999NOV03_EMS_EDA_TEST_TA.pdf?SOURCES=DOWNLOAD

"
Other commands
Console output ("O")—optional
Example:
$O48656c6c6f2c20776f726c64210a#55
(Prints "Hello, world!\n" on the gdb
console)
This command allows a debugging
stub to send a text message to the gdb
console. The text to be displayed is
sent in its hex byte equivalent ('H' ==
0x48) and gdb will queue successive
messages until it sees a newline ('\n',
0x0a) character.
This message always originates in
the debugging target; gdb never sends
a console output message to the
debugging target.
"

-------------

Implementing a Debugging Agent for the GNU Debugger
http://neptune.billgatliff.com/debugger.html

"
Console Output (O)
Sent by the target to request output at the gdb console. There is currently no corresponding strategy for gdb to request target console output, or for either gdb or a target to simulate console input.

The argument to this message is a string of data encoded as two-byte hex. Gdb will not display the message until a newline, 0x0a, is received.

The following example sends a "Hello, world!\n" message to the gdb console. Gdb does not respond to this message, other than message acknowledgement.

[target]  $O48656c6c6f2c20776f726c64210a#55

[gdb]
"


I'm thinking of using this command to implement the methods gdb_putc(int c), gdb_puts(char * str) and gdb_printf (...).

I think it should not be difficult to add the command 'gdb console' to ptpcam.
This new command can be listening on port 23 (or another set).
So we can easily use telnet to connect to camera console.
#34
General Development / Re: PicoC -> TCC
March 23, 2013, 03:27:52 AM
Guys I'm surprised by these developments. It will be a great improvement if the ML supports dynamic loading of ELF files.

I'm anxious to try it.
#35
I'm very interested in this subject.

I'll be glad to help you.

Maybe this can help us ... The eCos is another option (http://ecos.sourceware.org/about.html) and it already has support for GDB.
#37
Quote from: Luis.bookcase on February 21, 2013, 06:50:07 PM
Olá jplxpto!

Eis o link da tradução do Guia de instalação ML v2.3.

https://docs.google.com/file/d/0BzR09DRFlddMVzA2RTEzTno3LUE/edit

Espero que seja útil!
O manual é bem mais longo e vai demorar, mas já comecei! :)
Abraço,
L.B


Luis,

para começar eu quero pedir-lhe desculpas pelo atraso na resposta.
Por motivos pessoais, eu estive ausente do projecto uns dois meses.

Eu não podiar deixar de agradecer-lhe em meu nome pessoal e em nome de toda a comunidade ML.
Existem utilizadores de lingua portuguesa espalhados por todo o mundo.
Eu tenho a certeza que eles irão agradecer-lhe muito pela ajuda que nos está a dar.
Com este contributo você passou a ser um dos nossos. Seja bem vindo. Caro Colega :)

Assim que eu puder, irei ler o seu manual com muita atenção.

Mais uma vez... Muito obrigado.

Continuação de um bom trabalho.

Até breve.
#38
Camera-specific Development / Re: Canon 40D
March 21, 2013, 02:08:01 AM
Quote from: ariznaf on March 06, 2013, 11:13:04 PM
The dveloper does  not seem to be active in the forum, not just this post.
It seems he is busy with personal tasks.

Of course this is not  probably his main priority, there is work and family, personal troubles...
Hope he will work en this soon.

I still have some outstanding issues to resolve but I will endeavor to return soon.
#39
Camera-specific Development / Re: Canon 40D
March 21, 2013, 02:04:22 AM
Quote from: ariznaf on March 06, 2013, 11:13:04 PM
The dveloper does  not seem to be active in the forum, not just this post.
It seems he is busy with personal tasks.

Of course this is not  probably his main priority, there is work and family, personal troubles...
Hope he will work en this soon.

YES!!! You are right! Thank you for your kindness.

You may not believe but I finally went and uncle have not photographed the child with a DSLR. :(

I love to shoot a little of everything but children are at the top of my list. And now I have a new reason to shoot.

BR
#40
Camera-specific Development / Re: Canon 40D
March 21, 2013, 01:56:47 AM
I'M LIVE :)

Sorry ... I have spent many days with health problems and hard work.
My life has been a bit complicated but I hope to get back to work on this project a few days from now.
I'll need to read some posts. I am now a bit outdated.

I think the developers have done an excellent job.

I promise appear shortly.

BR
#41
Camera-specific Development / Re: Canon 40D
January 24, 2013, 11:21:19 PM
Thank you!
#43
General Help Q&A / "How To Ask Questions The Smart Way"
January 12, 2013, 06:29:17 PM

I found this document that seemed useful for many of us.

I recommend reading it. I've also started this task.

http://www.catb.org/~esr/faqs/smart-questions.html
#44
Nanomad, I hope to soon be able to help you in whatever way necessary.
#45
Camera-specific Development / Re: Canon 40D
January 12, 2013, 06:22:51 PM
Quote from: imme on January 11, 2013, 01:56:47 PM
Is there any progress? Any idea (days or months) when we will be able to run ML on our 40d? Please! Do something we are waiting waiting waiting.

I can't answer that question.
I work on this project whenever I have time and disposition.
I'm busy finishing a project and I have many issues to deal with in my life.
I hope soon to be able to continue with this port.

I started making the discovery of most properties.
Many of them are critical to continue the port but this task takes a long time.

In recent days I have devoted some time to the 650D.
I have a camera with me and I'll start doing some tests with ML.
#46
G3gg0, Congratulations!

This is a good gift desired by many of our users

Mery Christmas
#47
General Chat / Merry Christmas and Happy New Year!!!
December 23, 2012, 10:13:17 PM
Merry Christmas and Happy New Year!!!
#48
Hello

You are welcome to our community. This is growing and we need more developers. Any contribution is welcome.
#49
Big surprise ... and I still waiting for 'my' camera ... : (
#50
Excellent job! Congratulations to all involved.