看板 LinuxDev 關於我們 聯絡資訊
大家好 我發現我的kernel很怪 (2.6.35) 正常從uboot到kernel 正常的訊息如下 =============================== ## Booting image at 81c00000 ... Image Name: Linux-2.6.35.7 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 3266732 Bytes = 3.1 MB Load Address: 80008000 Entry Point: 80008000 Verifying Checksum ... OK OK Starting kernel ... Uncompressing Linux... done, booting the kernel. ================================ 上面的訊息完後 會有其他log 但也沒改code 為什麼會上面那段code 一直重複 就是 Uncompressing Linux... done, booting the kernel. 完以後 又重新uboot -> kernel -> uboot -> kernel ..... 一直循環 原本好好的 忽然變這樣 請問有人有經驗知道為什麼會這樣嗎? 謝謝!! :) -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 220.135.220.63
xam:就一直重開機啊... 03/15 00:22
alongalone:跟hw 一起查吧. jump到ram的起點那段有問題 03/15 08:54
zwai:這全是u-boot的訊息 kernel應該沒boot起來 03/15 11:14
zwai:檢查版子的memory map吧~ 看kernel有沒有放錯位置 03/15 11:14
askacis:Uncompressing Linux這些是kernel在自解壓縮所秀的訊息 03/15 16:02
clampsakura:自己加加printk吧 我當初弄MIPS1004K也是這樣搞的 03/16 00:24
mayasky:earlyprintk打開看看 03/31 02:35