Dan Miller 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:Okay, I figured out what's wrong... The current version of Ubuntu Linux that I'm using as my base platform, has /bin/sh defined as: sh -> dash rather than the typical sh -> bash Apparently dash (whatever the H#&@ that is) doesn't define many of the typical shell commands that we expect to have present. Once I changed /bin/sh to point to bash, everything is proceeding normally. sheesh... ___________________________ 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/ |