moodLearning Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

troubleshooting-elib-box [2018/12/07 00:23]
serbizadmin
troubleshooting-elib-box [2020/06/13 15:10]
Line 1: Line 1:
-====== Raspberry Pi 3 Model B+ does not boot ====== +
-If these conditions obtain: +
-  * booting for the first time on this hardware +
-  * using the Raspian OS upgraded on Raspberry Pi 3 Model B (without the +) +
-then it's likely that the boot disk doesn't contain the requisite firmware. So upgrade NOOBS. +
-  * Download [[http://downloads.raspberrypi.org/NOOBS/images/NOOBS-2018-03-14/NOOBS_v2_7_0.zip|this NOOBS version]] +
-  * mount 1 partition of the SD card +
-<code> +
-sudo mkdir -p /media/pi/MMC_P1 +
-sudo mount -t vfat /dev/mmcblk0p1 /media/pi/MMC_P1 +
-</code> +
-  * delete contents of partition 1 +
-<code> +
-sudo find /media/pi/MMC_P1 -mindepth 1 -delete +
-</code> +
-  * unzip NOOBS into partition 1 +
-<code> +
-sudo unzip /home/pi/NOOBS_v2_7_0.zip -d /media/pi/MMC_P1 +
-</code> +
-  * remove //runinstaller// +
-  * sudo nano /media/pi/MMC_P1/recovery.cmdline+