Search found 7 matches

by scootklein
Fri Feb 27, 2009 5:24 pm
Forum: S3C2440 Boards
Topic: qemu emulator for the mini2440
Replies: 48
Views: 44051

Re: qemu emulator for the mini2440

thanks for the updates!
by scootklein
Thu Feb 26, 2009 7:44 am
Forum: S3C2440 Boards
Topic: qemu emulator for the mini2440
Replies: 48
Views: 44051

Re: qemu emulator for the mini2440

scott@SCOTTKLEINUBUNTU:/share/qemu_test$ qemu-system-arm -m 130 -kernel uImage -mtdblock mini2440_nand.bin qemu: fatal: Trying to execute code outside RAM or ROM at 0x30008000 R00=00000000 R01=00000113 R02=00000100 R03=00000000 R04=00000000 R05=00000000 R06=00000000 R07=00000000 R08=00000000 R09=000...
by scootklein
Thu Feb 26, 2009 6:47 am
Forum: S3C2440 Boards
Topic: qemu emulator for the mini2440
Replies: 48
Views: 44051

Re: qemu emulator for the mini2440

do i need to specifcy a different target other than arm-linux-user in the target list for configure? scott@SCOTTKLEINUBUNTU:/share/git/qemu$ qemu-system-arm -M ? Supported machines are: integratorcp ARM Integrator/CP (ARM926EJ-S) (default) versatilepb ARM Versatile/PB (ARM926EJ-S) versatileab ARM Ve...
by scootklein
Wed Feb 25, 2009 10:44 pm
Forum: S3C2440 Boards
Topic: qemu emulator for the mini2440
Replies: 48
Views: 44051

Re: qemu emulator for the mini2440

scott@SCOTTKLEINUBUNTU:/share/git$ git clone git://repo.or.cz/qemu/mini2440.git qemu Initialized empty Git repository in /share/git/qemu/.git/ remote: Counting objects: 36207, done. remote: Compressing objects: 100% (8017/8017), done. remote: Total 36207 (delta 28562), reused 35761 (delta 28144) Rec...
by scootklein
Wed Feb 25, 2009 10:36 pm
Forum: S3C2440 Boards
Topic: qemu emulator for the mini2440
Replies: 48
Views: 44051

Re: qemu emulator for the mini2440

I still can't find the shell file to launch qemu. After "git clone" i executed "find ./ -name "*mini2440*sh*"" and it returned nothing. As for the linux image, i did "make uImage" and tried to load up the qemu system. The result may have to do with the start address, but that may be due to using the...
by scootklein
Wed Feb 25, 2009 10:02 pm
Forum: S3C2440 Boards
Topic: [ANN][MINI2440] modern kernel (2.6.29 FINAL) git repository
Replies: 25
Views: 25901

Re: [ANN][MINI2440] modern kernel (2.6.29-rc6) git repository

Sorry I'm a little new to all this. I attempted to build the kernel with "make mini2440_defconfig" but get: *** *** Can't find default configuration "arch/x86/configs/mini2440_defconfig"! *** What do I need type to make it search the correct dir. Thanks. A few things... 1. You're on an X86 machine ...
by scootklein
Wed Feb 25, 2009 2:28 pm
Forum: S3C2440 Boards
Topic: qemu emulator for the mini2440
Replies: 48
Views: 44051

Re: qemu emulator for the mini2440

hi, could you post that mini2440.sh file you execute above? i haven't used qemu before; however, i did build qemu along with your custom bootloader and custom linx. i just need the command to load up the u-boot.bin and zImage file (and maybe the linux modules?) into qemu for emulation. any help is a...