Got a mystery on my hands .. My Jetson Nano 2GB no longer boots 😢 Though we have access to the UART boot console and a few error messages … Now it’s a question to find out if it’s a hardware issue, or just a corrupted software stack 😬 Is it the dreaded I2C error? An EEPROM misadventure? Or perhaps just a kernel that decided it had better things to do than start up properly? 🤔 Given the kernel is found, loaded and started … only to do a full system reset without notices .. 😳 Time to deep dive into boot logs, rebuild device trees, and maybe even pull out the cross-compiler .. 😮💨 It’s an unlikely to be a classic case of “is it plugged in? For it is 😅 And as if that wasn’t enough of challenge .. my Jetson NX decided to team up with the Nano, albeit with less scary errors .. 🤦🏻♂️
Sounds like it’s time for recovery mode then reinstall.
May I suggest such could be a bad case of pebkac ?
My graveyard is full of jetson nano. You want a small spot next to one of them ?
♻️🌍 Business Transformation Architect | Driving Scalable & Sustainable Growth with Integrated Business Design | Strategic Enterprise Architecture & Operations Alignment 🚀
5moHere’s a more condensed version of the error overview: 1. Trusty Fast Error: • Trusted Execution Environment failed to initialize, likely non-critical unless secure boot is needed. 2. EEPROM/I2C Failures: • Multiple EEPROM read and I2C write failures, resulting in invalid MAC addresses. Likely I2C or EEPROM issue. 3. Device Tree/Memory Issues: • Errors with memory initialization and missing emc-table node. Device tree may need rebuilding. 4. Display Initialization Failures: • HDMI/display not connected but initialization attempted, causing errors (can be ignored if not using HDMI). 5. AES Verification Failure: • AES verification error, likely related to secure boot (ignore if not needed). 6. Partition Read Failures: • Failed to open MSC/USP partitions, suggesting potential partition table corruption. In summary, there are potential hardware (EEPROM/I2C) and software (device tree, partition) issues.