Hi Marc
Thanks for your quick(!) hints for git. For testing i just copied
platforms/kernel.in
and rules/kernel.make to the 2010-03-0 release and tested there
since this is the version i was using for my project...
It works, the only thing i found out the hard way. The name of the simple image
does corespond to some bootup fixes. So the example name is a bad pick...
The patch below fixes that.
Further i had a warning:
platforms/kernel.in:4:warning: 'select' used by config symbol 'KERNEL' refers
to undefined symbol 'IMAGE_KERNEL'
but i guess thats due to my "quick test procedure"? There is some version
information
missing in the git tree. Since i didn't knew what version information to put in
at which
place i bailed out at this point...
Good night
Tim
diff --git a/platforms/kernel.in b/platforms/kernel.in
index 151039e..423fedb 100644
--- a/platforms/kernel.in
+++ b/platforms/kernel.in
@@ -153,10 +153,10 @@ if KERNEL_IMAGE_SIMPLE
config KERNEL_IMAGE_SIMPLE_TARGET
prompt "name of simple image"
string
- default "xilinx-xup"
+ default "virtex405-xup"
help
Name of created simple kernel image e.g.
- the "xilinx-xup" of "simpleImage.xilinx-xup.elf"
+ the "virtex405-xup" of "simpleImage.virtex405-xup.elf"
config KERNEL_IMAGE_SIMPLE_DTS
prompt "path to DTS file"
--
ptxdist mailing list
[email protected]