Target board: ralinkRT5350
Operating system: linux-2.6.21.x
During the kernel boot process, the following issues occur:
Question one:
?List of all partitions:1f00 theMtdblock0 (driver?) 1f011024x768Mtdblock1 (driver?) 1f021536Mtdblock2 (driver?) 1f035376Mtdblock3 (driver?) f000 theRomblock0 (driver?) f0011024x768Romblock1 (driver?) f0021536Romblock2 (driver?) f0035376Romblock3 (driver?) No filesystem couldMountRoot, Tried:squashfskernel panic-Not syncing:VFS:Unable toMountRoot FS on Unknown-block ( to,2)
The reason is that mounting the file system failed.
WORKAROUND: Reconfigure the kernel to compile
File Systems---> [*] Miscellaneous filesystems---> 4.0file system support
Question two:
sh: Iwlist:not found
Analysis: iwlist command set not found
Workaround: Configure the kernel
Customize vendor/--->networking --->iwlist
The configuration kernel can then be resolved.
Question three:
inch 3)
This problem occurs when cross-compiling because the different tool chains produce different executables and cannot be run.
Workaround:
Go to the appropriate directory and execute the command
# Make clean-w
The problem will be ok!.
Errors when compiling the kernel