|
||||
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
Rhod does not have 3d yet.. every other device does. So right now it actually doesnt do anything..
__________________
|
|
||||
Re: NAND boot testing. Test 5: SOUND!!!!/Test 7: Single NBH/Serialno/tilt2 fix
Right now most of the code we are writing is only for the rhod. We can try to update some of the topaz code as well but we will need someone with the ability to compile and test the kernel. If anything i think Kovsky or blackstone might be next in line for nand since they have active kernel devs. But I'm not sure yet ..
Do you know how to compile the kernel ? if so, feel free to test. |
|
||||
Re: NAND boot testing. Test 5: SOUND!!!!/Test 7: Single NBH/Serialno/tilt2 fix
Wozz: u saw my last commit ? .. got some basic usb functionality. its still a lil buggy but nothing that cant be worked out. Now i just wish that damn battery meter would work
|
|
||||
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. |
|
|
|