LCD-show-kali icon indicating copy to clipboard operation
LCD-show-kali copied to clipboard

[KERNEL PANIC] Brick my rpi4

Open Gumbraise opened this issue 5 years ago • 4 comments

Hey. After execute sudo ./LCD28-show command on shell, my rpi brick. How can I refound my files ? thx

Gumbraise avatar Feb 09 '20 18:02 Gumbraise

Hi, try this repository: https://github.com/danielcshn/LCD-show-kali Update to support Kali Linux Version 2019 or higher (Solution to Kernel Panic).

danielcshn avatar Jun 21 '20 18:06 danielcshn

The solution is (READ ALL BEFORE DOING ANYTHING):

  1. Copying the /boot/config.txt file from the SD card after flashing it with the Kali image, then put the card into Pi and boot, follow the steps to install on the LCD-show-kali repo.
  2. The Kernel Panic will appear.
  3. Power Pi down, pull card, reconnect to computer used for flashing (where the kali config.txt file is) open the config.txt file on the card and the one saved earlier
  4. On the version on the card, there is only about 5 or 6 lines you need to keep depending on the type of screen you are trying to enable. These should be the last lines in the file, remove everything before that and paste the content of your previously saved config.txt above those few lines.
  5. save, eject, pull, insert, boot..... IF ALL WORKS JUST STOP AND ENJOY If after booting the usb on the pi doesn't work you'll have to do some changes:
  6. Before installing the lcd show stuff go into network management and set the wifi network you are using available for every user (so you'll have wifi before login and doesn't need a keyboard)
  7. SSH into the pi and install xserver-xorg-input-libinput (sudo apt-get install xserver-xorg-input-libinput)
  8. sudo reboot and enjoy the screen

This is the only method that worked for me (rpi4 4gb - kali 2020.3a arm64)

The original guide is from @n4kack, i just added the usb fix and shortened some parts

GNexYde avatar Oct 17 '20 14:10 GNexYde

The solution is you do things well. Try this repository: https://github.com/danielcshn/LCD-show-kali

danielcshn avatar Oct 20 '20 18:10 danielcshn

your repository doesn't work anymore

Ergs751 avatar Feb 14 '21 19:02 Ergs751