Linux reverse engineering
by Chris_Newell from LinuxQuestions.org on (#5BVTJ)
I have decompiled the multimedia MicroSD card and it turned out that It has a Linux ext2 filesystem inside it, but doesn't have a U-boot image and Kernel u-image, seems like it is inside of emmc flash. Can anyone explain how does embed Linux works, is I understand the sequence right- U-boot->Kernel image-> Inittab?
Also, it is a lot of java .class files outside of the ext2 filesystem, how does it use them, I thought that the card loading the OS in the RAM, and after that, all files include user files must be inside of the Linux filesystem...
Are there any embedded Linux users?


Also, it is a lot of java .class files outside of the ext2 filesystem, how does it use them, I thought that the card loading the OS in the RAM, and after that, all files include user files must be inside of the Linux filesystem...
Are there any embedded Linux users?