|
|
|
||||
|
Re: NAND boot testing. Test 5: SOUND!!!!/Test 7: Single NBH/Serialno/tilt2 fix
For the 3rd time, I don't have a topaz to test, so someone else will have to check it for the topaz. I can't do any debugging/troubleshooting without one.
__________________
I do this because I love helping people and a challange, but if you want: Donate some beer to my stomach.
|
|
||||
|
Re: NAND boot testing. Test 5: SOUND!!!!/Test 7: Single NBH/Serialno/tilt2 fix
Did you forget to commit a new def file?
drivers/usb/function/msm_hsusb.c: In function 'usb_probe': drivers/usb/function/msm_hsusb.c:1949: error: 'OTGSC_INTR_MASK' undeclared (first use in this function) drivers/usb/function/msm_hsusb.c:1949: error: (Each undeclared identifier is reported only once drivers/usb/function/msm_hsusb.c:1949: error: for each function it appears in.) |
|
||||
|
Re: NAND boot testing. Test 5: SOUND!!!!/Test 7: Single NBH/Serialno/tilt2 fix
Quote:
CONFIG_USB_GADGET=y CONFIG_USB_GADGET_VBUS_DRAW=500 CONFIG_USB_GADGET_SELECTED=y CONFIG_USB_GADGET_MSM_72K=y CONFIG_USB_MSM_72K=y CONFIG_USB_GADGET_DUALSPEED=y CONFIG_USB_ANDROID=y CONFIG_USB_ANDROID_ACM=y CONFIG_USB_ANDROID_ADB=y CONFIG_USB_ANDROID_DIAG=y CONFIG_USB_ANDROID_MASS_STORAGE=y CONFIG_USB_ANDROID_RNDIS=y and disable usb_function like below # USB Function Support # CONFIG_USB_FUNCTION is not set that was it.. im still changes more changes because the mounting sdcard causes errors. |
|
||||
|
Re: NAND boot testing. Test 5: SOUND!!!!/Test 7: Single NBH/Serialno/tilt2 fix
Added the new config. Still getting the same error.
Edit: trying a make clean, seeing if that fixes it. Edit2: nope, didn't fix it. Last edited by WoZZeR999; 09-11-2010 at 05:10 PM. |
|
||||
|
Re: NAND boot testing. Test 5: SOUND!!!!/Test 7: Single NBH/Serialno/tilt2 fix
Same error acl. Wasn't that def in one of the .h files? did it get removed?
|
|
||||
|
Re: NAND boot testing. Test 5: SOUND!!!!/Test 7: Single NBH/Serialno/tilt2 fix
Added the stuff from this commit: Commit in linux-msm-rhod-nand in Linux on Qualcomm's MSM - Gitorious
Stopped the errors, I get this now: drivers/usb/function/msm_hsusb.c:1889: error: 'struct msm_hsusb_platform_data' has no member named 'phy_shutdown' Edit: Whoops, edited wrong config Do we need this file as well? - #include <linux/usb/android_composite.h> Found one from a different git. it seems to build now. Last edited by WoZZeR999; 09-11-2010 at 06:01 PM. |
|
||||
|
Re: NAND boot testing. Test 5: SOUND!!!!/Test 7: Single NBH/Serialno/tilt2 fix
Quote:
|
|
||||
|
Re: NAND boot testing. Test 5: SOUND!!!!/Test 7: Single NBH/Serialno/tilt2 fix
Quote:
No, it was my fault. I edited the wrong config. It's all working now. |
![]() |
|
|
|