You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you saying that the current build crashes before finishing booting, or that there are messages not seen on the output?
I built an image from v0.6-91-gb352b7972309 and had no issues (there is a significant delay between "starting kernel" and the next line - as usual)
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.13.0 (hamish@x230i5) (gcc version 6.3.0 20170516 (Debian 6.3.0-18)) #25 SMP Tue Sep 12 14:03:50 HKT 2017
ah, in this case it is a simple one: Its a kernel config option to set the amount of messages on the output add the kernel cmdline param "loglevel=7" and you should see some extra messages.
I added that setting into the kernel config to go into the next kernel build.
The current orange pi build does not output anything to serial after "Starting kernel ..."
After poking at it i found the issue is probably in zImage
replacing the stock zImage from Armbian yields
The text was updated successfully, but these errors were encountered: