[EMAIL PROTECTED] said:
> I already put the docipl, linuxbios.strip and vmlinux.bin.gz into
> M-Systems DoC Millennium, It works but when I doing nftl_format /dev/
> mtd0 0xa0000 then got a error message, I post the message below, I try
> to fdisk /dev/nftla the system response me can not open it. Am I do
> some step wrong ??
Make sure you're running a version of nftl_format which was built after the
ioctl changed. I'm beginning to regret that change now.
Also, make sure you unload and reload the NFTL module, or reboot the
system if NFTL isn't a module, between nftl_format and trying _any_ access
to /dev/nftla
NFTL is like a filesystem. All the time the driver is loaded, the
filesystem is 'mounted' and you can use it through /dev/nftla. If you
reformat the NFTL on the raw device, the NFTL code in the kernel is going
to get upset :)
--
dwmw2