Hello
i am trying to communicate via serial port using usb ttl adapter with rx tx and gnd cable
i am able to see system messages , uboot version etc , but i am unable to interrupt the boot process it says delay = 0
i need some help on how to send commands or interrupt the boot process and interract with the device.
the serial baudrate is 921600 .
the device is based on GCT GDM7243q chipset.
thanks for help
here are the serial log output .
Build Info:
date: 2016/09/06-10:08:44
user: root@ubuntu-will
svnr:
src: /home/will/DEVELOPMENT/LTE_Router/B5328_FDD/SDK/work/uboot
ver: 0.46e
DRAM: 128 MiB (wbd-p2)
NAND: Built-in ECC Nand
maf_id : 0x00000098, dev_id : 0x000000a1
Pagesize : 2Kbytes
Address cycle : 4
128 MiB
Bad block table found at page 65472, version 0x01
Bad block table found at page 65408, version 0x01
nand_read_bbt: Bad block at 0x000006000000
In: serial
Out: serial
Err: serial
Net: 001cc910 Realtek8211 PHYCR1: 00002118-0000211c Rx delay: 0x00802300
PHYCR2:0x0863->0x0842 mii0
Hit ENTER key to stop autoboot: 0
00420000
---------------------
hdr chksum : 0xb6780813
magic : 0xcafebabe
timstamp : 0x0000430e
data chksum : 0xc7e4cc0b
data size : 0x0001ffdc
---------------------
00440000
---------------------
hdr chksum : 0xb6630812
magic : 0xcafebabe
timstamp : 0x0000430d
data chksum : 0xc7e4cc0b
data size : 0x0001ffdc
---------------------
cmnnv current block is : 0
pesifwcheck=1
boot from part_idx: 2
do_check_partition() type:linux2, Data checksum is OK!!!(w:ccd92e5a/r:ccd92e5a)!!!
do_check_partition() type:rootfs2, Data checksum is OK!!!(w:d533b401/r:d533b401)!!!
---------------------
hdr chksum : 0x00000000
magic : 0x00000000
timstamp : 0x00000000
data chksum : 0x00000000
data size : 0x00000000
---------------------
---------------------
hdr chksum : 0x9d7b0689
magic : 0xcafebabe
timstamp : 0x00000000
data chksum : 0xccd92e5a
data size : 0x00228650
---------------------
select partition
part name : linux2
offset : 0x00e00000
size : 0x00400000
---------------------
hdr chksum : 0x00000000
magic : 0x00000000
timstamp : 0x00000000
data chksum : 0x00000000
data size : 0x00000000
---------------------
---------------------
hdr chksum : 0x00000000
magic : 0x00000000
timstamp : 0x00000000
data chksum : 0x00000000
data size : 0x00000000
---------------------
no valid header(2)
---------------------
hdr chksum : 0x00000000
magic : 0x00000000
timstamp : 0x00000000
data chksum : 0x00000000
data size : 0x00000000
---------------------
---------------------
hdr chksum : 0x8c82056e
magic : 0xcafebabe
timstamp : 0x00000000
data chksum : 0xd533b401
data size : 0x014c0000
---------------------
select partition
part name : rootfs2
offset : 0x03000000
size : 0x01e00000
---------------------
hdr chksum : 0x00000000
magic : 0x00000000
timstamp : 0x00000000
data chksum : 0x00000000
data size : 0x00000000
---------------------
---------------------
hdr chksum : 0x00000000
magic : 0x00000000
timstamp : 0x00000000
data chksum : 0x00000000
data size : 0x00000000
---------------------
no valid header(2)
bootdelay=0
bootargs (default)
## Booting kernel from Legacy Image at d05fffc0 ...
Image Name: Linux-3.10.0-uc0
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2262544 Bytes = 2.2 MiB
Load Address: d0600000
Entry Point: d0600000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
(Last edited by coolirc on 25 Feb 2018, 21:15)