[U-Boot] Running ARMv8 on fast model

Hello expert. I'm trying to run ARMv8 u-boot on fast model. Exactly on Coretex-A57×4 In FVP_VE
When I run command "model_shell64 cadi_system_Linux64-Release-GCC-4.6.so u-boot.elf"
There isn't any pop up xterm terminal.
My fast model version is 8.3 and I used vexpress_aemv8a configuration on denx u-boot mainline.
Does any body test armv8 u-boot on fast model?

On 14-06-23 12:01 AM, Youngmin Nam wrote:
Hello expert. I'm trying to run ARMv8 u-boot on fast model. Exactly on Coretex-A57×4 In FVP_VE
When I run command "model_shell64 cadi_system_Linux64-Release-GCC-4.6.so u-boot.elf"
There isn't any pop up xterm terminal.
My fast model version is 8.3 and I used vexpress_aemv8a configuration on denx u-boot mainline.
Does any body test armv8 u-boot on fast model?
Yes - but... (1) I am testing vexpress_aemv8a_semi; which is not in master yet -- see: http://patchwork.ozlabs.org/patch/357577/ (2) I have inherited a script which "does everything"... However, the fundamental piece is: ./Linux-Release-GCC-4.6/isim_system -C pctl.startup=0.0.0.0 -C bp.secure_memory=0 -C cache_state_modelled=0 -C bp.pl011_uart0.untimed_fifos=1 -C bp.secureflashloader.fname=bl1.bin
Note: this process actually launches a bootloader (bl1.bin); which is then used to launch U-Boot...
I hope this helps, Thanks, Steve
U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Thanks Steve.
But when I run command like below, the parameters that I configured didn't work. It seems that there need to use some different parameter for "FVP_VE" model.
Do you have any idea?
youngmin@ubuntu:~/ARM/FastModelsPortfolio_8.3/examples/FVP_VE/Build_Cortex-A57x4/Linux64-Release-GCC-4.6 $model_shell64 cadi_system_Linux64-Release-GCC-4.6.so -C pctl.startup=0.0.0.0 -C bp.secure_memory=0 -C cache_state_modelled=1 -C bp.pl011_uart0.untimed_fifos=1 -C bp.secureflashloader.fname=/home/youngmin/ARM/bl1.bin -a /home/youngmin/u-boot.elf --parameter: parameter 'bp.pl011_uart0.untimed_fifos' not found --parameter: parameter 'bp.secure_memory' not found --parameter: parameter 'bp.secureflashloader.fname' not found --parameter: parameter 'cache_state_modelled' not found --parameter: parameter' pctl.startup 'not found
Regards. 2014. 6. 24. 오전 2:30에 "Steve Rae" srae@broadcom.com님이 작성:
On 14-06-23 12:01 AM, Youngmin Nam wrote:
Hello expert. I'm trying to run ARMv8 u-boot on fast model. Exactly on Coretex-A57×4 In FVP_VE
When I run command "model_shell64 cadi_system_Linux64-Release-GCC-4.6.so u-boot.elf"
There isn't any pop up xterm terminal.
My fast model version is 8.3 and I used vexpress_aemv8a configuration on denx u-boot mainline.
Does any body test armv8 u-boot on fast model?
Yes - but...
(1) I am testing vexpress_aemv8a_semi; which is not in master yet -- see: http://patchwork.ozlabs.org/patch/357577/ (2) I have inherited a script which "does everything"... However, the fundamental piece is: ./Linux-Release-GCC-4.6/isim_system -C pctl.startup=0.0.0.0 -C bp.secure_memory=0 -C cache_state_modelled=0 -C bp.pl011_uart0.untimed_fifos=1 -C bp.secureflashloader.fname=bl1.bin
Note: this process actually launches a bootloader (bl1.bin); which is then used to launch U-Boot...
I hope this helps, Thanks, Steve
U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
participants (2)
-
Steve Rae
-
Youngmin Nam