Uboot/4412/loadb/dnw
作者:互联网
U-Boot 2010.12-00000-g14efcbd (Mar 02 2019 - 13:54:51) for TINY4412
CPU: S5PC220 [Samsung SOC on SMP Platform Base on ARM CortexA9]
APLL = 1500MHz, MPLL = 800MHz
Board: TINY4412
DRAM: 2047 MiB
vdd_arm: 1.2
vdd_int: 1.0
vdd_mif: 1.1
BL1 version: N/A (TrustZone Enabled BSP)
Checking Boot Mode ... SDMMC
REVISION: 1.1
MMC Device 0: 7566 MB
unrecognised EXT_CSD structure version 7
FAIL: waiting for status update.
MMC Device 1: 1024 MB
MMC Device 2: N/A
*** Warning - using default environment
Net: No ethernet found.
Hit any key to stop autoboot: 0
TINY4412 #
TINY4412 #
TINY4412 # version
U-Boot 2010.12-00000-g14efcbd (Mar 02 2019 - 13:54:51) for TINY4412
TINY4412 #
TINY4412 #
######### ######### #########
######### memory !!! Note: Uboot build without MMU, link start: 0x43E00000
######### ######### #########
TINY4412 # bdinfo
arch_number = 0x00001200
boot_params = 0x40000100
DRAM bank = 0x00000000
-> start = 0x40000000
-> size = 0x10000000
DRAM bank = 0x00000001
-> start = 0x50000000
-> size = 0x10000000
DRAM bank = 0x00000002
-> start = 0x60000000
-> size = 0x10000000
DRAM bank = 0x00000003
-> start = 0x70000000
-> size = 0x10000000
DRAM bank = 0x00000004
-> start = 0x80000000
-> size = 0x10000000
DRAM bank = 0x00000005
-> start = 0x90000000
-> size = 0x10000000
DRAM bank = 0x00000006
-> start = 0xA0000000
-> size = 0x10000000
DRAM bank = 0x00000007
-> start = 0xB0000000
-> size = 0x0FF00000
ethaddr = 00:40:5c:26:0a:5b
ip_addr = 192.168.0.20
baudrate = 0 bps
TLB addr = 0x3FFF0000
relocaddr = 0x43E00000
reloc off = 0x00000000
irq_sp = 0x43CFBF38
sp start = 0x43CFBF30
FB base = 0x00000000
TINY4412 #
TINY4412 # help loadb
loadb - load binary file over serial line (kermit mode)
Usage:
loadb [ off ] [ baud ]
- load binary file over serial line with offset 'off' and baudrate 'baud'
TINY4412 #
TINY4412 #
TINY4412 # loadb 0x70003000
## Ready for binary (kermit) download to 0x70003000 at 0 bps...
## Total Size = 0x000000d8 = 216 Bytes
## Start Addr = 0x70003000
TINY4412 # go 0x70003000
## Starting application at 0x70003000 ...
## Application terminated, rc = 0x0
TINY4412 #
## Starting application at 0x70003000 ...
## Application terminated, rc = 0x0
TINY4412 #
## Starting application at 0x70003000 ...
## Application terminated, rc = 0x0
TINY4412 #
## Starting application at 0x70003000 ...
## Application terminated, rc = 0x0
TINY4412 #
## Starting application at 0x70003000 ...
## Application terminated, rc = 0x0
TINY4412 #
## Starting application at 0x70003000 ...
## Application terminated, rc = 0x0
TINY4412 #
## Starting application at 0x70003000 ...
## Application terminated, rc = 0x0
TINY4412 # reset
resetting ...
OK
U-Boot 2010.12-00000-g14efcbd (Mar 02 2019 - 13:54:51) for TINY4412
标签:...,Uboot,##,loadb,0x70003000,start,dnw,TINY4412,DRAM 来源: https://blog.csdn.net/hushui/article/details/88082056