Hi,

I use the tutorial from http://www.monstr.eu/wiki/doku.php?id=uboot:uboot to 
build a u-boot for my microblaze.

Everything seems to work fine. But the output on my rs232 is this message:
User vector_exception
### ERROR ### Please RESET the board ###

Here is an abstract of the xparameters.h
 * Project description at http://www.monstr.eu/uboot/
 */

#define XILINX_BOARD_NAME       xupv5

/* System Clock Frequency */
#define XILINX_CLOCK_FREQ       100000000

/* Microblaze is microblaze_0 */
#define XILINX_USE_MSR_INSTR    1
#define XILINX_PVR              0
#define XILINX_FSL_NUMBER       0
#define XILINX_USE_ICACHE       1
#define XILINX_USE_DCACHE       1

/* Interrupt controller is xps_intc_0 */
#define XILINX_INTC_BASEADDR            0x81800000
#define XILINX_INTC_NUM_INTR_INPUTS     3

/* Timer pheriphery is xps_timer_1 */
#define XILINX_TIMER_BASEADDR   0x83c00000
#define XILINX_TIMER_IRQ        0

/* Uart pheriphery is RS232_Uart_1 */
#define XILINX_UARTLITE_BASEADDR        0x84000000
#define XILINX_UARTLITE_BAUDRATE        9600

/* IIC doesn't exist */

/* GPIO doesn't exist */

/* Main Memory is DDR2_SDRAM */
#define XILINX_RAM_START        0x60000000
#define XILINX_RAM_SIZE         0x10000000

/* Flash Memory is FLASH */
#define XILINX_FLASH_START      0x8c000000
#define XILINX_FLASH_SIZE       0x02000000

/* Sysace Controller is SysACE_CompactFlash */
#define XILINX_SYSACE_BASEADDR  0x83600000
#define XILINX_SYSACE_MEM_WIDTH 16

/* Ethernet doesn't exist */

The u-boot version is :VERSION = 2009 PATCHLEVEL = 08 and the u-boot bsp is 
version "U-BOOT v4.00.c".

Greets,
Oliver


-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to