
uboot> Comrades, I have the Motorola PQ2FADS reference board and uboot> have successfully built Uboot-1.0.2 to it. I also have a uboot> BDI2000. When I try to debug the PQ2FADS board with the uboot> BDI2000 solely ( by means of e.g TI/TC ) or with ppc82xx_gdb uboot> I get a ,
uboot> reset detected at 0xfff00124
uboot> Always, I can never debug boyond this point due to the reset.
uboot> When I run without the BDI2000 , Uboot starts fine. Can uboot> someone give me a hint on what I am doing wrong...
You put a wrong value (0x4700000) into the IMMR in the BDI configuration file. U-Boot is configured to start with FADS default IMMR (0x0F000000), then it changes it to 0xF0000000 which is acceptable for Linux (unlike 0x4700000). When U-Boot first access the internal RAM using CFG_DEFAULT_IMMR (0x0F000000), bus error and subsequent reset happen because BDI already changed the IMMR.