|
||||
Re: NAND boot testing. Test 5: SOUND!!!!/Test 7: Single NBH/Serialno/tilt2 fix
I was wondering if someone could help me out here, Im trying to flash back to winmo rom via sd. I made sure the partition was fat32, I renamed the nbh to "RHODIMG.NBH" and start up the bootloader by holding vol down and power. Everytime I do this I get this very quick message that says "no image found", i am using 1.00.Olinex (H?)spl. Can someone help me in the right direction?
edit: Also, the reason I'm posting this here is because I tried the nbh from here for RHOD400. Last edited by doctaval; 09-20-2010 at 11:36 PM. Reason: reasoning behind post to the thread |
|
||||
Re: NAND boot testing. Test 5: SOUND!!!!/Test 7: Single NBH/Serialno/tilt2 fix
Quote:
linux-msm-rhod-nand in ACL - Gitorious htc_msm_android_defconfig is our def config the standard android toolchain. I dont know the specifics of that.
__________________
|
|
||||
Wirelessly posted (Opera/9.80 (Windows Mobile; Opera Mini/5.1.21594/20.2463; U; en) Presto/2.5.25)
Quote:
|
|
||||
Re: NAND boot testing. Test 5: SOUND!!!!/Test 7: Single NBH/Serialno/tilt2 fix
Quote:
When I launch android via HaReT, I have about 40MB of RAM free in windows. In Android I have about 90-105 MB free, so the free RAM in android has nothing to do with the free RAM in wince... |
|
||||
Re: NAND boot testing. Test 5: SOUND!!!!/Test 7: Single NBH/Serialno/tilt2 fix
OK, so I got everything set up and grabbed google's android toolchain. When compiling, it seemed to be going OK with a few warnings until it hit board-htcrhodium.c
I have attached the log file. I also tried using the code sourcery toolchain (both 2008q3 and 2010q1), and they both had fatal errors compiling board-htcrhodium.c as well. |
|
||||
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 CONFIG_USB_FUNCTION is not set <-- must be disabled CONFIG_USB_FUNCTION_MSM_HSUSB is not set <-- must be disabled |
|
||||
Re: NAND boot testing. Test 5: SOUND!!!!/Test 7: Single NBH/Serialno/tilt2 fix
Quote:
Here's what I've done so far: git clone git://gitorious.org/~acl/linux-on-qualcomm-s-msm/linux-msm-rhod-nand.git cd kernel git checkout -b htc-msm origin/htc-msm make ARCH=arm htc_msm_android_defconfig make ARCH=arm CROSS_COMPILE=/home/nathan/toolchains/google/arm-eabi-4.4.0/bin/arm-eabi- zImage I just tested building the main git and everything compiled perfectly. I'll take a look through the code when I get home to see if I can notice a missing bracket anywhere. I would say I have somewhere between beginner and intermediate Java coding skills, so it probably won't be too helpful, but it seems it is always an ending quote, parenthesis, or bracket... Last edited by natemcnutty; 09-21-2010 at 08:49 PM. |
|
||||
Re: NAND boot testing. Test 5: SOUND!!!!/Test 7: Single NBH/Serialno/tilt2 fix
Ha, I'm not much of a programmer anymore, but this used to drive me NUTS in C++... the error was always so vague, but it was usually right near the problem line - so I guess in that sense it was fairly easy to debug
|
|
|
|