qemu / boot parameter

Henri-Pierre Charles hpcharles at gmail.com
Wed Jul 15 15:15:14 UTC 2009


Hello list, I try to do my first FreeBSD/arm installation. I plan to
use qemu. I've started with this page
http://people.freebsd.org/~cognet/freebsd_arm.txt for kernel/world
build. For my personnal teaching, I've summarized these instructions
in the attached script.

Now, I'm stuck with qemu. I've tried many invocation, and the best
result I get is with qemu-system-arm hda.img -boot n 		\
    -tftp $ARMFS/boot/kernel/ -bootp /kernel 	\
    -kernel $ARMFS/boot/kernel/kernel 		\
    -m 300 					\
    -M integratorc

And I get :
qemu: fatal: Trying to execute code outside RAM or ROM at 0xc0200100
(which is not far from KERNVIRTADDR)

I miss something somewhere ? Any idea ?

HPC


-- 
HPC
-------------- next part --------------
A non-text attachment was scrubbed...
Name: BuildArmImage
Type: application/octet-stream
Size: 1764 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-arm/attachments/20090715/9528e71c/BuildArmImage.obj


More information about the freebsd-arm mailing list