{ "log_id": "012-3233-4423", "date": "2018/04/18", "target": "raspberry pi3", "hardware": [ { "title": "Check the CPU type", "check": [ ["cpu", "name", "ARMv7 Processor"] ], "error_message": [ "Not found in booting log messages" ] }, { "title": "Check memory size", "check": [ ["memory", "total", "970752K"] ], "error_message": [ "Not found in booting log messages", "Wrong size" ] }, { "title": "Check board model type", "check": [ ["model", "model", "Raspberry Pi 3 Model B Rev 1.2"] ], "error_message": [ "Not found in booting log messages", "Wrong model" ] }, { "title": "Check CMA", "check": [ ["cma", "size", ""] ], "error_message": [ "Not found in booting log messages" ] } ], "os": [ { "title": "Check OS type (Linux)", "check": [ ["linux", "type", "linux"] ], "error_message": [ "Not found in booting log messages" ] }, { "title": "Check kernel memory layout", "check": [ ["memory_layout", "layout", "vector"], ["memory_layout", "layout", "fixmap"], ["memory_layout", "layout", "vmalloc"], ["memory_layout", "layout", "lowmem"], ["memory_layout", "layout", "modules"], ["memory_layout", "layout", ".text"], ["memory_layout", "layout", ".init"], ["memory_layout", "layout", ".data"], ["memory_layout", "layout", ".bss"] ], "error_message": [ "Not found in booting log messages" ] }, { "title": "Check kernel hash tables", "check": [ ["hash_tables", "list", "PID"], ["hash_tables", "list", "Dentry cache"], ["hash_tables", "list", "Inode-cache"], ["hash_tables", "list", "Mount-cache"], ["hash_tables", "list", "Mountpoint-cache"], ["hash_tables", "list", "futex"], ["hash_tables", "list", "VFS: Dquot-cache"], ["hash_tables", "list", "TCP established"], ["hash_tables", "list", "TCP bind"], ["hash_tables", "list", "UDP"], ["hash_tables", "list", "UDP-Lite"] ], "error_message": [ "Not found in booting log messages" ] } ], "device": [ { "title": "Check driver existance (UART)", "check": [ ["device_found", "list", "AMBA PL011 UART Device"] ], "error_message": [ "Not found in booting log messages" ] }, { "title": "Check driver existance (Mailbox)", "check": [ ["device_found", "list", "BCM2835 Mailbox"] ], "error_message": [ "Not found in booting log messages" ] }, { "title": "Check driver existance (DMA)", "check": [ ["device_found", "list", "BCM2835 DMA"] ], "error_message": [ "Not found in booting log messages" ] }, { "title": "Check driver existance (SCSI)", "check": [ ["device_found", "list", "SCSI subsystem"] ], "error_message": [ "Not found in booting log messages" ] }, { "title": "Check driver existance (Ethernet)", "check": [ ["device_found", "list", "SMSC LAN95XX Based USB 2.0 10/100 Ethernet Device"] ], "error_message": [ "Not found in booting log messages" ] }, { "title": "Check driver existance (Watchdog Timer)", "check": [ ["device_found", "list", "BCM2835 Watchdog Timer"] ], "error_message": [ "Not found in booting log messages" ] }, { "title": "Check driver existance (USB Mass Storage)", "check": [ ["device_found", "list", "USB Mass Storage"] ], "error_message": [ "Not found in booting log messages" ] }, { "title": "Check driver existance (BCM FrameBuffer)", "check": [ ["device_found", "list", "BCM2708FB"] ], "error_message": [ "Not found in booting log messages" ] }, { "title": "Check driver existance (Random Generator)", "check": [ ["device_found", "list", "BCM2835 RNG"] ], "error_message": [ "Not found in booting log messages" ] }, { "title": "Check driver existance (SDHCI)", "check": [ ["device_found", "list", "Secure Digital Host Controller Interface"] ], "error_message": [ "Not found in booting log messages" ] }, { "title": "Check driver existance (MMC:SDHC)", "check": [ ["device_found", "list", "SDHC Card"] ], "error_message": [ "Not found in booting log messages" ] }, { "title": "Check driver existance (MMC:SDIO)", "check": [ ["device_found", "list", "SDIO Card"] ], "error_message": [ "Not found in booting log messages" ] } ] }