I want to port the can4linux to the latest kernel tree. I downloaded and configured the kernel using:
make ARCH=arm clean
make ARCH=arm xilinx_zynq_defconfig
make ARCH=arm UIMAGE_LOADADDR=0x8000 uImage
the kernel compiles and loads from u-boot, but stops very early:
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
Booting Linux on physical CPU 0x0
Linux version 3.10.0-xilinx-14840-g5ad0256-dirty (oe@heinz.site) (gcc version 4.6.1 (Sourcery CodeBench Lite 2011.09-49) ) #12 SMP PREEMPT Wed Aug 7 19:04:59 CEST 2013
CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=18c5387d
CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Machine: Generic DT based system, model: Xilinx Zedboard
bootconsole [earlycon0] enabled
cma: CMA: reserved 16 MiB at 1e800000
Memory policy: ECC disabled, Data cache writealloc
What can be the reason for stopping that early? I hope someone hast the answer.
Thanks.
Heinz