Thanks
Ubuntu Linux 11.04 (natty) on Vega (update 13/4)
#41
Posted 05 March 2011 - 05:28 PM
Thanks
#42
Posted 05 March 2011 - 05:34 PM
this is boot.img I made http://www.mediafire...4nm8je4uktpu0r8
change your device to recovery mode and install its driver.
put the boot.img file to the flash tool directory .
writecmd to the run and go to the files where you put . For example you put nvflash to c:
cd c:\nvflash
and then use this command to install boot.img
nvflash -w --bl bootloader.bin --download 7 boot.img --go
And wait until the operation finish .
I must say that everything is your responsibility .
but the big problem is as I said I still couldn.t see desktop
#43
Posted 05 March 2011 - 05:37 PM
nevermind41, on Mar 5 2011, 17:34, said:
this is boot.img I made http://www.mediafire...4nm8je4uktpu0r8
change your device to recovery mode and install its driver.
put the boot.img file to the flash tool directory .
writecmd to the run and go to the files where you put . For example you put nvflash to c:
cd c:\nvflash
and then use this command to install boot.img
nvflash -w --bl bootloader.bin --download 7 boot.img --go
And wait until the operation finish .
I must say that everything is your responsibility .
but the big problem is as I said I still couldn.t see desktop
#44
Posted 05 March 2011 - 05:53 PM
Quote
cd c:\nvflash
and then use this command to install boot.img
nvflash -w --bl bootloader.bin --download 7 boot.img --go
(
Thanks
Edited by Panayioti, 05 March 2011 - 05:54 PM.
#45
Posted 05 March 2011 - 06:03 PM
Panayioti, on Mar 5 2011, 19:53, said:
Thanks
this install process for windows
download both files
extract them to c:
for example c:\nvflash
put the boot.img in c:\nvflash too
enter cmd to run
write c:\nvflash to cmd and enter
if your device is in recovery mode ad also you installed its driver
write
nvflash -w --bl bootloader.bin --download 7 boot.img --go
and enter it begins to instal boot.img process .
and also extracting the vega_root.tgz to put your sdcard you need linux . and also You must have ext4 partition in your sdcard
#46
Posted 05 March 2011 - 06:11 PM
nevermind41, on Mar 5 2011, 18:03, said:
this install process for windows
download both files
extract them to c:
for example c:\nvflash
put the boot.img in c:\nvflash too
enter cmd to run
write c:\nvflash to cmd and enter
if your device is in recovery mode ad also you installed its driver
write
nvflash -w --bl bootloader.bin --download 7 boot.img --go
and enter it begins to instal boot.img process .
and also extracting the vega_root.tgz to put your sdcard you need linux . and also You must have ext4 partition in your sdcard
#47
Posted 05 March 2011 - 06:32 PM
#48
Posted 05 March 2011 - 06:36 PM
#49
Posted 05 March 2011 - 06:39 PM
#50
Posted 05 March 2011 - 06:41 PM
#51
Posted 05 March 2011 - 06:42 PM
#52
Posted 05 March 2011 - 07:09 PM
Panayioti, on Mar 5 2011, 18:39, said:
Well, firstly, what OS are you running?
In linux, you'd have to have the root password, and it would just be a case of inserting "sudo " at the front of the extraction command.
In windows? I'd guess you just run cmd as admin, not 100% sure on that one though.
It's all running for me now, I'd be happy to answer any questions anyone has, feel free to PM ^^
Zeb
My new website - check it out for various VEGA dev stuffs and tools
I'm running out of space to host things! More space for both of us if you don't already have Dropbox! : Free Dropbox Space!!
@ZebraDroid
#53
Posted 05 March 2011 - 07:46 PM
Zebrahead, on Mar 5 2011, 19:09, said:
In linux, you'd have to have the root password, and it would just be a case of inserting "sudo " at the front of the extraction command.
In windows? I'd guess you just run cmd as admin, not 100% sure on that one though.
It's all running for me now, I'd be happy to answer any questions anyone has, feel free to PM ^^
Zeb
P.s Is it running fast?
#54
Posted 05 March 2011 - 08:23 PM
Thanks
#55
Posted 05 March 2011 - 08:28 PM
but I advise you to try in linux extracting the file to an ext3 partition . Trying in windows is useless .
#56
Posted 05 March 2011 - 09:56 PM
#57
Posted 05 March 2011 - 10:06 PM
Panayioti, on Mar 5 2011, 19:46, said:
P.s Is it running fast?
Good luck ^^
And right now, from what I've tried, it isn't as fast as droid (obviously), but the fact that it runs alone is great!
It is mostly usable but don't expect anything spectacular, it's probably slower than what you're used to. But working with a real terminal is much nicer than an emulator on android! ^^
My new website - check it out for various VEGA dev stuffs and tools
I'm running out of space to host things! More space for both of us if you don't already have Dropbox! : Free Dropbox Space!!
@ZebraDroid
#58
Posted 05 March 2011 - 11:04 PM
#59
Posted 05 March 2011 - 11:08 PM
#60
Posted 06 March 2011 - 03:00 AM
Panayioti, on Mar 5 2011, 23:08, said:
Thanks
I don't use windows much anymore so I can't really suggest any solutions to anyone wrt that.
However I can help if you guys are prepared to use linux, whether a live CD or full installation.
Step by step :
> Partition SD card to ext3 ( > 2gb)
> Create boot image specifying the ext3 partition you created
> Extract rootfs to partition
- On a linux box :
cd <location of ext3 partition> # Change directory to partition sudo tar -xvf <rootfs.tgz wherever it's stored> # As superuser, extract FS to current director in verbose mode - this means that it'll tell you which files it's currently working on
The extraction takes a while, took me about 30/40 mins if I remember.
Once you have that....
> Flash the boot image from step 2,
> Insert memory stick
> And boot
> After a bunch of text which you don't need to worry about unless it goes wrong, you should get something that prompts for a
vegatab login :or similar.
> As you (probably) dont have a keyboard, you won't be able to log in here. Leave it for about 2 mins and the program that loads ubuntu (plymout) will fail on a lack of keyboard assertion.
> This will log in as required.
> Congratulations
Feel free to PM/ask more questions ^^
Zeb
My new website - check it out for various VEGA dev stuffs and tools
I'm running out of space to host things! More space for both of us if you don't already have Dropbox! : Free Dropbox Space!!
@ZebraDroid
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users







Sign In
Create Account

Back to top









