From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sharad P. Katti Date: Mon, 6 Dec 2004 18:21:38 +0530 Subject: [U-Boot-Users] u-boot for pxa255 In-Reply-To: <41B44108.6030702@gmx.net> References: <20041130092807.0D5C5C1430@atlas.denx.de> <41AC5DB8.7050608@gmx.net> <41B44108.6030702@gmx.net> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, Since I dont have the BDI connection interface, I cannot debug the kernel, the board is of XSCALE arch, and has 32MB RAM, and i've given TEXT_BASE as 0xA07E0000, which is inside the 32MB, and I have put the kernel as uncompressed, and the XIP patch is already applied for that.(I'm using MVLinux 2.4.20) I have given the entry point to the kernel as 0x00021000, and the load address is 0x00020000, and then wrote the resulting img to the flash, options to the mkimage that i have given are, #mkimage -n "newImg" -A arm -O linux -T kernel\ -C none -e 0x00021000 -a 0x00020000 -d zImage zImage.bin once I boot from the target, i'm able to see the mesgs that display the header contents, and it shows the entry point address also. Since as I mentioned, i dont have the option to connect the BDI, to my target board, how can i go about this. best regards, -- Sharad P.Katti