View Single Post
Old 12-18-2016, 08:14 AM   #15
very_rude_Turnip
Enthusiast
very_rude_Turnip will become famous soon enoughvery_rude_Turnip will become famous soon enoughvery_rude_Turnip will become famous soon enoughvery_rude_Turnip will become famous soon enoughvery_rude_Turnip will become famous soon enoughvery_rude_Turnip will become famous soon enough
 
Posts: 36
Karma: 560
Join Date: Dec 2016
Device: Kobo Aura v2
Logged in fine for me using my pl2303 based ttl level adapter. Definitely try another serial adapter chip. ch341 = garbage! Get a pl2303 or FTDI. (Try to buy real and not China-fakes) Also double check the obvious stuff like connection, cables, etc.

Code:
>picocom -b 115200 /dev/ttyUSB0
picocom v1.7

port is        : /dev/ttyUSB0
flowcontrol    : none
baudrate is    : 115200
parity is      : none
databits are   : 8
escape is      : C-a
local echo is  : no
noinit is      : no
noreset is     : no
nolock is      : no
send_cmd is    : sz -vv
receive_cmd is : rz -vv
imap is        : 
omap is        : 
emap is        : crcrlf,delbs,

Terminal ready

(none) login: 
(none) login: 
(none) login: 
(none) login: root
[root@(none) ~]# 
[root@(none) ~]# 
[root@(none) ~]# ls
bin         etc         libexec     mnt         sbin        usr
dev         fs.md5sum   linuxrc     proc        sys         var
drivers     lib         lost+found  root        tmp
[root@(none) ~]# uname -a
Linux (none) 3.0.35+ #5021 PREEMPT Thu Aug 18 10:24:50 CST 2016 armv7l GNU/Linux
[root@(none) ~]# 
[root@(none) ~]# cat /proc/cpu
cat: read error: Is a directory
[root@(none) ~]# ��?[}
-sh: ?[}: not found
[root@(none) ~]# cat /proc/cpu
cpu/     cpuinfo
[root@(none) ~]# cat /proc/cpuinfo 
Processor       : ARMv7 Processor rev 10 (v7l)
BogoMIPS        : 1988.29
Features        : swp half thumb fastmult vfp edsp neon vfpv3 
CPU implementer : 0x41
CPU architecture: 7
CPU variant     : 0x2
CPU part        : 0xc09
CPU revision    : 10

Hardware        : Freescale i.MX 6SoloLite NTX Board
Revision        : 60200
Serial          : NOPENOPENOPE
I got into uboot too after rebooting. Interesting stuff. I guess I can recover this way if I fk up my device now.

I am in the process of dd copying my sdcard so that I have a backup. I can also then inspect the filesystem.

Last edited by very_rude_Turnip; 12-18-2016 at 08:26 AM.
very_rude_Turnip is offline   Reply With Quote