Hi Loody,

loody wrote:
11. cp <my-local-skyeye.conf-file> .
Dear Greg:
Everything seems fine before step 11.
I am trying to find where or how to generate the conf.

Here is what I use:

  cpu: arm7tdmi
  mach: at91
  mem_bank: map=M, type=RW, addr=0x00000000, size=0x00004000
  mem_bank: map=M, type=RW, addr=0x01000000, size=0x00400000
  mem_bank: map=M, type=R,  addr=0x01400000, size=0x00400000, file=boot.rom
  mem_bank: map=M, type=RW, addr=0x02000000, size=0x00400000
  mem_bank: map=M, type=RW, addr=0x02400000, size=0x00008000
  mem_bank: map=M, type=RW, addr=0x04000000, size=0x00400000
  mem_bank: map=I, type=RW, addr=0xf0000000, size=0x10000000
  lcd: state=off


BTW, I previously hand made root file system and pass it to the kernel
which I configured as supporting initramfs. But after seeing what
uclinux done for me, I feel my method is pretty ugly.

I search the romfs on the net and most of them tell me what the format it is.
And the inode.c in fs/romfs is used to handle extract.
But I have no idea how kernel extracts the boot.rom and put it to the rootfs.
appreciate your help,

It is not extracted, it is mounted and used "in-place"
using the MTD uclinux.c map driver. It is a RAM based
MTD setup.

Regards
Greg


------------------------------------------------------------------------
Greg Ungerer  --  Principal Engineer        EMAIL:     g...@snapgear.com
SnapGear, a McAfee Company                  PHONE:       +61 7 3435 2888
825 Stanley St,                             FAX:         +61 7 3891 3630
Woolloongabba, QLD, 4102, Australia         WEB: http://www.SnapGear.com
_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to