PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   Android On TP2 Development (http://forum.ppcgeeks.com/forumdisplay.php?f=319)
-   -   [NAND ROM] - Rom Dev only (http://forum.ppcgeeks.com/showthread.php?t=140978)

[ACL] 02-16-2011 05:42 PM

[NAND ROM] - Rom Dev only
 
Coming soon

[ACL] 02-16-2011 06:12 PM

Re: [nand rom] -tba
 
Mr. X says: Reserved for updates, or LOLcats <-- thanks buddy

Update 3/1/2011 :

Some good testing went on and we are close to getting this done. Right now one bug that still needs to get resolved is the lack of cdma data. We know what caused it and how to fix it, just havent gotten around to do it yet so if you have gotten as far as booting but have no cdma data. Hang tight we are almost there.

Update 3/6/2011 :

Thanks to Boominsvx for getting my tp2 on boostmobile. cdma data issue has been fixed and its undergoing more testing. We still need more talent to be able to identify bugs and communicate the root cause properly. For example "it doesnt work" is unacceptable. Need logs and a logic behind it.

Testing on a cyanogen build has started. A dev version will be released soon. Nothing is working yet but it boots.

Update 3/9/2011 :

Cyanogen is too unstable right now. So concentrating on Gingerbread. Frx5 is ready for nand testing thanks to lmiller. We seem to have some camera issues but that may be kernel related meaning i need to get to work :-p.

Update 3/12/2011:

Frx5 is finally stable and installable. Thanks to all how helped test it. The recovery/installer is being worked on right now and hopefully will be done by mid next week. Eventually i need to head back to working on the kernel to bring the rest of the features over, but that wont happen until we are able to backup/restore and update via the recovery so for those of you who have kernel complaints, dont worry i am a kernel dev after all.lol.

Update 3/17/2011:

Release will be out this week.

siraloz 02-16-2011 06:24 PM

Re: [nand rom] -tba
 
Quote:

Originally Posted by [ACL] (Post 2057105)
jeez bro i was about to reserve the second post and now you f*cked it up.

thats 10 times more rude than my comment :-p


LoL...

NAND is GRAND! :-) I am just a Noob. So I'll stay put!

Some catch phrases...

arrrghhh 02-16-2011 06:32 PM

Re: [nand rom] -tba
 
I love to sing-a... about the moon-a and the june-a and the spring-a... I love to sing-a.

The promise this thread has makes me smile... NAND ho! Full speed ahead! :D

gonzo 02-16-2011 06:52 PM

Re: [nand rom] -tba
 
I was just handed a retired Sprint TP2 today. I am at your disposal. :)

thanks & looking forward to it.

Lmiller1708 02-16-2011 08:55 PM

Re: [NAND ROM] - Rom Dev only
 
:headbang:Nice! More people to help the better! :headbang:

MassStash 02-16-2011 08:58 PM

Re: [NAND ROM] - Rom Dev only
 
did i miss this "commited" stuff?

[ACL] 02-16-2011 09:46 PM

Re: [NAND ROM] - Rom Dev only
 
Quote:

Originally Posted by MassStash (Post 2057185)
did i miss this "commited" stuff?

yup ... you did nand kernel is the same. What changed is the initrd we use for installing on nand. Its all in the tinboot git repo.

the xdandroid itself is not on git. That im only sending to a few individuals who PMed me.

MassStash 02-16-2011 11:10 PM

Re: [NAND ROM] - Rom Dev only
 
anyone help with this trying to compile with latest tinboot commit?

makexip.sh: 24: arm-eabi-as: not found
makexip.sh: 25: arm-eabi-objcopy: not found

odz 02-16-2011 11:34 PM

Re: [NAND ROM] - Rom Dev only
 
Quote:

Originally Posted by MassStash (Post 2057243)
anyone help with this trying to compile with latest tinboot commit?

makexip.sh: 24: arm-eabi-as: not found
makexip.sh: 25: arm-eabi-objcopy: not found


You need a arm-eabi cross compiler installed

try
http://sourceforge.net/projects/devkitpro/files/devkitARM/

Make sure you include it in your Environment.

MassStash 02-17-2011 01:26 AM

Re: [NAND ROM] - Rom Dev only
 
Quote:

Originally Posted by odz (Post 2057255)
You need a arm-eabi cross compiler installed

try
devkitPro - Browse /devkitARM at SourceForge.net

Make sure you include it in your Environment.

