raspberrypi / firmware

This repository contains pre-compiled binaries of the current Raspberry Pi kernel and modules, userspace libraries, and bootloader/GPU firmware.
5.15k stars 1.68k forks source link

PXE boot PI2B with USB device plugged in #1059

Open detule opened 5 years ago

detule commented 5 years ago

Hello: I am experiencing an issue PXE booting my PI 2B (via bootcode.bin on the SDCard).

More specifically, everything works as it should - except when trying to boot with a particular USB device plugged in: Hauppauge WinTV-DualHD usb tuner.

More about my setup and what I believe to be happening:

Logs and diagnostics below - all logs from the PI2B, booting with different USB set-ups.

Appreciate your help

zbrozek commented 5 years ago

How are you pulling the pre-kernel boot log? I suspect I'm seeing something similar (but with different devices and on the 3B+). I'd like to compare to your observations. https://github.com/raspberrypi/firmware/issues/1060

ghollingworth commented 5 years ago

You can't get this log from the bootrom, you'll need to use an SD card with bootcode.bin on it and add a file UART to it or do:

sed -i -e "s/BOOT_UART=0/BOOT_UART=1/" bootcode.bin