Page 1 of 1
OSTC 2N : How to replace Serial Number ?
Posted: Wednesday 19. June 2013, 10:46
by 6RiL
English Version Below.
Bonjour,
Je souhaite remplacer l’affichage du numéro de série « OSTC 1234 » sur le mode surface par « OSTC 6RiL » de mon OSTC 2N V2.50. Quelqu’un saurait il m’expliquer où dans les fichiers sources je dois faire une/des modifications ?
Cordialement,
6RiL
_________________________________________________________________________________
Hello,
I wish to replace in surface mode the serial number « OSTC 1234 » by « OSTC 6RiL » on my OSTC 2N V2.50. Someone could explain me how to do that in the sources files ?
Best Regards,
6RiL
Re: OSTC 2N : How to replace Serial Number ?
Posted: Wednesday 19. June 2013, 16:23
by heinrichsweikamp
Hi,
Look at line 1076 and following in \code_part1\OSTC_code_asm_part1\output.asm
- or enter your stuff where it belongs to (The custom text)
Regards,
Matthias
Re: OSTC 2N : How to replace Serial Number ?
Posted: Thursday 20. June 2013, 10:10
by 6RiL
Hello,
No "output.asm" file in sourcecode250 ?!?!?!
I find "pled_output.asm" with something in L1033 like
OUTPUTTEXTH d'262'
I understand it refers to french_text.asm L402
TCODE .1, .1, "OSTC " ;262 OSTC
I am not expert in ASM code. If I replace L402 by
TCODE .1, .1, "OSTC 6RiL" ;262 OSTC
is it correct ?
Need I comment with ; L1035 to L1040 in pled_output.asm ?
6RiL
Re: OSTC 2N : How to replace Serial Number ?
Posted: Friday 21. June 2013, 10:54
by 6RiL
Ok, i found the file in 270 sources

I will try somethings

Re: OSTC 2N : How to replace Serial Number ?
Posted: Friday 21. June 2013, 11:53
by scubatinoo
One question: Why will you change the serial number? Is it a stolen OSTC? (:P)
Re: OSTC 2N : How to replace Serial Number ?
Posted: Friday 21. June 2013, 14:25
by 6RiL
It's just a first step to try to do a custom OSTC

Re: OSTC 2N : How to replace Serial Number ?
Posted: Saturday 22. June 2013, 17:43
by 6RiL
oups, OSTC is locked on " Bootloader Please wait!" :S
Don't know if the cause is my custom program or not.
After download, OSTC didn't reboot.
Tiny BootLoader says
"Searching for PIC ..., Not found
ERROR!
Not found!"
Need help... How to "reset / restart" OSTC 2N ?
Prefer advise before use magnetic reset.
Re: OSTC 2N : How to replace Serial Number ?
Posted: Sunday 23. June 2013, 19:40
by heinrichsweikamp
Look here:
read.php?2,4071
Use the bootloader
v1 section. Instead of choosing to reboot the unit with the menu option, toggle the reset with a magnet on the backside of the unit.
Reinstall our official firmware, of course.
Regards,
Matthias
Re: OSTC 2N : How to replace Serial Number ?
Posted: Monday 24. June 2013, 09:47
by adrian-bluescuba
@9Ril
Sorry but this makes me a bit laugh.
Personalizing the comp by changing the serial number?? The good thing for Serial numbers are that they are usually unique. One number just for only You!
How wonderful and personalized !
cheers

)
Re: OSTC 2N : How to replace Serial Number ?
Posted: Monday 24. June 2013, 13:26
by 6RiL
Hello,
Magnet reboot do not works on my unit.
I tried with 2 different magnets, for same result

When I apply magnet, OSTC don't change screen plot.
Always Searching for PIC ...Not found when write Flash
what's Wrong ?
Can i try something else ?
Thanks.
Re: OSTC 2N : How to replace Serial Number ?
Posted: Monday 24. June 2013, 13:37
by heinrichsweikamp
Please post the bootloader log window output.
Regards,
Matthias
Re: OSTC 2N : How to replace Serial Number ?
Posted: Monday 24. June 2013, 18:52
by 6RiL
This is the log :
Bootloader for HeinrichsWeikamp OSTC,
based on TinyBootLoader, v.1.9.5 written by
claudiu.chiculita@ugal.ro
http://www.etc.ugal.ro/cchiculita/softw ... loader.htm
Support:
info@heinrichsweikamp.com
--------------------------------------------------------------------------------------------------
Connected to \\.\COM3 at 19200
HEX: 2 days old, INHX32,18Fcode+cfg, total=86035 bytes.
Searching for PIC ...Not found,
ERROR!
Connected to \\.\COM3 at 19200
HEX: 2 days old, INHX32,18Fcode+cfg, total=86035 bytes.
Searching for PIC ...Not found,
ERROR!
Re: OSTC 2N : How to replace Serial Number ?
Posted: Monday 24. June 2013, 20:32
by heinrichsweikamp
I'd say you're not resetting the unit (In reset state (Bootloader waiting for a new firmware), the screen goes black. Try a stronger magnet.
Regards,
Matthias
Re: OSTC 2N : How to replace Serial Number ?
Posted: Tuesday 25. June 2013, 13:40
by 6RiL
Hello,
I have tried 5 or 6 differents magnets.
But screen do not goes black, always the red Bootloader
Some one suggested a loud speaker magnet. Is it necesseray to do with so strong magnet ?
Where on the back of OSTC is the magnetic recept ?
Thanks.
Re: OSTC 2N : How to replace Serial Number ?
Posted: Tuesday 25. June 2013, 13:51
by heinrichsweikamp
6RiL Wrote:
-------------------------------------------------------
> I have tried 5 or 6 differents magnets.
> But screen do not goes black, always the red
> Bootloader
It's definitely not resetting. Do you have USB attached and powered? This kind of reset ONLY works when there is a USB cable attached.
Regards,
Matthias
(:DRe: OSTC 2N : How to replace Serial Number ?
Posted: Tuesday 25. June 2013, 21:58
by 6RiL
Thanks a lot !
Near the end, I finished by try all magnets i found without USB connect.
Only the biggest magnet can reboot the ostc. I used a big stamp eraser for withboards. Others do not worked.
My program was not faulty... This one achieved well my (first) customisation.
But, before continuing modifications, i need to learn more about PIC and ASM !
6RiL
OSTC #[s]4917[/s]
OSTC #6RiL

Re: OSTC 2N : How to replace Serial Number ?
Posted: Wednesday 26. June 2013, 12:48
by heinrichsweikamp
Good to know that it worked. And congratulations for successfully building your own release
Regards,
Matthias
Re: OSTC 2N : How to replace Serial Number ?
Posted: Wednesday 26. June 2013, 14:46
by scubatinoo
i'm glad for you too and i really hope you'll survive your custom firmware >:D<