script type="text/javascript"> jQuery(document).ready(function(){ jQuery("article.et_pb_post").each(function(){ jQuery(">a:first-child, .et_pb_image_container", this).insertAfter(jQuery(".post-meta", this)); }); });
Select Page
Upgrade RPi with SSD

Upgrade RPi with SSD

Prepare your RPI 3 First you have to tell the RPI firmware to boot from USB, this feature is disabled and has to be enabled once per raspberry pi. You can do this from SSH by running the following command: echo program_usb_boot_mode=1 | sudo tee -a /boot/config.txt...