This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM4378: Booting within 15sec fails with error message "Could not create /reserved-memory node"

Part Number: AM4378
Other Parts Discussed in Thread: TPS65218

Presently I'm working on a custom board based on the AM437x-Hs board. The board boots normally in most cases, but in some cases when we remove the power and plug power immediately the board comes up with a the following error,

U-Boot 2019.01 (May 04 2022 - 11:26:25 +0000)
CPU : AM437X-HS rev 1.2
Model: TI AM437x GP EVM
DRAM: 1 GiB
PMIC: TPS65218
NAND: 0 MiB
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
Loading Environment from FAT... Card did not respond to voltage select!
Net:
eth0: ethernet@4a100000
Hit any key to stop autoboot: 2 1 0
switch to partitions #0, OK
mmc1(part 0) is current device
SD/MMC found on device 1
1556 bytes read in 1 ms (1.5 MiB/s)
Running bootscript from mmc1 ...
## Executing script at 90000000
Card did not respond to voltage select!
SD/MMC Found On Device 0
Card did not respond to voltage select!
Card did not respond to voltage select!
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Device Tree to 8ffeb000, end 8ffff261 ... OK
Could not create /reserved-memory node.
### ERROR ### Please RESET the board ###

Please help me on the same.

NOTE: Even If I issue reset command at u-boot, we are seeing same issue.

Latest observation is that we are not seeing this issue with GP board but we are seeing this only with HS board.

