Hello Everyone,
I'm using the BSP (2.30.00.03) given by Adeno and trying out on EVM8148,
I've used the patch given in http://processors.wiki.ti.com/index.php/Persistent_Registry_in_ARM-A8_BSP for SD card persistent in sdhc.reg and in platform.reg added for edma and gpio as below
; EDMA Driver
; HIVE BOOT SECTION
;IF BSP_NOEDMA !
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Edma]
"Dll"="edmadrvr.dll"
"Prefix"="EDM"
"Index"=dword:1
"Order"=dword:1
;; "Flags"=dword:0
"Priority256"=dword:46
"Flags"=dword:1000
;ENDIF BSP_NOEDMA !
; END HIVE BOOT SECTION
; HIVE BOOT SECTION
#if defined BSP_AM387X_GPIO
#include "$(_PLATFORMROOT)\AM387x_BSP\SRC\DRIVERS\GPIO\gpio.reg"
"Flags"=dword:1000
#endif
; END HIVE BOOT SECTION
The system is not booting, below are the messages from serial term
Selection: 0
OEMPreDownload: Filename nk.bin
Init HW: controller RST
SDCARD: requested speed 1000000, actual speed 1000000
SDCARD: requested speed 25000000, actual speed 19200000
BL_IMAGE_TYPE_BIN
+OEMMultiBinNotify(0x8feb1cc0 -> 1)
Download file information:
-----------------------------------------------------------
[0]: Address=0x80002000 Length=0x00000000 Save=0x80002000
-----------------------------------------------------------
Download file type: 1
+OEMIsFlashAddr(0x80002000) g_eboot.type 1
ImageStart = 0x80002000, ImageLength = 0x0, LaunchAddr = 0x0
Completed file(s):
-------------------------------------------------------------------------------
+OEMIsFlashAddr(0x80002000) g_eboot.type 1
[0]: Address=0x80002000 Length=0x0 Name="" Target=RAM
Launch Windows CE image by jumping to 0x00000000...
Windows CE Kernel for ARM (Thumb Enabled)
CPU CP15 Control Register = 0xc5387f
CPU CP15 Auxiliary Control Register = 0x42
+OALTimerInit(1, 20000, 200)
--- High Performance Frequecy is 24 MHz---
1) I would like to know is any more changes required to be made to include filesystem on SD card.
Hope i get a feedback ASAP.
Thanks in advance......