jigga, nah. i needed this:

$TOOLCHAIN_PATH-as tinboot/tinboot2.S -o tinboot.o --defsym $1=1 --defsym MTYPE=2292 --defsym hw3d=1
$TOOLCHAIN_PATH-objcopy tinboot.o -O binary tinbootxip
mv tinbootxip xip/$1

ndno 02-17-2011 01:37 AM

Re: [NAND ROM] - Rom Dev only
 
Quote:

Originally Posted by MassStash (Post 2057243)
anyone help with this trying to compile with latest tinboot commit?

makexip.sh: 24: arm-eabi-as: not found
makexip.sh: 25: arm-eabi-objcopy: not found

Looks like your cross-compiler is not set up or the location of it is not in your $PATH.

Edit: never mind, you figured it out... sorry, I'm just an interested lookie loo. I'll stay out of this thread as ACL stated. LOL at the 2nd post... classic!

[ACL] 02-17-2011 12:01 PM

Re: [NAND ROM] - Rom Dev only
 
First round of PMs went out. For those of you who have a GSM rhod and have some kernel experience, then help fix that portion as none of us have gsm rhods.

midnight88 02-17-2011 04:04 PM

Re: [NAND ROM] - Rom Dev only
 
I'm midnight on neopeek forum and helicopter88 on xda(the chef of Huawei port)
I'm interested in nand,but i have a diam100
A question,is better to use Ubuntu or Fedora for kernel/tinboot compiling?

Lmiller1708 02-17-2011 04:43 PM

Re: [NAND ROM] - Rom Dev only
 
Quote:

Originally Posted by midnight88 (Post 2057528)
I'm midnight on neopeek forum and helicopter88 on xda(the chef of Huawei port)
I'm interested in nand,but i have a diam100
A question,is better to use Ubuntu or Fedora for kernel/tinboot compiling?

We currently use Ubuntu. But this is only for the TP2...

midnight88 02-17-2011 04:57 PM

Re: [NAND ROM] - Rom Dev only
 
Quote:

Originally Posted by Lmiller1708 (Post 2057548)
We currently use Ubuntu. But this is only for the TP2...

I know is TP2 only,but maybe it can be ported,and I'll have to install ubuntu...

Lmiller1708 02-17-2011 05:01 PM

Re: [NAND ROM] - Rom Dev only
 
Quote:

Originally Posted by midnight88 (Post 2057553)
I know is TP2 only,but maybe it can be ported,and I'll have to install ubuntu...

Ok! That's what I was hoping you were going to say. :)

Welcome! Nate put together a really good guide HERE to get started in Ubuntu, not too sure what the differences are between the two systems but if you want to try Fedora go right ahead.

midnight88 02-17-2011 05:05 PM

Re: [NAND ROM] - Rom Dev only
 
OT:To me fedora seems faster,and the differences i saw are in the install of software and in gaining root/superuser access
Tomorrow(italian tomorrow)will try to compile a kernel and/or tinboot,as someone told me,the thing that needs to be fixed is mtype in tinboot.s

Lmiller1708 02-17-2011 05:29 PM

Re: [NAND ROM] - Rom Dev only
 
Quote:

Originally Posted by midnight88 (Post 2057558)
OT:To me fedora seems faster,and the differences i saw are in the install of software and in gaining root/superuser access
Tomorrow(italian tomorrow)will try to compile a kernel and/or tinboot,as someone told me,the thing that needs to be fixed is mtype in tinboot.s

The mtype is correct but the RAM_SIZE is what we can not fine.

bheremans 02-18-2011 03:24 AM

Re: [NAND ROM] - Rom Dev only
 
I have been following this thread some time. I downloaded / compiled all the stuff with some minor modifications for mij topa100.

I have the full nand version installed. but it hangs like previous versions on SMD OPENING like the RHOD 100 GSM models. I was wondering if RHOD100 GSM / TOPA100 would boot if these changes : linux-msm in Linux on Qualcomm's MSM - Gitorious where merged in the nand kernel.

PS : There is omething wrong with the makenbh / payload file in the bootenv in git.

Lmiller1708 02-18-2011 08:34 AM

Re: [NAND ROM] - Rom Dev only
 
Quote:

Originally Posted by bheremans (Post 2057851)
I have been following this thread some time. I downloaded / compiled all the stuff with some minor modifications for mij topa100.