Thanks,
Akshay

  • Hi Akshay,
    Will you help provide some details:
    1. TI SDK release version used in your testing?
    2. Will you upload the full log files for working case, non-working case as an attachments?
    3. You mentioned testing were done on GP and HS, what are difference between GP and HS board in addition to device type?
    Best,
    -Hong

  • Hi Hong Guan,

    Please find my Response below :

    1. TI SDK release version used in your testing?
    Response : TI SDK 06.03.00.106 with HS support

    2. Will you upload the full log files for working case, non-working case as an attachments?
    Response : Attached 1 working and 2 non working log below

    3. You mentioned testing were done on GP and HS, what are difference between GP and HS board in addition to device type?
    Response :  Both GP and HS board configurations are same other than in HS board we enabled SECURE_BOARD related configurations. Both are custom boards.

    Working Log : 

    [2022-07-19 10:34:54] U-Boot SPL 2019.01 (May 04 2022 - 11:26:25 +0000)
    [2022-07-19 10:34:54] SPL BOOT DEVICE: a
    [2022-07-19 10:34:54] SPL: Unsupported Boot Device!
    [2022-07-19 10:34:54] SPL BOOT DEVICE: 7
    [2022-07-19 10:34:54] Trying to boot from MMC1
    [2022-07-19 10:34:54] MMC DEVICE INDEX: 7
    [2022-07-19 10:34:54] Card did not respond to voltage select!
    [2022-07-19 10:34:54] spl: mmc init failed with error: -95
    [2022-07-19 10:34:54] SPL BOOT DEVICE: 8
    [2022-07-19 10:34:54] Trying to boot from MMC2
    [2022-07-19 10:34:54] MMC DEVICE INDEX: 8
    [2022-07-19 10:34:54] Authentication passed
    [2022-07-19 10:34:54] Authentication passed
    [2022-07-19 10:34:55]
    [2022-07-19 10:34:55]
    [2022-07-19 10:34:55] U-Boot 2019.01 (May 04 2022 - 11:26:25 +0000)
    [2022-07-19 10:34:55]
    [2022-07-19 10:34:55] CPU : AM437X-HS rev 1.2
    [2022-07-19 10:34:55] Model: TI AM437x GP EVM
    [2022-07-19 10:34:55] DRAM: 1 GiB
    [2022-07-19 10:34:55] PMIC: TPS65218
    [2022-07-19 10:34:55] NAND: 0 MiB
    [2022-07-19 10:34:55] MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
    [2022-07-19 10:34:55] Loading Environment from FAT... Card did not respond to voltage select!
    [2022-07-19 10:34:55] Net:
    [2022-07-19 10:34:55] Warning: ethernet@4a100000 using MAC address from ROM
    [2022-07-19 10:34:55] eth0: ethernet@4a100000
    [2022-07-19 10:34:55] Hit any key to stop autoboot: 2 1 0
    [2022-07-19 10:34:57] switch to partitions #0, OK
    [2022-07-19 10:34:57] mmc1(part 0) is current device
    [2022-07-19 10:34:57] SD/MMC found on device 1
    [2022-07-19 10:34:57] 1556 bytes read in 1 ms (1.5 MiB/s)
    [2022-07-19 10:34:57] Running bootscript from mmc1 ...
    [2022-07-19 10:34:57] ## Executing script at 90000000
    [2022-07-19 10:34:57] Card did not respond to voltage select!
    [2022-07-19 10:34:57] SD/MMC Found On Device 0
    [2022-07-19 10:34:57] Card did not respond to voltage select!
    [2022-07-19 10:34:57] Card did not respond to voltage select!
    [2022-07-19 10:34:57] starting USB...
    [2022-07-19 10:34:57] USB0: Register 2000440 NbrPorts 2
    [2022-07-19 10:34:57] Starting the controller
    [2022-07-19 10:34:57] USB XHCI 1.00
    [2022-07-19 10:34:57] scanning bus 0 for devices... 1 USB Device(s) found
    [2022-07-19 10:34:59] scanning usb for storage devices... 0 Storage Device(s) found
    [2022-07-19 10:34:59]
    [2022-07-19 10:34:59] Device 0: unknown device
    [2022-07-19 10:34:59] Running from eMMC
    [2022-07-19 10:34:59] switch to partitions #0, OK
    [2022-07-19 10:34:59] mmc1(part 0) is current device
    [2022-07-19 10:34:59] 4497920 bytes read in 229 ms (18.7 MiB/s)
    [2022-07-19 10:34:59] 70648 bytes read in 6 ms (11.2 MiB/s)
    [2022-07-19 10:34:59] ## Flattened Device Tree blob at 88000000
    [2022-07-19 10:34:59] Booting using the fdt blob at 0x88000000
    [2022-07-19 10:34:59] Loading Device Tree to 8ffeb000, end 8ffff3f7 ... OK
    [2022-07-19 10:34:59]
    [2022-07-19 10:34:59] Starting kernel ...
    [2022-07-19 10:34:59]
    [2022-07-19 10:35:02] [ 0.000000] Booting Linux on physical CPU 0x0
    [2022-07-19 10:35:02] [ 0.000000] Linux version 5.4.106-ts-armv7l (khbuild@d092a012db4d) (gcc version 6.5.0 (Timesys 20220222)) #21 PREEMPT Tue Jun 21 07:40:13 UTC 2022
    [2022-07-19 10:35:02] [ 0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d
    [2022-07-19 10:35:02] [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [2022-07-19 10:35:02] [ 0.000000] OF: fdt: Machine model: TI AM437x GP EVM
    [2022-07-19 10:35:02] [ 0.000000] Memory policy: Data cache writeback
    [2022-07-19 10:35:02] [ 0.000000] efi: Getting EFI parameters from FDT:
    [2022-07-19 10:35:02] [ 0.000000] efi: UEFI not found.
    [2022-07-19 10:35:02] [ 0.000000] cma: Reserved 48 MiB at 0xba800000
    [2022-07-19 10:35:02] [ 0.000000] On node 0 totalpages: 262144
    [2022-07-19 10:35:02] [ 0.000000] Normal zone: 1728 pages used for memmap
    [2022-07-19 10:35:02] [ 0.000000] Normal zone: 0 pages reserved
    [2022-07-19 10:35:02] [ 0.000000] Normal zone: 196608 pages, LIFO batch:63
    [2022-07-19 10:35:02] [ 0.000000] HighMem zone: 65536 pages, LIFO batch:15
    [2022-07-19 10:35:02] [ 0.000000] CPU: All CPU(s) started in SVC mode.
    [2022-07-19 10:35:02] [ 0.000000] AM437x ES1.2 (sgx neon)
    [2022-07-19 10:35:02] [ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
    [2022-07-19 10:35:02] [ 0.000000] pcpu-alloc: [0] 0
    [2022-07-19 10:35:02] [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 260416
    [2022-07-19 10:35:02] [ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/mmcblk1p5 rootfstype=ext4 rw early_printk loglevel=8 rootwait
    [2022-07-19 10:35:02] [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
    [2022-07-19 10:35:02] [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [2022-07-19 10:35:02] [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [2022-07-19 10:35:02] [ 0.000000] Memory: 941444K/1048576K available (9216K kernel code, 299K rwdata, 3132K rodata, 1024K init, 254K bss, 57980K reserved, 49152K cma-reserved, 180224K highmem)
    [2022-07-19 10:35:02] [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    [2022-07-19 10:35:02] [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
    [2022-07-19 10:35:02] [ 0.000000] Tasks RCU enabled.
    [2022-07-19 10:35:02] [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
    [2022-07-19 10:35:02] [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    [2022-07-19 10:35:02] [ 0.000000] L2C: platform modifies aux control register: 0x0e030000 -> 0x3e430000
    [2022-07-19 10:35:02] [ 0.000000] L2C: DT/platform modifies aux control register: 0x0e030000 -> 0x3e430000
    [2022-07-19 10:35:02] [ 0.000000] L2C-310 enabling early BRESP for Cortex-A9
    [2022-07-19 10:35:02] [ 0.000000] OMAP L2C310: ROM does not support power control setting
    [2022-07-19 10:35:02] [ 0.000000] L2C-310 dynamic clock gating disabled, standby mode disabled
    [2022-07-19 10:35:02] [ 0.000000] L2C-310 cache controller enabled, 16 ways, 256 kB
    [2022-07-19 10:35:02] [ 0.000000] L2C-310: CACHE_ID 0x410000c9, AUX_CTRL 0x4e430000
    [2022-07-19 10:35:02] [ 0.000000] random: get_random_bytes called from start_kernel+0x2c0/0x46c with crng_init=0
    [2022-07-19 10:35:02] [ 0.000000] OMAP clockevent source: timer2 at 24000000 Hz
    [2022-07-19 10:35:02] [ 0.000012] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
    [2022-07-19 10:35:02] [ 0.000028] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
    [2022-07-19 10:35:02] [ 0.000036] OMAP clocksource: timer1 at 24000000 Hz
    [2022-07-19 10:35:02] [ 0.000466] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
    [2022-07-19 10:35:02] [ 0.000475] OMAP clocksource: 32k_counter at 32768 Hz
    [2022-07-19 10:35:02] [ 0.000962] Console: colour dummy device 80x30
    [2022-07-19 10:35:02] [ 0.001022] Calibrating delay loop... 1987.37 BogoMIPS (lpj=9936896)
    [2022-07-19 10:35:02] [ 0.060184] pid_max: default: 32768 minimum: 301
    [2022-07-19 10:35:02] [ 0.060382] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
    [2022-07-19 10:35:02] [ 0.060405] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
    [2022-07-19 10:35:02] [ 0.061269] CPU: Testing write buffer coherency: ok
    [2022-07-19 10:35:02] [ 0.061329] CPU0: Spectre v2: using BPIALL workaround
    [2022-07-19 10:35:02] [ 0.062160] Setting up static identity map for 0x80100000 - 0x80100060
    [2022-07-19 10:35:02] [ 0.062296] rcu: Hierarchical SRCU implementation.
    [2022-07-19 10:35:02] [ 0.062376] EFI services will not be available.
    [2022-07-19 10:35:02] [ 0.062845] devtmpfs: initialized
    [2022-07-19 10:35:02] [ 0.073442] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
    [2022-07-19 10:35:02] [ 0.073826] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [2022-07-19 10:35:02] [ 0.073847] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
    [2022-07-19 10:35:02] [ 0.077318] pinctrl core: initialized pinctrl subsystem
    [2022-07-19 10:35:02] [ 0.078046] DMI not present or invalid.
    [2022-07-19 10:35:02] [ 0.078500] NET: Registered protocol family 16
    [2022-07-19 10:35:02] [ 0.080124] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [2022-07-19 10:35:02] [ 0.101188] cpuidle: using governor ladder
    [2022-07-19 10:35:02] [ 0.101224] cpuidle: using governor menu
    [2022-07-19 10:35:02] [ 0.119469] No ATAGs?
    [2022-07-19 10:35:02] [ 0.119490] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
    [2022-07-19 10:35:02] [ 0.119506] hw-breakpoint: maximum watchpoint size is 4 bytes.
    [2022-07-19 10:35:02] [ 0.134455] debugfs: Directory '49000000.edma' with parent 'dmaengine' already present!
    [2022-07-19 10:35:02] [ 0.134485] edma 49000000.edma: TI EDMA DMA engine driver
    [2022-07-19 10:35:02] [ 0.135169] reg-fixed-voltage fixedregulator-v3_3d: GPIO lookup for consumer (null)
    [2022-07-19 10:35:02] [ 0.135183] reg-fixed-voltage fixedregulator-v3_3d: using device tree for GPIO lookup
    [2022-07-19 10:35:02] [ 0.135203] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/fixedregulator-v3_3d[0]'
    [2022-07-19 10:35:02] [ 0.135218] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator-v3_3d[0]'
    [2022-07-19 10:35:02] [ 0.135229] reg-fixed-voltage fixedregulator-v3_3d: using lookup tables for GPIO lookup
    [2022-07-19 10:35:02] [ 0.135239] reg-fixed-voltage fixedregulator-v3_3d: No GPIO consumer (null) found
    [2022-07-19 10:35:02] [ 0.135510] reg-fixed-voltage fixedregulator-mmcwl: GPIO lookup for consumer (null)
    [2022-07-19 10:35:02] [ 0.135521] reg-fixed-voltage fixedregulator-mmcwl: using device tree for GPIO lookup
    [2022-07-19 10:35:02] [ 0.135537] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/fixedregulator-mmcwl[0]'
    [2022-07-19 10:35:02] [ 0.135561] reg-fixed-voltage fixedregulator-mmcwl: No GPIO consumer (null) found
    [2022-07-19 10:35:02] [ 0.136394] iommu: Default domain type: Translated
    [2022-07-19 10:35:02] [ 0.138576] SCSI subsystem initialized
    [2022-07-19 10:35:02] [ 0.139131] pps_core: LinuxPPS API ver. 1 registered
    [2022-07-19 10:35:02] [ 0.139141] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [2022-07-19 10:35:02] [ 0.139161] PTP clock support registered
    [2022-07-19 10:35:02] [ 0.139193] EDAC MC: Ver: 3.0.0
    [2022-07-19 10:35:02] [ 0.141472] clocksource: Switched to clocksource timer1
    [2022-07-19 10:35:02] [ 0.148160] thermal_sys: Registered thermal governor 'fair_share'
    [2022-07-19 10:35:02] [ 0.148166] thermal_sys: Registered thermal governor 'bang_bang'
    [2022-07-19 10:35:02] [ 0.148179] thermal_sys: Registered thermal governor 'step_wise'
    [2022-07-19 10:35:02] [ 0.148184] thermal_sys: Registered thermal governor 'user_space'
    [2022-07-19 10:35:02] [ 0.148188] thermal_sys: Registered thermal governor 'power_allocator'
    [2022-07-19 10:35:02] [ 0.148809] NET: Registered protocol family 2
    [2022-07-19 10:35:02] [ 0.149507] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
    [2022-07-19 10:35:02] [ 0.149538] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
    [2022-07-19 10:35:02] [ 0.149598] TCP bind hash table entries: 8192 (order: 3, 32768 bytes, linear)
    [2022-07-19 10:35:02] [ 0.149671] TCP: Hash tables configured (established 8192 bind 819 

    .

    .

    Not Working Log1 :

    [2022-07-19 10:36:36] U-Boot SPL 2019.01 (May 04 2022 - 11:26:25 +0000)
    [2022-07-19 10:36:36] SPL BOOT DEVICE: a
    [2022-07-19 10:36:36] SPL: Unsupported Boot Device!
    [2022-07-19 10:36:36] SPL BOOT DEVICE: 7
    [2022-07-19 10:36:36] Trying to boot from MMC1
    [2022-07-19 10:36:36] MMC DEVICE INDEX: 7
    [2022-07-19 10:36:36] Card did not respond to voltage select!
    [2022-07-19 10:36:36] spl: mmc init failed with error: -95
    [2022-07-19 10:36:36] SPL BOOT DEVICE: 8
    [2022-07-19 10:36:36] Trying to boot from MMC2
    [2022-07-19 10:36:36] MMC DEVICE INDEX: 8
    [2022-07-19 10:36:36] Authentication passed
    [2022-07-19 10:36:36] Authentication passed
    [2022-07-19 10:36:36]
    [2022-07-19 10:36:36]
    [2022-07-19 10:36:36] U-Boot 2019.01 (May 04 2022 - 11:26:25 +0000)
    [2022-07-19 10:36:36]
    [2022-07-19 10:36:36] CPU : AM437X-HS rev 1.2
    [2022-07-19 10:36:36] Model: TI AM437x GP EVM
    [2022-07-19 10:36:36] DRAM: 1 GiB
    [2022-07-19 10:36:36] PMIC: TPS65218
    [2022-07-19 10:36:36] NAND: 0 MiB
    [2022-07-19 10:36:36] MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
    [2022-07-19 10:36:36] Loading Environment from FAT... Card did not respond to voltage select!
    [2022-07-19 10:36:36] Net:
    [2022-07-19 10:36:36] Warning: ethernet@4a100000 using MAC address from ROM
    [2022-07-19 10:36:36] eth0: ethernet@4a100000
    [2022-07-19 10:36:36] Hit any key to stop autoboot: 2 1 0
    [2022-07-19 10:36:38] switch to partitions #0, OK
    [2022-07-19 10:36:38] mmc1(part 0) is current device
    [2022-07-19 10:36:39] SD/MMC found on device 1
    [2022-07-19 10:36:39] 1556 bytes read in 1 ms (1.5 MiB/s)
    [2022-07-19 10:36:39] Running bootscript from mmc1 ...
    [2022-07-19 10:36:39] ## Executing script at 90000000
    [2022-07-19 10:36:39] Card did not respond to voltage select!
    [2022-07-19 10:36:39] SD/MMC Found On Device 0
    [2022-07-19 10:36:39] Card did not respond to voltage select!
    [2022-07-19 10:36:39] Card did not respond to voltage select!
    [2022-07-19 10:36:39] ## Flattened Device Tree blob at 88000000
    [2022-07-19 10:36:39] Booting using the fdt blob at 0x88000000
    [2022-07-19 10:36:39] Loading Device Tree to 8ffeb000, end 8ffff3f7 ... OK
    [2022-07-19 10:36:39] Could not create /reserved-memory node.
    [2022-07-19 10:36:39] ### ERROR ### Please RESET the board ###

    Not Working Log2 : 


    U-Boot SPL 2019.01 (May 04 2022 - 11:26:25 +0000)
    SPL BOOT DEVICE: a
    SPL: Unsupported Boot Device!
    SPL BOOT DEVICE: 7
    Trying to boot from MMC1
    MMC DEVICE INDEX: 7
    Card did not respond to voltage select!
    spl: mmc init failed with error: -95
    SPL BOOT DEVICE: 8
    Trying to boot from MMC2
    MMC DEVICE INDEX: 8
    Authentication passed
    Authentication passed


    U-Boot 2019.01 (May 04 2022 - 11:26:25 +0000)

    CPU : AM437X-HS rev 1.2
    Model: TI AM437x GP EVM
    DRAM: 1 GiB
    PMIC: TPS65218
    NAND: 0 MiB
    MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
    Loading Environment from FAT... Card did not respond to voltage select!
    Net:
    Warning: ethernet@4a100000 using MAC address from ROM
    eth0: ethernet@4a100000
    Hit any key to stop autoboot: 2 1 0
    switch to partitions #0, OK
    mmc1(part 0) is current device
    SD/MMC found on device 1
    1556 bytes read in 1 ms (1.5 MiB/s)
    Running bootscript from mmc1 ...
    ## Executing script at 90000000
    Card did not respond to voltage select!
    SD/MMC Found On Device 0
    Card did not respond to voltage select!
    Card did not respond to voltage select!
    ## Flattened Device Tree blob at 88000000
    Booting using the fdt blob at 0x88000000
    reserving fdt memory region: addr=400000002008 size=400000000
    reserving fdt memory region: addr=100000000 size=400300000023
    reserving fdt memory region: addr=80074692c61 size=6d343377782d6770
    reserving fdt memory region: addr=2d65766f0074692e size=616d343337320074
    reserving fdt memory region: addr=692c616d34330000 size=300000404
    reserving fdt memory region: addr=2000000b00004001 size=1700000004
    reserving fdt memory region: addr=800001c00000001 size=30000000c
    reserving fdt memory region: addr=2b00000021 size=300000011
    reserving fdt memory region: addr=b754492041 size=4d34333778204750
    reserving fdt memory region: addr=204d564d00006000 size=c1163686f73
    reserving fdt memory region: addr=656e802000000103 size=4f0000003d
    reserving fdt memory region: addr=2f6f637040343430 size=30313030302f696e
    reserving fdt memory region: addr=746572636f6f6eef size=6374403434633070
    reserving fdt memory region: addr=3030303f7b65676d size=656e7c4432303430
    reserving fdt memory region: addr=30302f7461726765 size=742d6d6f64756c65
    reserving fdt memory region: addr=48393030302f7365 size=7269616c40300000
    reserving fdt memory region: addr=200000001 size=6d656d6f72794030
    reserving fdt memory region: addr=3 size=700000049
    reserving fdt memory region: addr=6d656d6f72790008 size=30000000c
    reserving fdt memory region: addr=2005500000000 size=20000000002
    reserving fdt memory region: addr=a0023616c6961 size=7365730000000403
    reserving fdt memory region: addr=8214c00000059 size=2f6f637040343430
    reserving fdt memory region: addr=383030b0302f696e size=74657a636f6e6e75
    reserving fdt memory region: addr=637440343c6b3034 size=3030302f7365676d

    Thanks,

    Akshay

  • Hi Akshay,
    What is the correct boot media? eMMC?
    Do we have the fixed boot media order in u-boot environment variable configuration?
    It seems like the boot media order is not consistent from the log files.
    Best,
    -Hong

  • Hi Hong Guan,

    What is the correct boot media? eMMC?

    Response : No, Its SPI NOR flash

    Do we have the fixed boot media order in u-boot environment variable configuration?

    Response :  We have fixed boot sequence. We have MLO in SPI NOR flash but remaining files are loaded from eMMC.

    Our boot sequence is MMC0, USB1, USB0, SPI0

    We are always using SPI NOR flash as first boot device and remaining files are loaded from eMMC.

    It seems line the boot media order is not consistent from the log files,

    Response : Can you please elaborate. In MLO we allowed multiple boot media based on priority and availability of device.

     

    Thanks,

    Akshay

  • Hi Akshay,
    I'm just back to the office from time-off.
    Do we have any status update or additional info on the issue?
    Best,
    -Hong

  • Hi Hong Guan,

    We are still facing this issue with HS board

    Thanks,
    Akshay