Hi Patrick,

I have added /etc/init/ttyS0.conf file.

vim etc/init/ttyS0.conf

# ttyO0 - getty
#
# This service maintains a getty on ttyO0 from the point the system is
# started until it is shut down again.

start on runlevel [23] and (
            not-container or
            container CONTAINER=lxc or
            container CONTAINER=lxc-libvirt)

stop on runlevel [!23]

respawn
exec /sbin/getty -8 115200 ttyO0


But not yet worked. Getting same error:

6>devtmpfs: mounted
[    6.701348] devtmpfs: mounted
<6>Freeing init memory: 216K
[    6.707221] Freeing init memory: 216K
<6>Write protecting the kernel text section c0008000 - c0817000
[    6.716552] Write protecting the kernel text section c0008000 - c0817000


and also i tried to mount /dev/sdc2 partition

but once i mounted and done chroot.

getting error as:

chroot: failed to run command `/bin/bash': No such file or directory

Kindly tell me. how to solve this.

Regards
Punith

 

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to