I am trying to troubleshoot a network boot problem with one of my PIs.
So I got a serial--USB cable and enabled serial output in config.txt using
Code: Select all
enable_uart=1
console=serial0,115200
uart_2ndstage=1
Code: Select all
MESS:00:00:25.486785:0: brfs: File read: /mfs/sd/cmdline.txt
MESS:00:00:25.490776:0: Read command line from file 'cmdline.txt':
MESS:00:00:25.496648:0: 'dwc_otg.lpm_enable=0 console=tty1 root=/dev/nfs nfsroot=192.168.1.10:/mnt/k/k/raspis/doorpi,udp,vers=3 rw ip=dhcp rootwait elevator=deadline'
MESS:00:00:25.511463:0: brfs: File read: 142 bytes
MESS:00:00:28.188243:0: brfs: File read: /mfs/sd/kernel7.img
MESS:00:00:28.192202:0: Loading 'kernel7.img' to 0x8000 size 0x510210
MESS:00:00:28.202718:0: No kernel trailer - assuming DT-capable
MESS:00:00:28.206966:0: brfs: File read: 5308944 bytes
MESS:00:00:28.226386:0: brfs: File read: /mfs/sd/bcm2710-rpi-3-b.dtb
MESS:00:00:28.231043:0: Loading 'bcm2710-rpi-3-b.dtb' to 0x518210 size 0x675f
MESS:00:00:28.381988:0: brfs: File read: 26463 bytes
MESS:00:00:28.386779:0: brfs: File read: /mfs/sd/config.txt
MESS:00:00:28.391152:0: dtparam: i2c_arm=on
MESS:00:00:28.411480:0: dtparam: i2c_arm_baudrate=100000
MESS:00:00:28.430421:0: dtparam: audio=on
MESS:00:00:30.592068:0: gpioman: gpioman_get_pin_num: pin EMMC_ENABLE not defined
MESS:00:00:30.698673:0: Device tree loaded to 0x2eff9400 (size 0x6b72)
MESS:00:00:30.704773:0: uart: Set PL011 baud rate to 103448.300000 Hz
MESS:00:00:30.711214:0: uart: Baud rate change done...
MESS:00:00:30.714646:0: uart: Baud rate
best regards and thanks in advance,
Otto