New Coldfire Linux BSP for MCF5484/85 EVB boards

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

New Coldfire Linux BSP for MCF5484/85 EVB boards

1,759 Views
jkimble
Contributor III

I've been working with a custom board that is a spin off of the MCF5485EVB and I've had the old BSP working (with many custom drivers) for some time. Most of my custom drivers already exist in the new BSP and I'd like to get on the later kernel.

I've customized Colilo for my board. Mostly differences in SDRAM and FLASH (more of both and different FLASH). I would like to stick with Colilo just to save the time of learning u-Boot right now. How can I boot this new kernel from Colilo (or can I)? I tried tftp'ing vmlinux.bin and "g 2000" but got not response (expected).

Can anyone tell me how to do this?



Labels (1)
0 Kudos
5 Replies

398 Views
kwong
Contributor I
I think that the only thing you should have to change is the START_OFFSET in arch/m68k/coldfire/vmlinux-cf.lds

I modified mine from

#DEFINE START_OFFSET 0x00020000
 
to

#DEFINE START_OFFSET 0x00001000

and everything started booting from there...
0 Kudos

398 Views
jkimble
Contributor III
Tried that out. The console shows one line of garbage (similar to a console serial baud rate mismatch) and quits. Nothing after that and no response to console activity like I would expect if it were simply a console speed thing.
 
Anything else I'm missing?
0 Kudos

398 Views
kmahan
Contributor I
The default baudrate for the new kernel is 115K.
0 Kudos

398 Views
jkimble
Contributor III
 
That worked! Beautiful....
 
Thanks a lot!
0 Kudos

398 Views
jkimble
Contributor III
I'll give that a try. Thanks!
0 Kudos