I have the full nand version installed. but it hangs like previous versions on SMD OPENING like the RHOD 100 GSM models. I was wondering if RHOD100 GSM / TOPA100 would boot if these changes : linux-msm in Linux on Qualcomm's MSM - Gitorious where merged in the nand kernel.

PS : There is something wrong with the makenbh / payload file in the bootenv in git.

See my Post HERE. The *.sh files in the tinboot-linux-msn folder need to be updated. I will work on that today and pass them to ACL. :) But for the mean time use the above link to get you flashing.

EDIT: Didn't read your post fully. ;) You P.S is the only thing I answered for you. ACL should be able to help out with the rest.

[ACL] 02-18-2011 12:55 PM

Re: [NAND ROM] - Rom Dev only
 
I'll work on the autobuild to release NHBs and Android updates automatically for the future for all the chefs so yall dont have to build your own kernels. Sorry for not doing this before but i really wanted to get more people involved.

Lmiller1708 02-18-2011 01:07 PM

Re: [NAND ROM] - Rom Dev only
 
Quote:

Originally Posted by [ACL] (Post 2057983)
I'll work on the autobuild to release NHBs and Android updates automatically for the future for all the chefs so yall dont have to build your own kernels. Sorry for not doing this before but i really wanted to get more people involved.

Good Idea ACL! Not much needs to be changed in the NBH anyway besides the kernal...

[ACL] 02-19-2011 05:18 AM

Re: [NAND ROM] - Rom Dev only
 
Done. I havent had a chance to test it but the script was updated to use the latest poop

Index of /files/rhodium_nand/

NBH and matching android update for the modules. The rest of the stuff (androidinstall and install script) remains the same.

MassStash 02-19-2011 01:31 PM

Re: [NAND ROM] - Rom Dev only
 
no good bro, got another one for me?>

[ACL] 02-20-2011 01:00 AM

Re: [NAND ROM] - Rom Dev only
 
Quote:

Originally Posted by MassStash (Post 2058350)
no good bro, got another one for me?>

Not sure buddy.. works for me. Where are you failing ?

arrrghhh 02-20-2011 02:52 AM

Re: [NAND ROM] - Rom Dev only
 
Quote:

Originally Posted by [ACL] (Post 2058598)
Not sure buddy.. works for me. Where are you failing ?

We both get stuck at the initial boot logo screen. I believe mine is 'OEM', and it's the white background with the green HTC logo. The very first splash you see in other words - just hangs there forever. Never gets past it...

When I was making those messed up nbh's, I would at least see Android trying to install - it was just failing to find /dev/mtd.

Not sure what we're doing wrong, other than flashing via SD maybe? Lmiler thought that was the issue, I haven't tried via USB, but MassStash said he did and it failed as well...

[ACL] 02-20-2011 04:43 AM

Re: [NAND ROM] - Rom Dev only
 
Quote:

Originally Posted by arrrghhh (Post 2058621)
We both get stuck at the initial boot logo screen. I believe mine is 'OEM', and it's the white background with the green HTC logo. The very first splash you see in other words - just hangs there forever. Never gets past it...

When I was making those messed up nbh's, I would at least see Android trying to install - it was just failing to find /dev/mtd.

Not sure what we're doing wrong, other than flashing via SD maybe? Lmiler thought that was the issue, I haven't tried via USB, but MassStash said he did and it failed as well...

what, so you arent even flashing ? ahh no good. I just tried the downloaded version and reinstalled it completely wit no issues. Actually it's too perfect :-p .. Ok, so try flashing another way i suppose.

Do you get the double vibration or just it freezes there ? If it just stays frozen and there is no double vibration, then its a bad flash. If you get the double vibration but there is no black screen with log, means the kernel is crashing somewhere.

Also i always flash via SD. Its just how i do and thats why i always name my images rhodimg.

Lmiller1708 02-20-2011 09:42 AM

Re: [NAND ROM] - Rom Dev only
 
Guys Try using this NBH... Use the same androidupdate.tar I gave you yesterday.

I added Rhod500 back in because it looks like this line needs it at the $1:

$TOOLCHAIN_PATH-as tinboot/tinboot2.S -o tinboot.o --defsym $1=1 --defsym MTYPE=2292 --defsym hw3d=1


Not sure if it will work or not... But It's worth a try.
It's just really weird that it worked just fine for me and ACL but no one else. (Or we have really special phones:headbang:)

Sounds like it doesn't matter how you flash it either. ;)
Good luck!

