On Sat, 23 Jul 2005, JohnsonCheng wrote: > Yes. You are right. It's design by myself. > But I meet a problem. If I have three configuration files, A.conf, B.conf > and C.conf, then I hope save them in one of partitions of MTD, > 0x005C0000-0x10000000. > Two questions: > 1. How to build these configuration files into an image for U-boot with > mkimage? > 2. In kernel, how to get these data? I use "mount /dev/mtd4 /mnt", but it > failed by block device required.
for this second issue, you might try mounting the block device, which is probably called /dev/mtdblock4 or something similar. rday