make -C $< ARCH=arm CFLAGS=$(LINUX_CFLAGS) -j $(shell grep -c ^processor /proc/cpuinfo) UIMAGE_LOADADDR=0x10000000 uImage
Now the work I am doing, this is the only reason I can't use a pre compiled kernel because I have to change the kernels load address. Is there a way to reserve higher
memories for remoteproc and leave the kernel where it is by default.
Thanks.
Waqar Rashid
Hi,
If you look at the linker scripts in apps/system/generic/machine/zynq7/, you can see that the applications can start at much higher addresses. The default in the Cmake files sets it to 0x3e000000.
Regards,
Ed M
--
You received this message because you are subscribed to the Google Groups "open-amp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to open-amp+u...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/open-amp/9b728e4f-f1a2-43b3-8e50-2fe20ad1b57a%40googlegroups.com.