Op dinsdag 29 juni 2010 22:40:18 schreef u: ..
I spent some time trying to get a debug message printed here but i am probably to stupid. I tried with printk and print_debug but the assembler complained. Could someone perhaps point me to an example in another assembler file? I could not find one.
In general we don't do printk in assembly. You shouldn't do any before console_init, and this is probably earlier than that. I think Cache-as-RAM setup is too early to debug with serial.
Thanks, Myles
Thanks for that answer now i can go to sleep. ;) I hope Peter is also satisfied .
Thanks,Nils.