hi,friends
i am building android kernel of porting smdkv210single board.i want to
modify u-boot environment throug user app,my mtd partition is as
belows:
0~80000 u-boot
80000~100000 u-boot environment
100000~500000 kernel
500000~800000 ramdisk
800000~C800000 system
C800000 to all userdata

when i build the kernel with make menuconfig, i select direct char to
mtd in mtd drivers.when board booted and system is mounted,i input ls /
dev/mtd1,it is displayed not file or directory;but when i input ls /
dev/mtd*,it is display mtd0.mtd0ro.mtd1.mtd1ro........
i compiled u-boot/tools/env and put it in /system/bin/,so i run
fw_printenv,it is displayed an not access to /dev/mtd1:no device or
directory.i check code in fw_env.c,the code stat(devicename (0), &st)
return non-zero!
is there any other option in making menuconfig in kernel?

huang kun

-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel

Reply via email to