Page 72 of 124 FirstFirst ... 2262707172737482122 ... LastLast
Results 711 to 720 of 1233

Thread: Linux on 7" mini netbook ARM-VT8500 ?

  1. #711
    Join Date
    Apr 2010
    Beans
    21

    Re: Linux on 7" mini netbook ARM-VT8500 ?

    Hi,
    sorry, I'm still with Android: Do we have an IMEI?
    The settings informs about kernel version, mac-adress and such, but I cant find an IMEI. It is needed to register some Apps...

  2. #712
    Join Date
    Apr 2010
    Beans
    30

    Re: Linux on 7" mini netbook ARM-VT8500 ?

    Quote Originally Posted by ch4rlii View Post
    Hi,
    sorry, I'm still with Android: Do we have an IMEI?
    The settings informs about kernel version, mac-adress and such, but I cant find an IMEI. It is needed to register some Apps...
    Nope. Not a phone, no IMEI.

  3. #713
    Join Date
    Aug 2008
    Beans
    5

    Re: Linux on 7" mini netbook ARM-VT8500 ?

    So what exactly is this android system that's being passed around for the WM8505? Is it Debian running on the Android kernel?

    If someone could detail how to set this up for a newbie I would be grateful. I've never messed with compiling and I'm not sure how to approach installing on something without a bios.

    Thanks,
    -TG

  4. #714
    Join Date
    Apr 2010
    Location
    france
    Beans
    42

    Re: Linux on 7" mini netbook ARM-VT8500 ?

    for android:
    dl the .zip of posts 651 or 656.
    unzip
    put on a sd card
    boot on it.
    it's done.

    for debian (on the android kernel):
    ...
    wait the feedbacks.
    Last edited by mmanu; April 15th, 2010 at 05:56 AM.

  5. #715
    Join Date
    Apr 2010
    Beans
    30

    Re: Linux on 7" mini netbook ARM-VT8500 ?

    Quote Originally Posted by Tazergnome View Post
    So what exactly is this android system that's being passed around for the WM8505? Is it Debian running on the Android kernel?

    If someone could detail how to set this up for a newbie I would be grateful. I've never messed with compiling and I'm not sure how to approach installing on something without a bios.
    The Android system you see around is just that: an Android system.
    The Debian system uses the Android kernel and wi-fi driver, but everything else is Debian.

    I've further simplified the install-to-device procedure. This is about as simple as it gets!
    Instructions:
    http://bur.st/~abrasive/wm8505_linux/INSTALL

  6. #716
    Join Date
    Apr 2010
    Beans
    21

    Re: Linux on 7" mini netbook ARM-VT8500 ?

    Hi,
    @debian users: Could you post the answer of "free -m" with X11 running?
    In Android, the advanced task manager says 44MB free...
    I still doubt 128MB are enough for debian.
    Thanks!

  7. #717
    Join Date
    Apr 2010
    Beans
    30

    Re: Linux on 7" mini netbook ARM-VT8500 ?

    Quote Originally Posted by ch4rlii View Post
    Hi,
    @debian users: Could you post the answer of "free -m" with X11 running?
    In Android, the advanced task manager says 44MB free...
    I still doubt 128MB are enough for debian.
    Thanks!
    40mb used, 64mb free; that's with X11 and dwm, nothing else.

  8. #718
    Join Date
    Apr 2010
    Beans
    21

    Re: Linux on 7" mini netbook ARM-VT8500 ?

    Thanks! This is pleasant

  9. #719
    Join Date
    Feb 2010
    Beans
    17

    Question Re: Linux on 7" mini netbook ARM-VT8500 ?

    No success

    Everytime I get this:
    **************************

    Preparing to install Linux root filesystem...
    Attempting to mount SD card:
    Can't find SD card, giving up.
    sleep 5
    exit 0
    fi

    if [ ! -x /mnt/sd/extpart.tgz ]
    then
    echo Cant find ext.part.tgz on SD card!

    Please Enter to activate this console

  10. #720
    Join Date
    Apr 2010
    Beans
    30

    Re: Linux on 7" mini netbook ARM-VT8500 ?

    Quote Originally Posted by mikkoj View Post
    No success

    Everytime I get this:
    **************************

    Preparing to install Linux root filesystem...
    Attempting to mount SD card:
    Can't find SD card, giving up.
    Can you enter the console (just hit Enter) and grab the output of the following:
    Code:
     ls /dev/mmcblk0* 
    ls /mnt/mmcblk0*
    If you find your partition (eg. as mmcblk0p1) you should be able to
    Code:
     mount /dev/mmcblk0p1 /mnt/sd 
    mount /dev/mtdblock9 /mnt/mtd 
    tar xzf /mnt/sd/extpart.tgz -C /mnt/mtd
    which will complete your install.

Page 72 of 124 FirstFirst ... 2262707172737482122 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •