Re: aarch64 fails to boot in model

2014-01-16 Thread Ryan Harkin
On 16 January 2014 16:35, Tom Gall wrote: > Well I got it to boot. All I had to do was run the simulator as root. > From the perms in the dir on all the files shouldn't need to but o > well. > ​What?!? That's weird, you really shouldn't need root permissions to boot the model... ​ > > On Thu

Re: aarch64 fails to boot in model

2014-01-16 Thread Christopher Covington
On 01/16/2014 10:38 AM, Tom Gall wrote: > I don't even get into the kernel. Remember the error I'm getting is this: > > The default boot selection will start in 1 seconds > ERROR: Did not find Linux kernel. > [1] Linaro disk image on virtio > - VenHw(C5B9C74A-6D72-4719-99AB-C59F199091EB)

Re: aarch64 fails to boot in model

2014-01-16 Thread Tom Gall
Well I got it to boot. All I had to do was run the simulator as root. From the perms in the dir on all the files shouldn't need to but o well. On Thu, Jan 16, 2014 at 9:48 AM, Christopher Covington wrote: > On 01/16/2014 10:38 AM, Tom Gall wrote: >> I don't even get into the kernel. Remember the

Re: aarch64 fails to boot in model

2014-01-16 Thread Tom Gall
This should have made my last message, the posted was with the clean directory and basically starting over completely. I only put the hwpack and the file system tarball in the directory, redid the linaro-media-create : linaro-media-create --dev fastmodel --output-directory . --image_size=2000M --h

Re: aarch64 fails to boot in model

2014-01-16 Thread Christopher Covington
Hi Tom, >>> On 16 January 2014 02:18, Tom Gall wrote: To add. Here's how I'm invoking the model: + /home/tgall/aarch64/FVP/models/Linux64_GCC-4.1/FVP_Base_AEMv8A-AEMv8A -C pctl.startup=0.0.0.0 -C bp.secure_memory=0 -C cluster0.NUM_CORES=4 -C cluster1.NUM_CORES=4 -C cache_

Re: aarch64 fails to boot in model

2014-01-16 Thread Tom Gall
I don't even get into the kernel. Remember the error I'm getting is this: The default boot selection will start in 1 seconds ERROR: Did not find Linux kernel. [1] Linaro disk image on virtio - VenHw(C5B9C74A-6D72-4719-99AB-C59F199091EB)/Image - Arguments: console=ttyAMA0 earlypri

Re: aarch64 fails to boot in model

2014-01-16 Thread Tom Gall
Yeah Image, fdt.dtb, bl*.bin etc are all there in the cwd when the simulator is started. tgall@starbird:~/aarch64/FVP/sd-xfce$ ls bl1.bin bl2.bin bl31.bin crap fdt.dtb fvp-base-gicv2legacy-psci.dtb fvp-base-gicv2-psci.dtb fvp-base-gicv3-psci.dtb fvp-foundation-gicv2legacy-psci.dtb fvp-foundation-g

Re: aarch64 fails to boot in model

2014-01-16 Thread Ryan Harkin
On 16 January 2014 09:44, Milosz Wasilewski wrote: > On 16 January 2014 02:18, Tom Gall wrote: > > To add. Here's how I'm invoking the model: > > > > + /home/tgall/aarch64/FVP/models/Linux64_GCC-4.1/FVP_Base_AEMv8A-AEMv8A > > -C pctl.startup=0.0.0.0 -C bp.secure_memory=0 -C cluster0.NUM_CORES=4 >

Re: aarch64 fails to boot in model

2014-01-16 Thread Milosz Wasilewski
On 16 January 2014 02:18, Tom Gall wrote: > To add. Here's how I'm invoking the model: > > + /home/tgall/aarch64/FVP/models/Linux64_GCC-4.1/FVP_Base_AEMv8A-AEMv8A > -C pctl.startup=0.0.0.0 -C bp.secure_memory=0 -C cluster0.NUM_CORES=4 > -C cluster1.NUM_CORES=4 -C cache_state_modelled=0 -C > bp.pl0

Re: aarch64 fails to boot in model

2014-01-15 Thread Tom Gall
To add. Here's how I'm invoking the model: + /home/tgall/aarch64/FVP/models/Linux64_GCC-4.1/FVP_Base_AEMv8A-AEMv8A -C pctl.startup=0.0.0.0 -C bp.secure_memory=0 -C cluster0.NUM_CORES=4 -C cluster1.NUM_CORES=4 -C cache_state_modelled=0 -C bp.pl011_uart0.untimed_fifos=1 -C bp.secureflashloader.fname

Re: aarch64 fails to boot in model

2014-01-15 Thread Victor Kamensky
Hi Tom, Normally, I think V8 fastmodels use uefi bootloader and that one by default is configured to pickup 'Image' file from SemihostFs (which has VenHw(C5B9C74A-6D72-4719-99AB-C59F199091EB). I.e you need to place 'Image' file into current directory of your host from which you are running fastmod