Commit 1a459f0759baba92168678e81607a85931c58149

Authored by Tim Gover
1 parent 588dde56

readme: Add note about activity LED / nRPIBOOT

On BCM2711 the green LED is enabled by the second stage bootloader
indicating that either rpiboot is running successfully or
the GPIO for nRPIBOOT is not being pulled low (e.g. problem on the IO board or damage to GPIO).
Showing 1 changed file with 1 additions and 0 deletions
Readme.md
... ... @@ -99,6 +99,7 @@ Please check this first to check that the software is up to date.
99 99 * Inspect the Compute Module pins and connector for signs of damage and verify that the socket is free from debris.
100 100 * Check that the Compute Module is fully inserted.
101 101 * Check that `nRPIBOOT` / EMMC disable is pulled low BEFORE powering on the device.
  102 + * On BCM2711, if the USB cable is disconected and the nRPIBOOT jumper is fitted then the green LED should be OFF. If the LED is on then the ROM is detecting that the GPIO for nRPIBOOT is high.
102 103 * Remove any hubs between the Compute Module and the host.
103 104 * Disconnect all other peripherals from the IO board.
104 105 * Verify that the red power LED switches on when the IO board is powered.
... ...