Hello all, I am trying to get a kernel built and placed on my BBB so that I can proceed to make some necessary kernel changes. However, I have been having a terrible time getting it booting. Most recently, I was trying Robert Nelson's 3.17-rc7-bone4 release, and got the following output on boot:
Starting kernel ... [ 2.119060] Error: Driver 'tfp410' is already registered, aborting... [ 2.126194] slave hdmi: could not get i2c [ 2.263612] omap_voltage_late_init: Voltage driver support not added [ 2.270383] sr_dev_init: No voltage domain specified for smartreflex0. Cannot initialize [ 2.278926] sr_dev_init: No voltage domain specified for smartreflex1. Cannot initialize [ 2.508136] sr_init: platform driver register failed for SR Here is what I did: $ git clone https://github.com/RobertCNelson/bb-kernel.git $ cd bb-kernel $ ./build_kernel.sh copy deploy/config-3.17.0-rc7-bone4 to BBB's /boot/ copy deploy/3.17.0-rc7-bone4.zImage to BBB's /boot/vmlinuz-3.17.0-rc7-bone4 extract deploy/3.17.0-rc7-bone4-modules.tar.gz to BBB's / extract deploy/3.17.0-rc7-bone4-firmware.tar.gz to BBB's /lib/firmware/ extract deploy/3.17.0-rc7-bone4-dtbs.tar.gz to BBB's /boot/dts/3.17.0-rc7-bone4/ I also tried using ./tools/install_kernel.sh to install to microSD card, and got a little bit further when booting, but ended with a kernel panic: [ 4.054149] Freeing unused kernel memory: 452K (c093e000 - c09af000) grep: /proc/cmdline: No such file or directory [ 4.347008] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 [ 4.347008] [ 4.361479] CPU: 0 PID: 1 Comm: init-eMMC-flash Not tainted 3.17.0-rc7-bone4 #1 [ 4.371643] [<c00123fd>] (unwind_backtrace) from [<c00101f5>] (show_stack+0x11/0x14) [ 4.382262] [<c00101f5>] (show_stack) from [<c05b157d>] (panic+0x6d/0x180) [ 4.391975] [<c05b157d>] (panic) from [<c00347c9>] (complete_and_exit+0x1/0x18) [ 4.402159] [<c00347c9>] (complete_and_exit) from [<c003b5e1>] (__set_current_blocked+0x1d/0x) [ 4.413974] [<c003b5e1>] (__set_current_blocked) from [<de085a30>] (0xde085a30) [ 4.424244] drm_kms_helper: panic occurred, switching back to text console [ 4.434116] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 [ 4.434116] [ 50.324545] random: nonblocking pool is initialized Full log of that here: http://pastebin.com/pvzC0UnM Any advice appreciated! Thanks, Chris -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
