wimvanderbauwhede / limited-systems

Limited Systems
137 stars 36 forks source link

make: *** No rule to make target 'uImage'. #2

Closed CaptainJL closed 5 years ago

CaptainJL commented 5 years ago

Hey all, I have been following every step on Ubuntu, however everytime (tried this multiple times) i get to compiling the uImage, i always get this:

 ((xilinx-v2016.4)) ~/PYNQ-Z1/u-boot-xlnx $ make -j8 UIMAGE_LOADADDR=0x8000 uImage
make: *** No rule to make target 'uImage'.  Stop.

Any fixes for this?

Thanks,

CaptainJL commented 5 years ago

It turns out that you have to go back to the linux-xlnx folder before doing this, which was not stated.

wimvanderbauwhede commented 5 years ago

Thanks, I've updated that!