มีใครพอจะทราบวิธีลง ubuntu ของ viewpad 10s บ้างครับ
ดูข้อมูลเพิ่มเติมเกี่ยวกับนโยบายความเป็นส่วนตัว และการใช้คุกกี้ของเราคลิก
คุกกี้เหล่านี้มีความสำคัญต่อการให้บริการบนเว็บไซต์แก่คุณ และเพื่อให้คุณสามารถใช้คุณลักษณะบางอย่างได้ คุกกี้เหล่านี้ช่วยในการยืนยันตัวบุคคลของผู้ใช้งานและช่วยป้องกันการปลอมแปลงบัญชีผู้ใช้งาน หากไม่มีคุกกี้เหล่านี้เราอาจไม่สามารถให้บริการแก่คุณได้ เราใช้คุกกี้ดังกล่าวนี้เพื่อให้บริการแก่คุณ
แม้ว่าอาจเกิดคุกกี้ แต่อาจไม่สามารถบันทึกได้เนื่องจากมีสมุดบันทึกที่คุณสามารถอัปเดตได้เว็บไซต์นี้อาจมีคุกกี้หรืออาจเกิดคุกกี้ใหม่อีกครั้ง
ดูข้อมูลเพิ่มเติมคลิก
http://www.tabletroms.com/forums/vega-rom-development/4528-run-ubuntu-linux-natively-not-chrooted-version-vega.html
ดูวิธีลงแล้วงงมากเลยครับ
เห็นว่าลงโดยบูทที่ sdcard ext3 แล้ว mount
ลงแล้วไม่ผ่านครับ
โหลดมาแล้วแตก ไฟล์ ไม่ผ่าน
มาแล้วหรือครับ อย่างนี้ต้องลองดู ท่านใดลงได้ช่วยแนะนำกันด้วย อยากจะคืนชีพให้ 10s สักหน่อย
http://www.adebenham.com/vega/2011-03-31_15-35-49_788.jpg
ไป download ได้ที่นี้ ลองดู แล้วทำตามดูนะครับ แปลเอาดู
http://www.adebenham.com/vega/
Update: Sample root, kernel and initrd image now available from http://www.adebenham.com/vega/
To use
* first download linux-kern.img and vega_root.tgz from the above site
* Partition your microSD so that there is a partition set aside for the linux install. Make sure to format this partition as ext3
* Extract the vega_root.tgz to this new partition – this needs to be done as root so that the permissions can be set correctly
* The prebuilt kernel image assumes that root in on the second partition of the SD card – if this is not so then you will need to rebuild the linux-kern.img (see instructions below)
* Put the microsd into your vega ready to use
* Boot the vega into nvflash mode (via back+power button)
* Flash the created boot.img via “./nvflash -w –bl ./bootloader.bin –download 7 linux-kern.img –go”
* You should now be able to boot the vega into ubuntu!
Note: gdm can take a long time to login – you can skip the wait by logging into the console as root and running ‘service gdm start’ or you can just wait a moment until udev finishes its work.
The default user is ‘ubuntu’ with password ‘ubuntu’ and the root user has the password ‘root’
There is a problem with libc6 2.13 so if you accidentally update libc you can re-install the 2.12 version by running ‘dpkg -i /root/glibc/*’ as I have saved a copy of the package in there
Working: Wifi, graphics (via tegra drivers), touchscreen (single-point), usb host (for keyboard etc)
Non-working: Sound, bluetooth
How to manually rebuild the linux-kern.img:
* To do this download initrd.img-2.6.32-custom and zImage from the above site
* Create a suitable boot.img via (that should all be on one line)
* This will create a linux-kern.img file suitable for flashing. It assumes the root filesystem is on /dev/mmcblk3p2 (which is the second partition on your microSD card) but you can change it as needed.
—-
I have ubuntu 11.04 mostly working on my vega now but there were a few issues on the way.
Here is a basic/general guide on how to get it working (note: this is not for the faint of heart as yet)
It’s more of a brain dump of how I got things working and probably not easy to follow.
Once I’m happy with things I’ll work on uploading a copy of the root filesystem and kernel I am using to make it easier for others to try it
* Download natty-arm minimal root image from http://elinux.org/Be….04_Development
* Partition microsd card to have a ext3 partition of at least 2g
* Extract the rootfs from downloaded natty-arm minimal image to that partition
* Copy /system/lib/hw/wlan from existing/working android system (this contains the pre-compiled wireless LAN kernel module)
* Grab vega kernel source from git and apply kmsg patch from https://bugs.launchpad.net/ubuntu/+source/l…-syscalls.patch
* Next recompile the kernel with CONFIG_SIGNALFD enabled and CONFIG_ANDROID_PARANOID_NETWORK disabled
* Flash that kernel with the initrd from the minimal image via (Change the ‘root=/dev/mmcblk3p2’ to whichever partition the root filesystem is on):
mkbootimg –kernel android_kernel_advent_vega/arch/arm/boot/zImage –ramdisk initrd.img-2.6.32-custom –cmdline “root=/dev/mmcblk3p2 rootdelay=5 rw mem=448M@0M nvmem=64M@448M vmalloc=192M init=/sbin/init video=tegrafb console=tty0,115200n8 usbcore.old_scheme_first=1 mtdparts=tegra_nand:2048K@6784K(misc),5120K@9344K(recovery),8192K@14976K(boot),1
2496K@23680K(system),32768K@146688K(cache),4096K@179968K(staging),339200K@184576
(userdata) ” -o linux-kern.img
* The first seen on booting is that the libc that comes with natty causes a bunch of instruction alignment errors.
I worked around this by grabbing an older version from ports.ubuntu.com
The files needed were:
– libc6_2.12.1-0ubuntu10.2_armel.deb
– libc6-dev_2.12.1-0ubuntu10.2_armel.deb
– libc-bin_2.12.1-0ubuntu10.2_armel.deb
– libc-dev-bin_2.12.1-0ubuntu10.2_armel.deb
– libnih1_1.0.2-1ubuntu2_armel.deb
– libnih-dbus1_1.0.2-1ubuntu2_armel.deb
– upstart_0.6.6-4_armel.deb
They were downloaded on a separate machine, copied to the rootfs so that they could be installed manually later
* Once these were installed the machine was able to boot into gdm and work correctly
Update: Found how to recompile the wlan module so now can make more changes to kernel – such as swap and sysv ipc support
See http://armin762.wordpress.com/2010/05/24/n…s-6002-working/
Update: If you are getting compile errors about “undefined reference to `__aeabi_uldivmod'” then apply the following patch : http://www.linux-arm.org/git?p=linux-2.6-l…c0f9d243359d5f8
ลองแล้วครับ
ไม่ผ่าน………
แตกไฟล์ เจอไฟล์เสีย
บางลิงค์ โหลดไม่ได้
มีท่านใดทำได้บ้างครับ
ขอความกรุณาด้วย
Burberry Handbag (http://www.burberryhandbagsoutlet4u.com/) is fast getting the embodiment of just about every style conscious men, the personification of affordable luxury, a substantial idea within style industry, is obvious within their mind. The Burberry Backpacks Bags is among the the newest companies made in a really new way within assortment of bags. You are surround by developing honorable really feel as shortly when you suit on on our bags. They are essentially luxury leather-based goods, especially the handbags and wallets from the greatest great quality and best style design.
Balenciaga Handbags (http://www.balenciagaoutlets.com/) are our star products, you can purchase something you like here, you can purchase them at a minimal buying and selling worth from us even although the level of great quality may be guaranteed. We are expert Balenciaga Bags maker and we have obtained a exceptional reputation near to the entire world Balenciaga Outlet Online. Balenciaga Outlet over the internet also items bags in a really extremely unbelievably price, 1st to the outrageously worth in large style world. We try our most beneficial to provide you the relatively most beneficial programs.
Gucci Online (http://www.guccionlinestores.org/) is undoubtly a world-wide nicely acknowledged bag producer which consists of a history about 80 years. When speaking concerning the luxury handbags, Gucci Handbags from our Gucci Outlet over the internet frequently stand in the best quality. Now we would would rather show you one of the most selected Gucci Bags and Gucci Handbags within our over the internet store that will certainly attract your eyesight for its amazing design, also the dependable great quality and acceptable price. Fashion-forward, classy and timeless, they are not merely an minor but an main.
Kenneth Cole Collection.Hattie West.27 March 2012.AFTER the launch of its diffusion collection (925) two years ago in House of Fraser, Kenneth Cole is set to explore the opposite end of the spectrum when it unveils new label Kenneth Cole Collection this evening in New York. The range comprises both men’s and womenswear with advanced fabrics and styling, plus higher price-tags to match, in celebration of the label’s 30th birthday- a longstanding desire of Cole’s. “We’ve taken stabs at it in the past. We’ve decided to do it in a more thoughtful, controlled manner,” said Cole. “You’ll see elements of it now. We’ll test it, and then we’ll go from there. In this new world today, you can test better and respond more efficiently and more effectively than you could before.”