Solved! Go to Solution.
Hi Pavel and thanks for your response!
It worked like a charm!
I changed that line and stopt feeding my watchdog when I wanted to reboot and enter the bootloader.
Since I spent alot of time searching for a solution like this on the forum and did not find it, mabey this should be documented in someway :smileyhappy:
Best regards
Martin
Hi,
S08AC60 family is the same as S08AW60 family, so I've updated actually both. You can find the port in the attached 9.2.1 update.
There's also S08AC96/128 version with paged memory, I tried to implement the same functionality as with QE128, but AC128 is not tested at all (I do not have hardware). Your feedback will be helpful here.
In addition (AC being part of Flexis family), ColdFire V1 AC also exists. This has been quickly ported too and you can test it as well.
Since there were too many updates in the recent days, I've removed the files from previous emails and here's attached "delta" between release 9.1 (on the web) and what's actually finished. Latest master (with the source code) is in there too.
Please do as much testing as you can, a report your success or failure before official release 10 is done. Thanks very much.
Regards, Pavel ok2ucx
an2295 bootloader developer & coordinator
http://www.freescale.com/files/community_files/8BITCOMM/hc08sprg-update-9.2.1.exe.zip
Hi,
AC128 is covered in the latest "unofficial" update 9.2.1:
http://www.freescale.com/files/community_files/8BITCOMM/hc08sprg-update-9.2.1.exe.zip
9.2.1 update goes on top of official 9.1 release.
AN2295 will go to revision 10 anytime soon, the document itself (PDF) is in the publication center, AN2295SW (release 10) will be 9.1 + 9.2.1 update plus following new ports:
I see. AC128 is covered in the latest "unofficial" update 9.2.1...
But, side microcontroller? Is it ok firmware version S08AW60 for S08AC128?
thanks.
MCU side of S08AC128 is under following path of 9.2.1 update:
\hc08sprg-update-9.2.1\an2295sw\src\S08AC128\
slfprg-s08ac128.asm in version 10.0.1.0 so far.
Pavel
sorry, but where can I download source of hc08sprg-update-9.2.1?
this link contains only exe file (http://www.freescale.com/files/community_files/8BITCOMM/hc08sprg-update-9.2.1.exe.zip).
thanks
This is it! The EXE file is actually wrapper for self-decompressing ZIP file with standard Freescale licence file that needs to be acknowledged. At the end following tree is decompressed:
\hc08sprg-update-9.2.1\license.txt \hc08sprg-update-9.2.1\an2295sw\AN2295 bootloader \hc08sprg-update-9.2.1\an2295sw\GUI \hc08sprg-update-9.2.1\an2295sw\master \hc08sprg-update-9.2.1\an2295sw\src \hc08sprg-update-9.2.1\an2295sw\AN2295 bootloader\AN2295 bootloader.mcp \hc08sprg-update-9.2.1\an2295sw\AN2295 bootloader\AN2295.bootloader.changelog.txt \hc08sprg-update-9.2.1\an2295sw\GUI\BootLoader Control.exe \hc08sprg-update-9.2.1\an2295sw\GUI\hc08sprg.exe \hc08sprg-update-9.2.1\an2295sw\master\Release \hc08sprg-update-9.2.1\an2295sw\master\Release\hc08sprg.exe \hc08sprg-update-9.2.1\an2295sw\src\MCF51AC \hc08sprg-update-9.2.1\an2295sw\src\MCF51CN \hc08sprg-update-9.2.1\an2295sw\src\MCF51JM \hc08sprg-update-9.2.1\an2295sw\src\MCF51JM-USB \hc08sprg-update-9.2.1\an2295sw\src\MCF51QE \hc08sprg-update-9.2.1\an2295sw\src\S08AC \hc08sprg-update-9.2.1\an2295sw\src\S08AC128 \hc08sprg-update-9.2.1\an2295sw\src\S08AW \hc08sprg-update-9.2.1\an2295sw\src\S08JM-USB \hc08sprg-update-9.2.1\an2295sw\src\S08QE \hc08sprg-update-9.2.1\an2295sw\src\S08QE128 \hc08sprg-update-9.2.1\an2295sw\src\S08SE \hc08sprg-update-9.2.1\an2295sw\src\S08SH
Pavel
thanks a lot.
14-Mar-2008: S08JM family added, pre-tested. Up to 16/32/60kB versions as of now. Updated & tested SCIAPI features also for S08QD, documentation (sci.h) updated as well. Some minor code cleanup. [r30323]12-Jun-2008: S08(SH/SG)(4/8) family added, pre-tested. [r30323]13-Jun-2008: S08(SH/SG)(16/32) support added to existing S08(SH/SG)(4/8) tree. S08(DZ/DV)(96/128) coded, not tested yet. S08(DZ/DV)(16-60) version updated, still alpha version. To be tested. [r30323] 06-Nov-2008: Release/revision 9.1
Hi ,
I am trying to build AN2295 boot loader for linux platform and getting error in prog.c file.
Has any one compile an2295 bootloader and use it on linux platform?