Re: allwinner h616 + serial console glitch

From: titus <titus_at_edc.ro>
Date: Tue, 27 Jun 2023 05:47:00 UTC
> #  stty -a
> speed 115384 baud; 0 rows; 0 columns;
> lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl
>         -echoprt -altwerase -noflsh -tostop -flusho -pendin -nokerninfo
>         -extproc
> iflags: -istrip icrnl -inlcr -igncr ixon -ixoff ixany imaxbel -ignbrk
>         brkint -inpck -ignpar -parmrk
> oflags: opost onlcr -ocrnl tab3 -onocr -onlret
> cflags: cread cs8 -parenb -parodd hupcl clocal -cstopb -crtscts -dsrflow
>         -dtrflow -mdmbuf rtsdtr
> cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = <undef>;
>         eol2 = <undef>; erase = ^?; erase2 = ^H; intr = ^C; kill = ^U;
>         lnext = ^V; min = 1; quit = ^\; reprint = ^R; start = ^Q;
>         status = ^T; stop = ^S; susp = ^Z; time = 0; werase = ^W;


> On Jun 26, 2023, at 11:52 PM, Marcin Cieslak <saper@saper.info> wrote:
> 
> On Mon, 26 Jun 2023, titus wrote:
> 
>> i have started to play / hack support with a h616 (an android tv box in fact)
>> i managed to get usb, sd, e-mmc, clocks, gpio to work
>> no ethernet and axp/power controller yet
> 
>> so to login you type root\n<firstcharacter of the password> and then you get the password prompt
>> so you type n+1 characters to get n characters sent
> 
>> does anybody know how to fix the serial connection ?
> 
> Once you manage to log in, what does "stty -a" say?
> 
> Marcin