Raspberry Pi B+ Kali Linux ARM Boot Fixes
作者:Road 发布时间:August 22, 2014 分类:技术
These fixes should work when trying to boot on the Model B & B+ Raspberry Pi
Requirements
Kali
- Grab the Kali Pi Image
- Grab the Raspberry Pi Firmware
- dd (
dd if=kali-pi.img of=/dev/sdb bs=512k
) the Kali image to 8GB+ SD card - Copy
start.elf
,start_x.elf
&start_cd.elf
to the root directrory of the SD card (choose to replace any exsisting files) - Boot your Pi (root/toor)
PwnPi
- Grab the PwnPi Image
- Download the Raspberry Pi Firmware
- dd (
dd if=PwnPi-pi.img of=/dev/sdb bs=512k
) the PwnPi image to 8GB+ SD card - Copy all files in the boot folder to the root directrory of the SD card (choose to replace any exsisting files)
- Boot your Pi (root/toor)
转载请注明出处:https://dp2u.com/2014/RaspberryPi-B--Kali-Linux-ARM-Boot-Fixes.html