LCD Treiber auf Raspberry PI-Installation
1.) Schritt 1: Installieren Sie den offiziellen Kali-Linux-Spiegel
a) Laden Sie den offiziellen Kali-Linux-Spiegel herunter:
https://www.offensive-security.com/kali-linux-arm-images/
b) Formatieren Sie Ihre TF-Karte mit
„SDFormatter.exe“. c) Verwenden Sie „Win32DiskImager.exe“. Brennender Spiegel zur TF-Karte
2.) Schritt 2: Klone mein Repo auf deinen Pi
Verwenden Sie SSH, um den Himbeer-Pi zu verbinden,
und stellen Sie sicher, dass der Himbeer-Pi mit dem Internet verbunden ist, bevor Sie die folgenden Befehle ausführen:
sudo rm -rf LCD-show-kali
git clone https://github.com/lcdwiki/LCD-show-kali.git
chmod -R 755 LCD-show-kali
cd LCD-show-kali/
3.) Schritt 3: Entsprechen Sie je nach LCD-Typ:
Bei 2,4 "RPi-Display (MPI2401)
sudo ./LCD24-show
Bei 2,8" RPi-Display (MPI2801)
sudo ./LCD28-show
Bei 3,2 "RPi-Display (MPI3201)
sudo ./LCD32-show
Bei
sudo ./LCD35-show
3,5-Zoll-RPi-Display (MPI3501)Bei 3,5" HDMI-Display-B ( MPI3508)
sudo ./MPI3508-show
/*<![CDATA[*/ (function () { var scriptURL = 'https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js'; if (window.ShopifyBuy) { if (window.ShopifyBuy.UI) { ShopifyBuyInit(); } else { loadScript(); } } else { loadScript(); } function loadScript() { var script = document.createElement('script'); script.async = true; script.src = scriptURL; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(script); script.onload = ShopifyBuyInit; } function ShopifyBuyInit() { var client = ShopifyBuy.buildClient({ domain: 'cyberrypi-shop.myshopify.com', storefrontAccessToken: '79155a420be4451f7dbe44202cb8e898', }); ShopifyBuy.UI.onReady(client).then(function (ui) { ui.createComponent('product', { id: '6643594133682', node: document.getElementById('product-component-1635007807457'), moneyFormat: '%E2%82%AC%7B%7Bamount_with_comma_separator%7D%7D', options: { "product": { "styles": { "product": { "@media (min-width: 601px)": { "max-width": "calc(25% - 20px)", "margin-left": "20px", "margin-bottom": "50px" } } }, "contents": { "button": false, "buttonWithQuantity": true }, "text": { "button": "Add to cart" } }, "productSet": { "styles": { "products": { "@media (min-width: 601px)": { "margin-left": "-20px" } } } }, "modalProduct": { "contents": { "img": false, "imgWithCarousel": true, "button": false, "buttonWithQuantity": true }, "styles": { "product": { "@media (min-width: 601px)": { "max-width": "100%", "margin-left": "0px", "margin-bottom": "0px" } } }, "text": { "button": "Add to cart" } }, "option": {}, "cart": { "text": { "title": "Wagen", "total": "Zwischensumme", "empty": "Ihr Warenkorb ist leer.", "notice": "Versand- und Rabattcodes werden an der Kasse hinzugefügt.", "button": "Auschecken", "noteDescription": "Besondere Hinweise für Verkäufer" }, "contents": { "note": true } }, "toggle": {} }, }); }); } })(); /*]]>*/