hi roberts,
i adjusted your scripts and used them with the actual raspbian-image.
although i got the idea that i used them in the right way, but nevertheless the initramfs or the rootfs isn't found.
this is the last boot message:
PANIC: No init found. Try passing init= option to kernel.
Entering kbd (current=0xcb846c80, pid 1) due to Keyboard Entry
kbd>
btw, the same happens without any attached keyboard.
that's my setup:
this is on the /dev/mmcblk0p1
tc@box:~/.MNT/mmcblk0p1$ ls
arm128_start.elf cmdline.txt kernel_cutdown.img
arm192_start.elf config.txt kernel_emergency.img
arm224_start.elf issue.txt loader.bin
bootcode.bin kernel.img start.elf
as you advised i completed the cmdline.txt with nozswap:
tc@box:~/.MNT/mmcblk0p1$ cat cmdline.txt
dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait nozswap
and my second partition is filled with the tinycore-rootfs
tc@box:~/.MNT/mmcblk0p2$ ls
bin/ home/ lost+found/ proc/ sbin/ usr/
dev/ init mnt/ root/ sys/ var/
etc/ lib/ opt/ run/ tmp/
tc@box:/mnt/mmcblk0p2/etc$ cat motd
(°-
//\ Core is distributed with ABSOLUTELY NO WARRANTY.
v_/_
www.tinycorelinux.comis there a problem with my fstab? is it o.k. that there is no root defined in fstab!?
tc@box:/mnt/mmcblk0p2/etc$ cat fstab
# /etc/fstab
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
devpts /dev/pts devpts defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
would you be so kind and give me further hints.
thank you for your help.