SlateDroid.com: Open source project - SlateDroid.com

Jump to content


  • 11 Pages +
  • « First
  • 4
  • 5
  • 6
  • 7
  • 8
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Open source project ZT-180 build discuss

#101 User is offline   rh+ 

  • Advanced Member
  • PipPipPip
  • Group: Jr. Member
  • Topics: 1
  • Posts: 31
  • Joined: 18-June 11

Posted 19 August 2011 - 12:59 PM

View Postfajargukguk, on 19 August 2011 - 12:24 PM, said:

please help me. I am using upad 7" and try to compile kernel. but I am not understand with this command :
1 /etc/bash.bashrc
Add export PATH=$PATH:/<gcc toolchain_xxx>/bin to last line
2 edit <kernel>/maketest.sh to your board version and run it.
I have been download toolchain_infotm_1.2.2.tar.bz2 and source. but I don't know my board version
when I try to compile I got error like this


on second page of this post i write mine steps to my first kernel.
may be usefull for you...
ZT280 C91Upg 1/8gb
ZT180 7.inch 256mb/4gb. (ROM: 0613/0618)
0

#102 User is offline   rh+ 

  • Advanced Member
  • PipPipPip
  • Group: Jr. Member
  • Topics: 1
  • Posts: 31
  • Joined: 18-June 11

Posted 19 August 2011 - 03:17 PM

View Postatp_uestc, on 18 August 2011 - 10:40 PM, said:

some messages in slatedroid which i post before lost <_<

i will upload the usb part for host and slave.
But because some reason, The 3G part code is delete, you and others can develop it by self.

good luck


yes, mine "selfmade" kernel now work with wifi network,
usb is also functional

thak you.

ps. .. and what next ?
ZT280 C91Upg 1/8gb
ZT180 7.inch 256mb/4gb. (ROM: 0613/0618)
0

#103 User is offline   atp_uestc 

  • Advanced Member
  • PipPipPip
  • Group: Jr. Member
  • Topics: 20
  • Posts: 616
  • Joined: 12-November 10

Posted 19 August 2011 - 08:37 PM

microphone problem maybe improve by modify wm8988 driver.The code we used is very old version of wm8987, everyone can search and try a new code.

next ,i think it's the hal of android, the you can download the orginal android from google ,then replace hal level, compile and works. when than you can add bt or other feature on it.
omarahum ask me to write below,although i don't know what means:

Liao Dengyan, Zenithink ROM Developer
Email: dyliao@zenithink.com
Have a question for me? Email me the link to your post here on SlateDroid.
0

#104 User is offline   fajargukguk 

  • Member
  • PipPip
  • Group: Jr. Member
  • Topics: 1
  • Posts: 16
  • Joined: 19-August 11

Posted 19 August 2011 - 09:31 PM

View Postrh+, on 19 August 2011 - 12:59 PM, said:

on second page of this post i write mine steps to my first kernel.
may be usefull for you...


I read your step but still same error. I put toolchain at my home folder /home/aditya/toolchain_infotm_1.2.2 and I edit /etc/bash.bashrc and "add export PATH=$PATH:~/aditya/toolchain_infotm_1.2.2/bin" and I change it to be "export PATH=$PATH:~/aditya/toolchain_infotm_1.2.2/arm-infotm-linux-gnueabi/bin" but I got same error again. my question what should I write in / etc / bash.bashrc? whether the toolchain should be installed, if need to install how to install toolchain?
coz I always got "arm-infotm-linux-gnueabi-gcc: Command not found"
0

#105 User is offline   atp_uestc 

  • Advanced Member
  • PipPipPip
  • Group: Jr. Member
  • Topics: 20
  • Posts: 616
  • Joined: 12-November 10

Posted 20 August 2011 - 06:02 AM

export PATH=/home/aditya/toolchain_infotm_1.2.2/bin:$PATH
omarahum ask me to write below,although i don't know what means:

Liao Dengyan, Zenithink ROM Developer
Email: dyliao@zenithink.com
Have a question for me? Email me the link to your post here on SlateDroid.
0

#106 User is offline   fajargukguk 

  • Member
  • PipPip
  • Group: Jr. Member
  • Topics: 1
  • Posts: 16
  • Joined: 19-August 11

