> Hello List.. > > i have a develop board based on mpc8247. It has no eeprom to restore > hareware configure word and i have to use default config word > 0x00000000. > my bdi config file: > <snip> > - Waiting for target stop failed > - TARGET: Break at boot vector failed, freeze forced > /*****/ > > > BDI can't bread the CPU and i don't know what can i do! > Any one can help me? > _______________________________________________
I have had the same issue. You need lines similar to the following in your bdi config file to stop the watchdog timer. Then you will need other lines to set various registers to match your hardware bus widths, etc. [INIT] ; init core register WREG MSR 0x00001042 ;MSR : ME,RI, exceptions high WM32 0x000101a8 0xf0000000 ;move internal space WM32 0xf0010004 0xFFFFFFC1 ;SYPCR: disable watchdog Mark C.