Join Today
+ Reply to Thread
Page 1 of 6 12345 ... LastLast
Results 1 to 10 of 51
Like Tree3Likes

Thread: sdhc support

  1. #1
    Join Date
    Oct 2007
    Location
    Odessa, Ukraine
    Posts
    124

    Default sdhc support

    http://ezxdev.org/qtopia/patches/2.4...-sdhc.patch.gz

    tested on 4gb sdhc card: read ok (except last 60 bytes. wtf? ) write ok.
    Lubomyr, sabrod and marcolnx like this.

  2. #2
    Join Date
    Mar 2008
    Location
    just at the other end of the line.
    Posts
    879

    Default

    Great! congrats...
    Muromec, you are a motorola firmware predator already, but if qtopia bring sdhc support, they are finished!
    Last edited by sabrod; 03-20-2009 at 08:44 PM.

  3. #3
    Join Date
    Nov 2008
    Location
    Mexico
    Posts
    16

    Default HI

    Hi can you tell me How to instal it on my a1200e

    (this patch suports sdhc with 8gb)

    Thanks!!!

  4. #4
    Join Date
    Nov 2008
    Location
    Mexico
    Posts
    16

    Default HI

    Hi can you tell me How to instal it on my a1200e, i'm noob on this hehe

    (this patch suports sdhc with 8gb)

    Thanks!!!

  5. #5
    Join Date
    Mar 2008
    Location
    just at the other end of the line.
    Posts
    879

    Default

    It's hard... requires cross compiling and linux kernel development setup and knowledge, with mkezx toolchain i guess.
    (It's a patch against the kernel driver, so you need to rebuild the kernel after patching...)
    I'd like if there was any tutorial, afaik, there is the motorola .doc in the kernel sources, but it's quite useless . And also, the kernel released by moto is afaik not functionnal, if you compile it without changing some bits....
    I never been able to build anything for my A910, at least, but is it better on A1200??.
    Last edited by sabrod; 03-20-2009 at 08:13 PM.

  6. #6
    Join Date
    Nov 2008
    Location
    Mexico
    Posts
    16

    Default

    I would like to compile this, but.. my linux knowledge is very poor

  7. #7
    Join Date
    Oct 2007
    Location
    Odessa, Ukraine
    Posts
    124

    Default

    here is prebuild kernel for a1200 with qtopia: http://ezxdev.org/qtopia/temp/vmlinuz_sdhc15

    you need to add 2048 bytes of zeros to beginning of this file and flash it to /dev/mtd7 with flashcp.

    first you need to place this file somewhere on phone. go to that dir and use this commands to flash:

    Code:
    dd if=/dev/zero bs=2048 count=1 of=mtd7 # make 2048 zeros
    cat vmlinuz_sdhc15 >> mtd7 # append kernel to same file
    flashcp -v mtd7 /dev/mtd7 # flash
    this not works with regular motorola fw`s, only with angstrom/qtopia

  8. #8
    Join Date
    Mar 2008
    Location
    just at the other end of the line.
    Posts
    879

    Default

    Ah, yeah, thanks to satisfy my hanger of tests.
    i'll try if for sure later tonight ... a good occasion to try phonetools, too .
    i'll use this windows box and RSD for that, and try these autobuilds, too, but i feel a little bit like a loser because i can't figure out what to do to compile my custom 2.4 A910' kernel... (except injuring motorola and ask them for a source cleanup...) .
    Maybe i'll use the hainan code and only patch the mmc/ wifi related bits... but damn, it seems hard!
    Last edited by sabrod; 03-22-2009 at 07:03 PM.

  9. #9
    Join Date
    Oct 2007
    Location
    Odessa, Ukraine
    Posts
    124

    Default

    >i can't figure out what to do to compile my custom 2.4 A910' kernel.

    get source, copy config from arch/arm/def-configs/ezx-<phonecodehane>, run

    Code:
    make CROSS_COMPILE=arm-linux- ARCH=arm oldconfig 
    make CROSS_COMPILE=arm-linux- ARCH=arm deps 
    make CROSS_COMPILE=arm-linux- ARCH=arm zImage
    arm-linux-gcc should be in your path. if you have no toolchain, use this: http://ezxdev.org/qtopia/sdk/old/arm-linux-ezx.tar.bz2
    Last edited by muromec; 03-21-2009 at 08:25 PM.

  10. #10
    Join Date
    Mar 2008
    Location
    just at the other end of the line.
    Posts
    879

    Default

    I compile it without much problems, but nothing is true on the sources, i never could make it to work...


 
+ Reply to Thread
Page 1 of 6 12345 ... LastLast

Similar Threads

  1. E6 patch - SDHC and SD support
    By epinter in forum E6 General Chat
    Replies: 42
    Last Post: 06-22-2011, 04:23 PM
  2. support SDHC for E6/E6E
    By lovegff in forum E6 General Chat
    Replies: 149
    Last Post: 03-25-2010, 03:56 PM
  3. help...format 8g sdhc card
    By sam_fisher in forum E6 General Chat
    Replies: 1
    Last Post: 09-09-2009, 05:27 PM
  4. SD or SDHC???wats ur suggestion??
    By vinayinfo in forum E6 General Chat
    Replies: 10
    Last Post: 08-03-2009, 11:23 AM
  5. what is Sdhc kernel ?
    By ravisoni7 in forum E6 General Chat
    Replies: 16
    Last Post: 07-14-2009, 11:37 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Single Sign On provided by vBSSO

Search Engine Optimization by vBSEO 3.6.0 RC 1