Hi,
finally I managed to get startet with linux on my omapl137 evm. I am using squashfs as my rootfs. The problem I have is that the console closes or crushes after I press ENTER. Does anyone know what I need to do?
Mount a filesystem. Filesystem autodetection requires /proc.
-a Mount all filesystems in fstab
-r Read-only mount
-w Read-write mount (default)
-t FSTYPE[,...] Filesystem type(s)
-O OPT Mount only filesystems with option OPT (-a only)
-o OPT:
remount Remount a mounted filesystem, changing flags
ro/rw Same as -r/-w
There are filesystem-specific -o flags.
'tarting pid 867, tty '/dev/console': '/bin/hostname omap-l137evm
Please press Enter to activate this console.
'tarting pid 868, tty '/dev/console': '/sbin/getty -L -n ttyS2 0 vt100
login: root
' (pid 868) exited. Scheduling for restart.
Please press Enter to activate this console.
Regards, Tom