[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[microblaze-uclinux] Booting from system ace
- To: microblaze-uclinux@xxxxxxxxxxxxxx
- Subject: [microblaze-uclinux] Booting from system ace
- From: "Nathan Hillery" <nhillery1@xxxxxxxxx>
- Date: Mon, 13 Oct 2008 14:43:28 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=yU7TaVo3YeyRgMEOPHyFnfmeDBv5sNVAItxVo67MS24=; b=TzUmRCetaakG0PcgE+24mSsN8YxYRxbJlgdyttZfFeedIeYfEpjEX95IBX3Mbb+AIg mZw3Mg6xoxu7Q+N1Tu5n48EwD4I1gjZ+lmKoXMbh7yilIHIEsWjnd1mnAPEEudBstpEN 133mrqMgNYCYd2EUhRjo3DwNaFAMvWlqrOviU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=wf+LD1S28U2PfDMFd0pKCM0N0oNxbKn9KtCPEzT2TLmUqyA72Jb0mQnaIDZSq4hFrb mr0mqxJxBGT41pHfWmelEBLdMXOs1UPjZDzgHkzr9HPlw5tjzxP4Eb//YjmmzObvM0ha xJCGhTKJtTJR8JWOUlPIAIzFig1vF8c7oJURU=
- Reply-to: microblaze-uclinux@xxxxxxxxxxxxxx
- Sender: owner-microblaze-uclinux@xxxxxxxxxxxxxx
I'm trying to get petalinux (really u-boot, I guess) to boot from
system ace (my board has no other flash device). I'm somewhat
confused about how I am supposed to make sysace show up as a flash
memory device to petalinux/u-boot. When I try to build, I get the
error:
u-boot/petalinux-uboot-config: line 177: + : syntax error: operand
expected (error token is " ")
Line 177 of u-boot/petalinux-uboot-config is:
if [ $((${PAR_ADDR[$CNT]} + ${PAR_SIZE[$CNT]})) -gt
$(($FLASH_START + $FLASH_SIZE)) ]; then
FLASH_START & FLASH_SIZE are not set, which is causing the syntax error.
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/