I do apologize if this is the wrong place for this
question but it seemed the most appropriate.
Problem in a nutshell: I am desiring to use QEMU to emulate TCL on a rasPi in Win8. When ran in QEMU, it is giving an error of “Kernel panic – not syncing: no init found. Try passing init= option to kernel”.
Where I have looked: I have tried the init parameters I know and read through TCL's wiki & book, and google, all yielding no info on the init parameter. I did some searching on TCL's forum and found this
forum.tinycorelinux.net/index.php?topic=14080.0. It talks about a specific piCore kernel for QEMU needed, I tried my best guess from it's link, yeah, no, I did not understand it. It does not seem to have current information
.
What I have tried: I have attempted to use QEMU compiled for windows from
lassauge.free.fr/qemu/ (from the above post),
qemu.weilnetz.de, and
sourceforge.net/projects/rpiqemuwindows/. The first 2 could not run any distro for me without go get more files and still errors. However, the one at sourceforge worked for raspbian and noobs "out of the box". I used the following command to start it
qemu-system-arm -kernel kernel-qemu -cpu arm1176 -m 256 -append "root=/dev/sda2 panic=0 rootfstype=ext4 rw" -hda piCore-5.2.2-X.img
Thank you for your time and help.