Hello all,
I am trying to build Uboot from source for the Precanned AMP solution. Is there any configuration settings to be changed to make uboot work for the AMP design? My normal Uboot build is not working.
any ideas
Cheers,
S
Hello all,
I am trying to build Uboot from source for the Precanned AMP solution. Is there any configuration settings to be changed to make uboot work for the AMP design? My normal Uboot build is not working.
any ideas
Cheers,
S
What exactly isn't working? This works for me:
1) Download the latest version of u-boot: https://github.com/Xilinx/u-boot-xlnx/archive/master.zip
2) Unzip it to some directory (default is u-boot-xlnx-master)
3) Go into that directory
4) Run the following commands on the command line:
$ make zynq_zed
$ cd tools
$ export PATH=`pwd`:$PATH ### Only do this if you plan on building the kernel too - this is the path to the mkimage utility that creates a wrapper for the kernel to make uImage and uramdisk.image.gz)
5) The u-boot file is found in the home directory. Rename it to u-boot.elf