From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir "Farcaller" Pouzanov Date: Mon, 16 Oct 2006 20:12:36 +0300 Subject: [U-Boot-Users] What is u-boot relocation address? References: 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 Vladimir "Farcaller" Pouzanov wrote: > Vladimir "Farcaller" Pouzanov wrote: >> Is it ok that TEXT_BASE of 0x0 leads to crash? Also U-boot seems to >> follow TEXT_BASE value after relocation: Seems that I've provided not enough information, so let's start from..hm.. beginning. I'm trying to run u-boot on Palm Tungsten T3 handheld, PXA261 (ARM, same as PXA250+16Mb flash). It works ok when executed from native OS (TEXT_BASE=0xA1000000, u-boot.lds SECTION starts from 0xA1000000, u-boot is copied to 0xA1000000). But I have problems from running it as native bootloader from flash (0x0). I'm not sure how I should set all that configuration defines. It seems to boot if u-boot.lds SECTION starts from 0x00000000 (TEXT_BASE still the same), but there are random crashes in 'loady' and u-boot seems to freeze after ~30 sec. of serial inactivity. -- Sincerely, Vladimir "Farcaller" Pouzanov http://hackndev.com