Hi All
I built a 'latest' kernel following the receipe, I tried t boot it and got a panic right away.
. . . INIT: version 2.88 booting init[390]: undefined instruction: pc=0000007f988b64b8 Code: 2947bcce d50339bf b94038cd d5033fdf (d53be029) init[1]: undefined instruction: pc=0000007f988b64b8 Code: 2947bcce d50339bf b94038cd d5033fdf (d53be029) Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000004
Call trace: [<ffffffc000087568>] dump_backtrace+0x0/0x12c [<ffffffc0003a3ff0>] dump_stack+0x14/0x1c [<ffffffc0003a4240>] panic+0xe8/0x214 [<ffffffc0000986ec>] do_exit+0x748/0x7ac [<ffffffc000098acc>] do_group_exit+0x3c/0xcc [<ffffffc0000a3e0c>] get_signal_to_deliver+0x150/0x48c [<ffffffc000086ee8>] do_signal+0x5a4/0x5cc [<ffffffc000087174>] do_notify_resume+0x7c/0x8c
=========================================
Here are the build element.
FM000-KT-00035-r0p8-48rel5.tgz gcc-linaro-aarch64-linux-gnu-4.7+bzr115029-20121015+bzr2506_linux.tar.bz2
gits for boot-wrapper-aarch64 linaro-aarch64
Initial testing vexpress64-openembedded_lamp-armv8_20130623-376.img.gz img-foundation.axf
The initial boot works fine from the FM000-KT-00035-r0p8-48rel5.tgz using the vexpress64-openembedded_lamp-armv8_20130623-376.img.gz image.
Then I build linaro-aarch64 using tsocks git clone git://git.linaro.org/kernel/linaro-aarch64.git
Tools chain OK and build OK
Then I build the make CROSS_COMPILE=aarch64-linux-gnu- BOOTARGS='"root=/dev/vda2 consolelog=9 rw console=ttyAMA0"' IMAGE=linux-system-foundation.axf
Symlink to files are k and the build is ok
Then I boot the same way I boot the prebuild ./Foundation_v8 --image boot.axf --block-device ./root.img --network=nat
I copy in boot.axf the linux-system-foundation.axf and got panic, I copy back the prebuild img-foundation.axf and it boot OK
My linux-system-foundation has my kernel Image inside.
Any ideas? Cheers, Phi
linaro-kernel@lists.linaro.org