Skip to content

Instantly share code, notes, and snippets.

@hyphop
Created August 12, 2019 09:46
Show Gist options
  • Save hyphop/1b8eb22f7bd2cd911826172894f10087 to your computer and use it in GitHub Desktop.
Save hyphop/1b8eb22f7bd2cd911826172894f10087 to your computer and use it in GitHub Desktop.
vim_uboot_sd_mainline_krescue.log
GXM:BL1:dc8b51:76f1a5;FEAT:ADFC318C:80;POC:3;RCY:0;EMMC:0;READ:0;CHK:AA;SD:0;READ:0;0.0;CHK:0;
no sdio debug board detected
TE: 499372
BL2 Built : 14:59:36, Aug 9 2017.
gxl ge8c6a83 - xiaobo.gu@droid12
set vdd cpu_a to 1120 mv
set vdd cpu_b to 1050 mv
set vddee to 1000 mv
Board ID = 7
CPU clk: 1200MHz
DQS-corr enabled
DDR scramble enabled
DDR3 chl: Rank0+1 @ 912MHz - FAIL
DDR4 chl: Rank0+1 @ 1008MHz - PASS
Rank0: 2048MB(auto)-2T-18
Rank1: 1024MB(auto)-2T-18
DataBus test pass!
AddrBus test pass!
Load fip header from SD, src: 0x0000c200, des: 0x01400000, size: 0x00004000
New fip structure!
Load bl30 from SD, src: 0x00010200, des: 0x01100000, size: 0x0000d600
Load bl31 from SD, src: 0x00020200, des: 0x05100000, size: 0x0002c600
Load bl33 from SD, src: 0x00050200, des: 0x01000000, size: 0x00085000
NOTICE: BL3-1: v1.0(release):801e730
NOTICE: BL3-1: Built : 22:09:38, Aug 10 2017
mpu_config_enable:ok
[Image: gxl_v1.1.3244-a3237e2 2017-08-16 14:01:18 hong.guo@droid04]
OPS=0x82
wdt: reset registers!
da 14 14 da 62 d 1a 1c 77 6f ca 5 [0.988008 Inits done]
secure task start!
high task start!
low task start!
ERROR: Error initializing runtime service opteed_fast
U-Boot 2019.04 (Aug 10 2019 - 09:30:27 +0300) khadas-vim2
DRAM: 3 GiB
MMC: mmc@70000: 0, mmc@72000: 1, mmc@74000: 2
In: serial
Out: serial
Err: serial
[BL31]: tee size: 0
[BL31]: tee size: 0
Net:
Warning: ethernet@c9410000 (eth0) using random MAC address - 8e:43:cf:90:5e:28
eth0: ethernet@c9410000
Hit any key to stop autoboot: 0
Card did not respond to voltage select!
switch to partitions #0, OK
mmc1 is current device
Scanning mmc 1:1...
Found U-Boot script /boot.scr.uimg
2331 bytes read in 1 ms (2.2 MiB/s)
## Executing script at 08000000
**KRESCUE LOAD by fatload mmc 1 FROM // // **
load env
518 bytes read in 5 ms (100.6 KiB/s)
env import -t 0x1000000 206
load dtb to 0x08008000
fatload mmc 1 0x08008000 /rescue/linux.dtb
29182 bytes read in 5 ms (5.6 MiB/s)
fatload mmc 1 0x50000000 /rescue/linux.dtb
29182 bytes read in 2 ms (13.9 MiB/s)
load logo
fatload mmc 1 0x1000000 /rescue/splash.bmp.gz
28264 bytes read in 5 ms (5.4 MiB/s)
Unknown command 'bmp' - try 'help'
load initrd
fatload mmc 1 0x40000000 /rescue/uInitrd
5763136 bytes read in 250 ms (22 MiB/s)
bootm 0x30000000 0x40000000 0x50000000
booti 1080000 0x40000000 0x50000000
[i] bootargs: root=/dev/ram0 rw init=/init panic=10 net.ifnames=0 loglevel=3 passw=khadas ap_ssid=Krescue ap_passw=12345678 wifi_mode=2g script=sd:hello.sh script=sd:sd2ram.sh eth_hw=C0:4A:00:C0:3F:DB booted= hwver= console=tty0 console=ttyAML0,115200n8 console=ttyS0,115200n8 no_console_suspend consoleblank=0 vout=,enable hdmitx=, hdmimode= cvbsmode= osd_reverse= video_reverse= jtag= reboot_mode= ddr_size=
[i] bootcmd: run distro_bootcmd
activate emmc before run
switch to partitions #0, OK
mmc1 is current device
[i] sleep 1 sec Ctrl+C for break boot
load raw kernel
fatload mmc 1 1080000 /rescue/Image
12128264 bytes read in 518 ms (22.3 MiB/s)
## Loading init Ramdisk from Legacy Image at 40000000 ...
Image Name: uInitrd
Image Type: AArch64 Linux RAMDisk Image (uncompressed)
Data Size: 5763072 Bytes = 5.5 MiB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
## Flattened Device Tree blob at 50000000
Booting using the fdt blob at 0x50000000
Loading Ramdisk to bd9da000, end bdf59000 ... OK
Loading Device Tree to 00000000bd9cf000, end 00000000bd9d91fd ... OK
Starting kernel ...
domain-0 init dvfs: 4
domain-1 init dvfs: 4
BusyBox v1.28.4 () built-in shell (ash)
OpenWrt 18.06.3, r7798-97ae9e0ccb
Khadas ## hyphop ##
_ ______
| |/ / _ \ ___ ___ ___ _ _ ___
| ' /| |_) / _ \/ __|/ __| | | |/ _ \
| . \| _ < __/\__ \ (__| |_| | __/
|_|\_\_| \_\___||___/\___|\__,_|\___|
extreme tiny and fast rescue system
BUILD: Mon Aug 12 12:09:31 MSK 2019
=====================================
HELP: type 'help' for more info
[i] POST_CONFIG: passw=khadas ap_ssid=Krescue ap_passw=12345678 wifi_mode=2g script=sd:hello.sh script=sd:sd2ram.sh eth_hw=C0:4A:00:C0:3F:DB
root@(none):/#
root@Krescue:/#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment