Prime Tech Guides
Prime Tech Guides
  • 10
  • 111 763
Install Raspberry OS Raspbian image on ESXI - Bookworm and above
Install Raspberry OS Raspbian image on ESXI - Bookworm and above
xz -d 2023-10-10-raspios-bookworm-arm64-lite.img.xz
apt-get install qemu-utils
qemu-img convert -f raw 2023-10-10-raspios-bookworm-arm64-lite.img -O vmdk 2023-10-10-raspios-bookworm-arm64-lite.vmdk
cd /vmfs/volumes/datastore1
vmkfstools -i /vmfs/volumes/datastore1/2023-10-10-raspios-bookworm-arm64-lite.vmdk -d thin /vmfs/volumes/datastore1/raspios-bookworm-arm64-lite.vmdk
vmkfstools -X 20000m raspios-bookworm-arm64-lite.vmdk
raspi-config --expand-rootfs
resize2fs /dev/sda2
nano /etc/fstab
** Enter the below line at the end of the file. Then CTRL+S , CTRL+X to save.
none /sys/firmware/efi/efivars efivarfs defaults
mount /boot/firmware
touch /boot/firmware/ssh
mount /sys/firmware/efi/efivars
ls /sys/firmware/efi/efivars/
apt update
apt -y install grub-efi-arm64
apt -y install linux-image-arm64
dpkg -l | grep linux-image.*rpi.*
apt-get -y purge linux-image.*rpi.*
grub-install --efi-directory=/boot/firmware
update-grub2
** If you are using Raspberry OS Full and not Lite, Debian Bookworm Wayland does not seem to work, you would need to switch back to X11 desktop environment.
raspi-config
Advanced Options - Wayland - X11
มุมมอง: 902

วีดีโอ

Sonoff RF Bridge R2.2 Tasmota | Direct Hack Mod Tutorial | Linking to Home Assistant MQTT
มุมมอง 22Kปีที่แล้ว
How to flash Sonoff RF Bridge R2.2 to Tasmota - Tutorial for Direct Hack Mod for more protocols and how to link to Home Assistant using MQTT. Commands: pastebin.com/raw/NByhKiXV 00:00 - Intro 00:47 - Flashing Tasmota 01:29 - Sonoff | Direct Hack vs None Direct Hack 01:52 - Direct Hack Solder Points and Traces 02:34 - Tasmota Configuration 03:12 - Home Assistant MQTT Setup 05:02 - Home Assistant...
OpenWRT - How to VPN into your Home network from anywhere using OpenVPN | Roadwarrior
มุมมอง 14Kปีที่แล้ว
Access OpenWRT router home network from your mobile phone using OpenVPN Roadwarrior VPN. Instructions to copy and paste, click the link below. pastebin.com/raw/m5K7gCH5 00:00 - Intro 00:10 - Required software 00:33 - Dynamic DNS to access 01:15 - Further packages needed 01:41 - OpenVPN config 03:22 - Further Dynamic DNS config 04:35 - OpenVPN Certificate generation 07:54 - Firewall config 08:36...
Tasmota - Light Switch Extra Logic with IF Statements & Compiling Firmware
มุมมอง 2.9K2 ปีที่แล้ว
Add extra logic to a 2 or 3 Gang Light Switch using If Statements. Holding down the button to power all buttons on / off. Tutorial to compile firmware to allow this. Expand Description for rules... Check Pinned comment below on how to achieve this would IF Statements. git clone github.com/arendst/Tasmota.git #define USE_EXPRESSION // Add support for expression evaluation in rules ( 3k2 code, 64...
ASMedia Dumping And Flashing USB SSD HDD Drive Adapters - MPTOOL
มุมมอง 14K2 ปีที่แล้ว
Tools - Dumper thanks to usbdev.ru I believe. MPTool used for flashing. mega.nz/file/9k8yBIZZ#PyLEXQITPqtThCL4yfKmXCVXcFY5XEvbpnMLevFPfyY CORRECTION: The format 170428_XX_XX_X appears to be the date, so ensure the chipset is the same whichever you are flashing. 105x , 115x, 2x5 , 236x ASM1053, ASM1153 00:00 Dumping Firmware. 01:24 Flashing new firmware 02:21 Correcting dumped firmware for flashing
Tasmota Firmware - Flashing USB Serial - No Solder Method with Tasmotizer
มุมมอง 13K2 ปีที่แล้ว
Flash devices with Tasmota firmware via USB Serial TTL adapter without soldering tutorial using Tasmotizer. Tuya Motion Sensor - bit.ly/3BXp44f Template String - {"NAME":"CT61W","GPIO":[0,0,0,0,0,0,0,0,0,160,480,256,0,0],"FLAG":0,"BASE":18} Console command - SwitchMode1 2 Tools required: BDM Frame with probe pins - bit.ly/3C2G6y2 USB TTL Adapter with 3.3v - amzn.to/3bWwHgG Dupont Male to Male w...
Tasmota - How To Automate A Light Using A Motion Sensor With Rules And Timers
มุมมอง 17K2 ปีที่แล้ว
How to create an automated motion controlled light using Tasmota Rules and Timer commands. Instructions Click More Below... New rule as reports previous rule can cause motion loop RuleTimer2 is a buffer to prevent the light turning off triggering another turn on event. Rule1 ON System#Boot DO Var1 1 ENDON Rule2 ON Power1#state=1 DO Backlog0 WebSend [mylight] Power %Var1%; RuleTimer1 20 ENDON ON...
Avermedia GC573 - Capture Card - Quality Comparison Test Review
มุมมอง 1743 ปีที่แล้ว
GC573 Live Gamer 4K quality test comparing real time capturing with source.
OpenWRT - How to set up an OpenVPN Tun Route between two routers - Done with 21.x
มุมมอง 13K3 ปีที่แล้ว
Complete guide how to set up an OpenVPN Tun Route between two OpenWRT routers. Copy Paste Instructions listed below. Click Show More in description. opkg update opkg install luci-app-openvpn openvpn-easy-rsa openvpn-openssl nano tcpdump openvpn easyrsa init-pki easyrsa build-ca nopass easyrsa build-server-full Server_SiteA nopass easyrsa build-client-full Client_SiteB_SiteA nopass easyrsa gen-d...
OpenWRT - How to set up an OpenVPN Tap Bridge between two routers - 21.x and below.
มุมมอง 16K4 ปีที่แล้ว
Complete guide how to set up an OpenVPN Tap Bridge between two OpenWRT routers. Copy Paste Instructions listed below. Click Show More in description. opkg update opkg install luci-app-openvpn openvpn-easy-rsa openvpn-openssl nano tcpdump openvpn easyrsa init-pki easyrsa build-ca nopass easyrsa build-server-full Server_SiteA nopass easyrsa build-client-full Client_SiteA_SiteB nopass easyrsa gen-...