#81877
goochbuntu
Participant

i downloaded the kernel and mod from siemprepe

i dropped the files in amiga folder then moved them.

sudo mv /home/pi/RetroPie/roms/amiga/kernel.img /tmp/

sudo mv /home/pi/RetroPie/roms/amiga/modules.tgz /tmp/

(this brings you to step 14.
http://sysprogs.com/VisualKernel/tutorials/raspberry/buildkernel/)

follow the rest of the steps and you should be golden.

cd /
sudo mv /tmp/kernel.img /boot/
sudo tar xzf /tmp/modules.tgz
rm /tmp/modules.tgz

oh by the way after you may need to move the file

sudo mv /tmp/lib/modules/3.12.29+ /lib/modules/

sudo reboot

tested and works perfectly now

thank you for the kernel build.