[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#773890: flash-kernel: No entry for BeagleBone Black when running 3.18 kernel



Package: flash-kernel
Version: 3.28
Severity: normal
Tags: patch

When running the 3.18 kernel from experimental on a BeagleBone Black,
/proc/device-tree/model contains "TI AM335x BeagleBone Black". With
the 3.16 kernel from Jessie, it contains "TI AM335x BeagleBone".

The following patch adds an additional Machine entry for the more
specific name. Not sure if there's a more elegant way to add an entry
that's simply a duplicate of another entry with a different Machine id.

commit 327811b97bf3c78d0411d64a5fd86975ec53aace
Author: Vagrant Cascadian <vagrant@debian.org>
Date:   Wed Dec 24 12:32:47 2014 -0800

    Add entry for BeagleBone Black, which has a distinct
    /proc/device-tree/model entry from BeagleBone (white) when running a
    newer kernel (3.18+).

diff --git a/db/all.db b/db/all.db
index a09d1fb..72ea33a 100644
--- a/db/all.db
+++ b/db/all.db
@@ -580,6 +580,13 @@ Boot-Script-Path: /boot/boot.scr
 U-Boot-Script-Name: bootscr.beaglebone
 Required-Packages: u-boot-tools
 
+Machine: TI AM335x BeagleBone Black
+Kernel-Flavors: armmp
+DTB-Id: am335x-boneblack.dtb
+Boot-Script-Path: /boot/boot.scr
+U-Boot-Script-Name: bootscr.beaglebone
+Required-Packages: u-boot-tools
+
 Machine: TI OMAP5 uEVM board
 Kernel-Flavors: armmp armmp-lpae
 DTB-Id: omap5-uevm.dtb


Thanks!

live well,
  vagrant

Attachment: signature.asc
Description: PGP signature


Reply to: