Re: where can i find linux image/src apart from one on the Atmel website?



_
To debug u-boot using the bdi-2000, just set a breakpoint at the address
you want. I use this to generate a listing file for uboot:

$(OBJDUMP) -d $@ > $@.lis

where $@ is "u-boot".

Rick
.