Closed tobiasBora closed 7 years ago
you should check https://www.google.de/search?q=hangs+after+Starting+kernel&oq=hangs+after+Starting+kernel&aqs=chrome..69i57j0l2.1296j0j7&sourceid=chrome&ie=UTF-8
this is really a common issue.
oh and you built the kernel yourself, right? then you could replace it by one you know it is working and check the config differences afterwards. maybe it is just the entry points...
I finally found the solution, thanks to Dezgez on irc. You need to add at the end of the line that contains loglevel4
in the file /extlinux/extlinux.conf
the text
console=ttyAMA0,115200n8
and then you can use UART. Sorry for that!
@qknight I did not build the kernel, just used the default .img. But thank you for your help!
Hello,
I'm trying to run NixOs on the raspberry pi 1 model A. To do so I did these steps, following this guide https://nixos.wiki/wiki/NixOS_on_ARM:
1) Download
sd-image-armv6l-linux.img
from https://www.cs.helsinki.fi/u/tmtynkky/nixos-arm/installer/ 2)dd if=sd-image-armv6l-linux.img of=/dev/<my sd card> bs=4M && sync
3) Insert the SD card, and boot (I used UART to get the output)What I get:
It hangs after a few seconds on the line
Starting kernel ...
. Here are the logs:Did I miss something?
Thank you !