Search found 92 matches

by buserror
Thu Mar 12, 2009 8:50 am
Forum: S3C2440 Boards
Topic: [ANN][MINI2440] modern kernel (2.6.29 FINAL) git repository
Replies: 25
Views: 8448

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

Another new kernel, and a new qemu.

Qemu can now boot from a jffs2 in 'nand' !

http://bliterness.blogspot.com/
by buserror
Fri Mar 06, 2009 10:35 am
Forum: S3C2440 Boards
Topic: Emdebian "grip" install howto
Replies: 2
Views: 2136

Emdebian "grip" install howto

I made a howto, and a filesystem for the latest Emdebian "grip". The install runs on the mini2440 of course, but also probably in the qq2440. There's various "howto" in the intarweb on how to do that, but this one is specific to us. Details : http://bliterness.blogspot.com/2009/03/emdebian-grip-on-m...
by buserror
Thu Mar 05, 2009 6:24 am
Forum: S3C2440 Boards
Topic: [ANN][MINI2440] modern kernel (2.6.29 FINAL) git repository
Replies: 25
Views: 8448

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

Updated the kernel to 2.6/29-rc7 and qemu too.

details : http://bliterness.blogspot.com/
by buserror
Thu Mar 05, 2009 12:32 am
Forum: S3C2440 Boards
Topic: PC adapters help needed...
Replies: 6
Views: 1887

Re: PC adapters help needed...

Buy an Amontec JTAgkey (or the tiny) -- http://www.amontec.com/

You can connect to anything using that.
by buserror
Mon Mar 02, 2009 4:51 pm
Forum: S3C2440 Boards
Topic: qemu emulator for the mini2440
Replies: 48
Views: 20307

Re: qemu emulator for the mini2440

the new script /should/ create a nand file if not present (just a dd) it's a good idea to "nand scrub" it the first time, using u-boot. the _sd file can be created with "qemu-img" ... OR it can be any directory if you pass the argument like -sd fat:/some_directory If you create the qemu-img, it will...
by buserror
Mon Mar 02, 2009 10:12 am
Forum: S3C2440 Boards
Topic: qemu emulator for the mini2440
Replies: 48
Views: 20307

Re: qemu emulator for the mini2440

So you like it ? works for you ?

I created a Blog too, so I don't have to post here (private forum, waste of my time) http://bliterness.blogspot.com/

I also created a new google code page, you can join if you like ! http://code.google.com/p/mini2440/

It has a wiki, space for binaries etc etc...
by buserror
Mon Mar 02, 2009 12:58 am
Forum: S3C2440 Boards
Topic: qemu emulator for the mini2440
Replies: 48
Views: 20307

Re: qemu emulator for the mini2440

Hmm try launching the script from the qemu directory: ./mini2440/mini2440_start.sh Thats how I used it, I haven't tried anything else. Sorry thats the last thing I;m interested in, shell scripts :D You can fix the script and make it better if you like :D (the code that loads u-boot.bin is in hw/mini...
by buserror
Mon Mar 02, 2009 12:39 am
Forum: S3C2440 Boards
Topic: qemu emulator for the mini2440
Replies: 48
Views: 20307

Re: qemu emulator for the mini2440

Yes sorry, the u-boot.bin needs to be moved into the mini2440/ subdirectory (with the script)

Otherwise -nographic works, I used it.
by buserror
Sun Mar 01, 2009 9:11 am
Forum: S3C2440 Boards
Topic: qemu emulator for the mini2440
Replies: 48
Views: 20307

Re: qemu emulator for the mini2440

You can really do /amazing/ thing with qemu With the parameter "-sd fat:/tftboot" it will emulate a SD card on the host directory /tftboot, so you can mount it as if you had a FAT card there, so you can copy files back/forth in the host directory ! Next on the list is the touchscreen/ADC; here it do...
by buserror
Sun Mar 01, 2009 8:11 am
Forum: S3C2440 Boards
Topic: qemu emulator for the mini2440
Replies: 48
Views: 20307

Re: qemu emulator for the mini2440

And Bingo! Network works, NFS root works :D s3c_timers_write: Bad register 0x40 Linux version 2.6.29-rc6 (michel@yap) (gcc version 4.2.4) #216 PREEMPT Sun Mar 1 16:06:54 GMT 2009 CPU: ARM920T [41129200] revision 0 (ARMv4T), cr=c0007177 CPU: VIVT data cache, VIVT instruction cache Machine: MINI2440 M...