Posted 20 August 2011 - 11:24 AM

View Postatp_uestc, on 20 August 2011 - 06:02 AM, said:

export PATH=/home/aditya/toolchain_infotm_1.2.2/bin:$PATH


yes, it's work. thanks a lot
0

#107 User is offline   merlot 

  • Advanced Member
  • PipPipPip
  • Group: Jr. Member
  • Topics: 5
  • Posts: 70
  • Joined: 27-July 10

Posted 20 August 2011 - 05:02 PM

View Postfajargukguk, on 19 August 2011 - 12:24 PM, said:

please help me. I am using upad 7" and try to compile kernel. but I am not understand with this command :
1 /etc/bash.bashrc
Add export PATH=$PATH:/<gcc toolchain_xxx>/bin to last line
2 edit <kernel>/maketest.sh to your board version and run it.
I have been download toolchain_infotm_1.2.2.tar.bz2 and source. but I don't know my board version
when I try to compile I got error like this

make: arm-infotm-linux-gnueabi-gcc: Command not found
CHK include/linux/version.h
make[1]: `include/asm-arm/mach-types.h' is up to date.
CHK include/linux/utsrelease.h
SYMLINK include/asm -> include/asm-arm
CC kernel/bounds.s
/bin/sh: arm-infotm-linux-gnueabi-gcc: not found
make[1]: *** [kernel/bounds.s] Error 127
make: *** [prepare0] Error 2
root@aditya-laptop:/home/aditya/android#

please tell me how to compile step by step


thanks

It sounds like the PATH is not set properly
Palm IIIx -> QTEK S100 -> HTC P3300 -> Iphone 3Gs (just a few weeks) -> HTC HD2 & ePad (ZT-180)
0

#108 User is offline   fajargukguk 

  • Member
  • PipPip
  • Group: Jr. Member
  • Topics: 1
  • Posts: 16
  • Joined: 19-August 11

Posted 21 August 2011 - 04:16 PM

I have other questions. From compile source I got 3 files. Image, image and uimage . I put 3 file to zt-debug folder at sd card. When I press power button and press left button ( + button) it start debug but after that I got message "debug failed press any key to continue ". Why I got this error messages? Please help me
0

#109 User is offline   rh+ 

  • Advanced Member
  • PipPipPip
  • Group: Jr. Member
  • Topics: 1
  • Posts: 31
  • Joined: 18-June 11

Posted 21 August 2011 - 04:40 PM

where did u found that files?

look for zImage file in ´out´ directory

This post has been edited by rh+: 21 August 2011 - 04:41 PM

ZT280 C91Upg 1/8gb
ZT180 7.inch 256mb/4gb. (ROM: 0613/0618)
0

#110 User is offline   fajargukguk 

  • Member
  • PipPip
  • Group: Jr. Member
  • Topics: 1
  • Posts: 16
  • Joined: 19-August 11

Posted 21 August 2011 - 09:29 PM

View Postrh+, on 21 August 2011 - 04:40 PM, said:

where did u found that files?

look for zImage file in ´out´ directory


I found from /arch/arm/boot. I found out folder but empty
0

#111 User is offline   atp_uestc 

  • Advanced Member
  • PipPipPip
  • Group: Jr. Member
  • Topics: 20
  • Posts: 616
  • Joined: 12-November 10

Posted 21 August 2011 - 11:46 PM

./maketest.sh -> out/<HW>/zImage
omarahum ask me to write below,although i don't know what means:

Liao Dengyan, Zenithink ROM Developer
Email: dyliao@zenithink.com
Have a question for me? Email me the link to your post here on SlateDroid.
0

#112 User is offline   rh+ 

  • Advanced Member
  • PipPipPip
  • Group: Jr. Member
  • Topics: 1
  • Posts: 31
  • Joined: 18-June 11

Posted 22 August 2011 - 01:53 AM

View Postfajargukguk, on 21 August 2011 - 09:29 PM, said:

I found from /arch/arm/boot. I found out folder but empty


so i guess that "error is on your site",
take a look at your display once more thoroughly

This post has been edited by rh+: 22 August 2011 - 01:55 AM

ZT280 C91Upg 1/8gb
ZT180 7.inch 256mb/4gb. (ROM: 0613/0618)
0

#113 User is offline   HAL9000 

  • Advanced Member
  • PipPipPip
  • Group: Jr. Member
  • Topics: 1
  • Posts: 454
  • Joined: 02-March 11

Posted 25 August 2011 - 03:50 AM

View Postatp_uestc, on 18 August 2011 - 10:40 PM, said:

But because some reason, The 3G part code is delete, you and others can develop it by self.

So any kernel compiled from these sources will lack 3G dongle support? Or is it just source which is not present but binaries are, leaving intact the 3G dongle support?
0

#114 User is offline   socaljj 

  • Advanced Member
  • PipPipPip
  • Group: Jr. Member
  • Topics: 5
  • Posts: 30
  • Joined: 23-April 11

Posted 25 August 2011 - 08:36 AM

Amazing. Here we have a host of people who would spend countless hours making this a better product, and the source released is incomplete at best, with no prospects of anything better. Any kernel generated would be in doubt as to it's veracity. Zenithink is crazy to not use us as a resource. I for one have stopped any development.
0

#115 User is offline   HAL9000 

  • Advanced Member
  • PipPipPip
  • Group: Jr. Member
  • Topics: 1
  • Posts: 454
  • Joined: 02-March 11

Posted 25 August 2011 - 09:43 AM

How can I compile zImage_update? I wish to make a change on the update/install process.
0

#116 User is offline   atp_uestc 

  • Advanced Member
  • PipPipPip
  • Group: Jr. Member
  • Topics: 20
  • Posts: 616
  • Joined: 12-November 10

Posted 25 August 2011 - 09:06 PM

HAL9000:
replace the cpio in our ftp, and pack the busybox ,and build image
omarahum ask me to write below,although i don't know what means:

Liao Dengyan, Zenithink ROM Developer
Email: dyliao@zenithink.com
Have a question for me? Email me the link to your post here on SlateDroid.
0

#117 User is offline   HAL9000 

  • Advanced Member
  • PipPipPip
  • Group: Jr. Member
  • Topics: 1
  • Posts: 454
  • Joined: 02-March 11

Posted 26 August 2011 - 04:57 AM

View Postatp_uestc, on 25 August 2011 - 09:06 PM, said:

HAL9000:
replace the cpio in our ftp, and pack the busybox ,and build image

Yes, I'm already using that cpio, but what I don't know at this moment is how to tell the compiler that is zImage_update what has to be created instead zImage.
0

#118 User is offline   josvl_52 

  • Advanced Member
  • PipPipPip
  • Group: Jr. Member
  • Topics: 0
  • Posts: 30
  • Joined: 03-November 10

Posted 26 August 2011 - 05:07 AM

View PostHAL9000, on 26 August 2011 - 04:57 AM, said:

Yes, I'm already using that cpio, but what I don't know at this moment is how to tell the compiler that is zImage_update what has to be created instead zImage.


i think zImage_update is just an empty file. better to create it manually.
0

#119 User is offline   HAL9000 

  • Advanced Member
  • PipPipPip
  • Group: Jr. Member
  • Topics: 1
  • Posts: 454
  • Joined: 02-March 11

Posted 26 August 2011 - 06:30 AM

View Postjosvl_52, on 26 August 2011 - 05:07 AM, said:

i think zImage_update is just an empty file. better to create it manually.

No, it isn't. You're talking of the "command" files. "zImage_update" is an special kernel made to do some update/install processes.
0

#120 User is offline   josvl_52 

  • Advanced Member
  • PipPipPip
  • Group: Jr. Member
  • Topics: 0
  • Posts: 30
  • Joined: 03-November 10

Posted 26 August 2011 - 07:44 AM

View PostHAL9000, on 26 August 2011 - 06:30 AM, said:

No, it isn't. You're talking of the "command" files. "zImage_update" is an special kernel made to do some update/install processes.


you are right. my zIimage_update contains 0 bytes howver. this can explain some strang issues here.
so you helped me without even knowing :-) thanks, i'll download the correct version.
0

Share this topic:


  • 11 Pages +
  • « First
  • 4
  • 5
  • 6
  • 7
  • 8
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users