On Fri, Nov 21, 2014 at 7:34 AM, Eric L <[email protected]> wrote:
> Hi,
>
> I'm currently trying to build a customized kernel for the Beagleboard Black.
>
> I follow instructions from Robert Nelson.
> https://eewiki.net/display/linuxonarm/BeagleBone+Black
>
> To build the kernel, I use Debian and I did:
>
> git clone https://github.com/RobertCNelson/bb-kernel.git bb-kernel-3.8
> cd bb-kernel/
> git checkout origin/am33x-v3.18 -b tmp
> ./build_kernel.sh
>
> So, it is supposed to build a default kernel. The KERNEL/.config file is
> very similar to the config-3.8.13-bone63 from the Debian 7.6 bbb image.
>
> To install the kernel on my bbb installed with a debian image I do the
> following things:
> - I copy the deploy folder in my bbb.
> - Install the kernel with this script.
>
> export kernel_version=3.8.13-bone67.2
> cp ${kernel_version}.zImage /boot/vmlinuz-${kernel_version}
> mkdir -p /boot/dtbs/${kernel_version}/
> tar xfv ${kernel_version}-dtbs.tar.gz -C /boot/dtbs/${kernel_version}/
> tar xfv ${kernel_version}-modules.tar.gz -C /
>
> - Change uname_r from /boot/uEnv.txt to 3.8.13-bone67.2
>
> After that, the bbb does not boot anymore.


By definition it is "booting"....

Remove "quiet" from your bootargs and please post your full serial boot log.

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
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.

Reply via email to