Closed Bug 1128904 Opened 9 years ago Closed 6 years ago

[1.3T] Zen 105 B2G cannot be built: source does not have correct LCD driver

Categories

(Firefox OS Graveyard :: General, defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: abgoyal, Unassigned)

Details

User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.94 Safari/537.36

Steps to reproduce:

Build using:

BRANCH=v1.3t ./config.sh tarako
./build.sh

Flash kernel after rebuilding boot.img. Reboot phone

Additional Info (from phone factory firmware):

Model: U105 FIRE
Software: Boot2Gecko 1.3.0.0-prerelease
Build Identifier: 20141119163335
Git commit info: 1556da1f



Actual results:

From the factory kernel, I can see the following in dmesg:


kernel build from source shows:
$ adb shell
# dmesg

<snip>
<6>0[    0.092292] sprdfb:[sprdfb_probe]
<3>0[    0.092401] Failed to match LCD Panel from uboot!
<4>0[    0.108877] [mcu_calc_timing] ahb_clk: 0xfa
<4>0[    0.108935] [mcu_calc_timing] ahb_clk: 0xfa
<3>0[    0.338855] Failed to attach LCD Panel!
<3>0[    0.338910] sprdfb: probe panel fail
<6>0[    0.338946] sprdfb:[sprd_lcdc_uninit]
<3>0[    0.338996] sprd_fb sprd_fb.0: failed to probe sprdfb
<4>0[    0.339061] sprd_fb: probe of sprd_fb.0 failed with error -5 
<snip>



Expected results:

factory kernel shows:

$adb shell
# dmesg
<snip>
<6>0[    0.072610] sprdfb:[sprdfb_probe]
<6>0[    0.072715] LCD Panel 0x99 is attached
<snip>

There is not driver in kernel sources with LCD id 0x99.
Kernel defconfig: sp6821a-vlx_defconfig

also, following patch applied to tarako.xml to make it build:

27c27,28
<   <project path="bionic" name="platform/bionic" revision="sprdroid4.0_bsp"/>
---
>   <project path="bionic" name="platform/bionic" revision="sprdroid4.0_bsp"/ remote="b2g">
89a91
>   <project path="prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8" name="platform/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8" revision="aosp-new/master" />
OS: All → Gonk (Firefox OS)
Hardware: All → ARM
Firefox OS is not being worked on
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.