1、有時log是這樣的linux
Card did not respond to voltage select! 9889800 bytes read in 237 ms (39.8 MiB/s) 70155 bytes read in 5 ms (13.4 MiB/s) ## Flattened Device Tree blob at 48000000 Booting using the fdt blob at 0x48000000 Using Device Tree in place at 0000000048000000, end 000000004801420a Starting kernel ...
可是如上所示,沒有獲得提示信息,直接懸掛在啓動內核的位置上。爲解決這個提問: 首先想到的是打開使能early_printk,再次啓動而後看是否能夠獲得有效的提示信息,假如仍然不能夠的話,
那就你直接讀取緩存 ,緩存的地址爲 __log_buf其地址在System.map被標記出來,咱們能夠找到具體的位置。具體以下:緩存
# cd build/tmp/work/g6s-poky-linux/linux-renesas/4.14.45-r1/build # cat System.map | grep __log_buf ffff0000089fcab8 b __log_buf //記住這個地址
從新打斷Uboot,輸入下面命令並不停回車,就能夠看到出問題的緣由
> md ffff0000089fcab8網絡
MMC: sh-sdhi: 0, sh-sdhi: 1 In: serial Out: serial Err: serial Net: Board Net Initialization Failed //能夠看出是網絡初始化失敗致使的 No ethernet found. Recovery Flag: "" Recovery Magic: "" Update Package Flag: 0x0 Hit any key to stop autoboot: 0