MCF5485 Debug

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MCF5485 Debug

2,197 Views
JoeScan
Contributor I
I've been working on porting dBug and Colilo to the PhyCORE MCF578x board. I noticed that both applications seem to be mis-using the intel flash lock bits. They are treating the unlock as though it is done per block. But it is infact unlocking the entire chip.

But, really it doesn't make sense to be just locking things in all cases. If all of your erase and write routines always unlock each block, then what sense is there locking in the first place.

I'm also looking at rewriting colilo's flash handling to be more portable, and less #ifdef laden. Is colilo being actively developed? I haven't found a project home, or mailing list.

Is there a better Linux boot loader to be using for the MCF578x processors?

Thanks,

Joey
Labels (1)
0 Kudos
Reply
1 Reply

378 Views
JWW
Contributor V

Joey,

Improvements are being made on dBug to better support booting linux (not sure about lock bit issue). Also, we are working on supporting Uboot as a boot loader for our Coldfire products. Uboot is quite popular for our PowerPC based products.

Take a look at Uboot at www.denx.de and let us know what you think.

Thanks
JWW

0 Kudos
Reply