Hi Dan,
On Fri, Mar 13, 2009 at 9:31 AM, Dan Miller <dan@xxxxxxxxxx> wrote:
I'm trying to build PetaLinux for MicroBlaze, for an ML505 development
board. I configured the kernel itself, specifying the ML506 target which
should be close enough. Everything built mostly fine, until I got to
u-boot, where I get stopped:
u-boot/petalinux-uboot-config
u-boot/petalinux-uboot-config: 48: source: not found
Line 48 in that script contains:
source $CONFIG_CONFIG
So apparently CONFIG_CONFIG isn't defined??
Is this indicating that I was supposed to do another "make config" operation
for u-boot somewhere?? Or is something else wrong??
Did you do the standard "make meunconfig; make;" process?
Can you please post an edited version of your console session showing
your steps and the output?
Thanks,
John
Yep, I was following the instructions in the QuickStart page.