工具/软件:
尊敬的 TI:
我有一个 J7200 评估板、希望与在 MAIN R5F 内核 Throw U-Boot 上运行的自定义固件并行引导 Linux。
我们将 Linux 和 U-Boot 与 J7200-Linux-SDK 中的 SPL 配合使用、版本为 10.01.08.01。
MAIN R5F 内核的固件使用 J7200 PROCESSOR-SDK-RTOS 版本开发 10.01.00.04。
为了通过 RemoteProc 启动固件、我将其放置在/usr/lib/firmware/customFwDir 下的根文件系统中、并创建了一个 SYM-LINK “j7200-main-R5f0_1-fw"。“。
我面临的缝隙问题是:
* U-Boot 正在尝试启动内核,但根文件系统无法从 SD 卡挂载。
请参阅以下日志文件:
[ 2.978830] 7 fixed-partitions partitions found on MTD device 47040000.spi.0 [ 2.978835] Creating 7 MTD partitions on "47040000.spi.0": [ 2.978839] 0x000000000000-0x000000100000 : "ospi.tiboot3" [ 2.979633] 0x000000100000-0x000000300000 : "ospi.tispl" [ 2.980363] 0x000000300000-0x000000700000 : "ospi.u-boot" [ 2.981026] 0x000000700000-0x000000740000 : "ospi.env" [ 2.981679] 0x000000740000-0x000000780000 : "ospi.env.backup" [ 2.982334] 0x000000800000-0x000003fc0000 : "ospi.rootfs" [ 2.982974] 0x000003fc0000-0x000004000000 : "ospi.phypattern" [ 2.988181] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode [ 3.022230] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 3.024718] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867 [ 3.024740] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000 [ 3.024855] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4 [ 3.024858] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64 [ 3.025115] pps pps0: new PPS source ptp1 [ 3.025283] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1 [ 3.188142] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48 [ 3.192909] debugfs: Directory 'pd:49' with parent 'pm_genpd' already present! [ 3.194502] debugfs: Directory 'pd:35' with parent 'pm_genpd' already present! [ 3.194938] clk: Disabling unused clocks [ 3.208629] ALSA device list: [ 3.208634] No soundcards found. [ 3.238092] Waiting for root device PARTUUID=cb854782-02... [ 13.282548] platform 4fb0000.mmc: deferred probe pending [ 33.250244] vdd_mmc1: disabling
与 MAIN R5F 内核上没有自定义固件的正常启动相比:
[ 3.059535] 7 fixed-partitions partitions found on MTD device 47040000.spi.0 [ 3.059541] Creating 7 MTD partitions on "47040000.spi.0": [ 3.059545] 0x000000000000-0x000000100000 : "ospi.tiboot3" [ 3.060323] 0x000000100000-0x000000300000 : "ospi.tispl" [ 3.060972] 0x000000300000-0x000000700000 : "ospi.u-boot" [ 3.061679] 0x000000700000-0x000000740000 : "ospi.env" [ 3.062331] 0x000000740000-0x000000780000 : "ospi.env.backup" [ 3.062970] 0x000000800000-0x000003fc0000 : "ospi.rootfs" [ 3.063607] 0x000003fc0000-0x000004000000 : "ospi.phypattern" [ 3.068827] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode [ 3.102920] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 3.105450] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867 [ 3.105472] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000 [ 3.105588] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4 [ 3.105592] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64 [ 3.106018] pps pps0: new PPS source ptp1 [ 3.106179] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1 [ 3.268920] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48 [ 3.273990] debugfs: Directory 'pd:49' with parent 'pm_genpd' already present! [ 3.275522] debugfs: Directory 'pd:35' with parent 'pm_genpd' already present! [ 3.276378] mmc1: CQHCI version 5.10 [ 3.276796] clk: Disabling unused clocks [ 3.290469] ALSA device list: [ 3.290474] No soundcards found. [ 3.317836] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit [ 3.329898] Waiting for root device PARTUUID=cb854782-02... [ 3.369330] mmc1: new ultra high speed SDR104 SDHC card at address aaaa [ 3.369760] mmcblk1: mmc1:aaaa SK32G 29.7 GiB [ 3.371705] mmcblk1: p1 p2 [ 3.657833] EXT4-fs (mmcblk1p2): recovery complete [ 3.659975] EXT4-fs (mmcblk1p2): mounted filesystem ed7a60d3-4216-44b9-b4b1-3944e6c1f045 r/w with ordered data mode. Quota mode: none. [ 3.660018] VFS: Mounted root (ext4 filesystem) on device 179:98. [ 3.660679] devtmpfs: mounted [ 3.662050] Freeing unused kernel memory: 2048K [ 3.662115] Run /sbin/init as init process
您能给我一些提示、说明哪里 可以找到我的故障?