linguini1 commented on issue #16948:
URL: https://github.com/apache/nuttx/issues/16948#issuecomment-3289955876

   The debug output from the boot process is:
   
   ```console
   
   MESS:00:00:03.962127:0: arasan: arasan_emmc_open
   MESS:00:00:03.963785:0: arasan: arasan_emmc_set_clock C0: 0x00800000 C1: 
0x000e0047 emmc: 200000000 actual: 390625 div: 0x00000100 target: 400000 min: 
4000005
   MESS:00:00:04.084006:0: arasan: arasan_emmc_set_clock C0: 0x00800000 C1: 
0x000e0047 emmc: 200000000 actual: 390625 div: 0x00000100 target: 400000 min: 
4000005
   MESS:00:00:04.096876:0: arasan: arasan_emmc_set_clock C0: 0x00800f00 C1: 
0x000e0047 emmc: 200000000 actual: 390625 div: 0x00000100 target: 400000 min: 
3900005
   MESS:00:00:04.143895:0: boot-part: 0 fs-type: 0
   MESS:00:00:04.145309:0: boot-part: 0 fs-type: 3
   MESS:00:00:04.149687:0: arasan: arasan_emmc_set_clock C0: 0x00800f06 C1: 
0x000e0207 emmc: 200000000 actual: 50000000 div: 0x00000002 target: 50000000 
min: 0 1
   MESS:00:00:05.224838:0: brfs: File read: /mfs/sd/config.txt
   MESS:00:00:05.227538:0: brfs: File read: 63 bytes
   MESS:00:00:05.253683:0: HDMI0:EDID error reading EDID block 0 attempt 0
   MESS:00:00:05.258192:0: HDMI0:EDID giving up on reading EDID block 0
   MESS:00:00:05.275336:0: HDMI1:EDID error reading EDID block 0 attempt 0
   MESS:00:00:05.279839:0: HDMI1:EDID giving up on reading EDID block 0
   MESS:00:00:05.287440:0: brfs: File read: /mfs/sd/config.txt
   MESS:00:00:05.781202:0: gpioman: gpioman_get_pin_num: pin DISPLAY_DSI_PORT 
not defined
   MESS:00:00:05.786749:0: gpioman: gpioman_get_pin_num: pin DISPLAY_DSI_PORT 
not defined
   MESS:00:00:05.795785:0: *** Restart logging
   MESS:00:00:05.797558:0: brfs: File read: 63 bytes
   MESS:00:00:05.807159:0: hdmi: HDMI0:EDID error reading EDID block 0 attempt 0
   MESS:00:00:05.812182:0: hdmi: HDMI0:EDID giving up on reading EDID block 0
   MESS:00:00:05.822806:0: hdmi: HDMI0:EDID error reading EDID block 0 attempt 0
   MESS:00:00:05.827836:0: hdmi: HDMI0:EDID giving up on reading EDID block 0
   MESS:00:00:05.833434:0: hdmi: HDMI:hdmi_get_state is deprecated, use 
hdmi_get_display_state instead
   MESS:00:00:05.847225:0: hdmi: HDMI1:EDID error reading EDID block 0 attempt 0
   MESS:00:00:05.852255:0: hdmi: HDMI1:EDID giving up on reading EDID block 0
   MESS:00:00:05.862877:0: hdmi: HDMI1:EDID error reading EDID block 0 attempt 0
   MESS:00:00:05.867899:0: hdmi: HDMI1:EDID giving up on reading EDID block 0
   MESS:00:00:05.873497:0: hdmi: HDMI:hdmi_get_state is deprecated, use 
hdmi_get_display_state instead
   MESS:00:00:05.882262:0: HDMI0: hdmi_pixel_encoding: 300000000
   MESS:00:00:05.887729:0: HDMI1: hdmi_pixel_encoding: 300000000
   MESS:00:00:05.903009:0: dtb_file 'bcm2711-rpi-4-b.dtb'
   MESS:00:00:05.912464:0: brfs: File read: /mfs/sd/bcm2711-rpi-4-b.dtb
   MESS:00:00:05.915709:0: Loaded 'bcm2711-rpi-4-b.dtb' to 0x100 size 0xdb93
   MESS:00:00:05.936066:0: brfs: File read: 56211 bytes
   MESS:00:00:05.965194:0: brfs: File read: /mfs/sd/config.txt
   MESS:00:00:05.983561:0: brfs: File read: 63 bytes
   MESS:00:00:05.985265:0: Failed to open command line file 'cmdline.txt'
   MESS:00:00:06.141241:0: brfs: File read: /mfs/sd/nuttx.bin
   MESS:00:00:06.143627:0: Loaded 'nuttx.bin' to 0x200000 size 0x51000
   MESS:00:00:06.150067:0: Kernel relocated to 0x480000
   MESS:00:00:06.154298:0: Device tree loaded to 0x2eff1f00 (size 0xe042)
   MESS:00:00:06.162975:0: uart: Set PL011 baud rate to 103448.300000 Hz
   MESS:00:00:06.169627:0: uart: Baud rate change done...
   MESS:00:00:06.171647:0:- Ready to Boot Primary CPU
   ```
   
   For this reason, I believe the microSD card is connected to the EMMC 
interface.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to