Edit: Removed Attachment... Didn't work!

arrrghhh 02-20-2011 12:49 PM

Re: [NAND ROM] - Rom Dev only
 
I'll try this again shortly. Thanks Lmiller!

[ACL] - bad flash for sure. Never get the double vibe. I'll post back with results... hopefully good ones! :D

natemcnutty 02-20-2011 01:52 PM

Re: [NAND ROM] - Rom Dev only
 
Just as a heads up, the NBH's don't work for me using the rhod_layout partition table, but if I use the old method, it boots right up. I've tested this with the latest initrd.gz and zImage. I'll try hex-editing ACL or LMiller's NBH to change the partition to the same as the previous one was and see if I have the same results.

Unfortunately, if I change to the old partition layout, it says it can't find the root partition. Perhaps that needs to be added back into the init for initrd? I'll play with that later today as well.

MassStash 02-20-2011 02:29 PM

Re: [NAND ROM] - Rom Dev only
 
which androidupdate yesterday?

arrrghhh 02-20-2011 02:49 PM

Re: [NAND ROM] - Rom Dev only
 
Quote:

Originally Posted by MassStash (Post 2058741)
which androidupdate yesterday?

Still doesn't work bro. We'll sort it out.

[ACL] 02-20-2011 02:54 PM

Re: [NAND ROM] - Rom Dev only
 
Quote:

Originally Posted by Lmiller1708 (Post 2058657)
Guys Try using this NBH... Use the same androidupdate.tar I gave you yesterday.

I added Rhod500 back in because it looks like this line needs it at the $1:

$TOOLCHAIN_PATH-as tinboot/tinboot2.S -o tinboot.o --defsym $1=1 --defsym MTYPE=2292 --defsym hw3d=1


Not sure if it will work or not... But It's worth a try.
It's just really weird that it worked just fine for me and ACL but no one else. (Or we have really special phones:headbang:)

Sounds like it doesn't matter how you flash it either. ;)
Good luck!

well our phones have been wiped many times already ..lol.. probably got used to it. Sounds like Nate is up to something so let see his results.

[ACL] 02-20-2011 02:56 PM

Re: [NAND ROM] - Rom Dev only
 
Quote:

Originally Posted by arrrghhh (Post 2058745)
Still doesn't work bro. We'll sort it out.

maybe try a good ol fashioned task 29 or whatever task wipes everything ?

Just tried again on my second rhod. Works like a charm .. So something is messing up your flash. Bad sd ? possible bad blocks on nand?

time for some mtty ?

Lmiller1708 02-20-2011 02:56 PM

Re: [NAND ROM] - Rom Dev only
 
Quote:

Originally Posted by [ACL] (Post 2058747)
well our phones have been wiped many times already ..lol.. probably got used to it. Sounds like Nate is up to something so let see his results.

Yup! :) Hopefully he finds something. Working with arrrghhh on Xdandroid chat now. Trying a couple of things... But so far not working. :(

arrrghhh 02-20-2011 02:58 PM

Re: [NAND ROM] - Rom Dev only
 
Task29 is on the list, it's been a while since I've done one of those...

I also have a couple of other SD's, but honestly it doesn't seem to be making it to that stage... I could be wrong tho. If the task29 doesn't do anything, another SD is on the list.

Thanks for the help, we'll figure this out...

Task29, 3 different SD cards... Still status quo. Not sure what's up with this...

MassStash 02-20-2011 03:13 PM

Re: [NAND ROM] - Rom Dev only
 
it was working before with your compiles argh, i dont think its card. we need something from nate to try, like the no rhod_payload to see if we can just get to that stage with our particular phone....

arrrghhh 02-20-2011 03:52 PM

Re: [NAND ROM] - Rom Dev only
 
Well, we found that I was able to flash the old image that blew up data on every reboot... but when I tried to flash with the new table it fails... just hangs at the initial boot screen.

Seems it is that new table...

Lmiller1708 02-20-2011 03:54 PM

Re: [NAND ROM] - Rom Dev only
 
Quote:

Originally Posted by arrrghhh (Post 2058769)
Well, we found that I was able to flash the old image that blew up data on every reboot... but when I tried to flash with the new table it fails... just hangs at the initial boot screen.

Seems it is that new table...

I will have a look at the new table tomorrow and hopefully have something for you guys to test tomorrow!


All times are GMT -4. The time now is 09:40 PM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0