/srv/irclogs.ubuntu.com/2013/01/05/#ubuntu-arm.txt

AmEvHi00:02
AmEvAnyone here able to troubleshoot Tegra 2 non-booting problems?00:07
AmEvAnyway, the tablet I'm trying to install Ubuntu onto is the Toshiba thrive. Biggest possible issue I see? The version of Tegra 2 it is.00:16
AmEvIs it a Harmony Tegra 2? Nope. Ventana? Nope. It's in its own ball park: the Antares.00:18
RaYmAnit's irrelevant. It's ventana based, but it doesn't really matter. THe drivers work on any tegra2 as long as it has the right kernel00:18
AmEvHmm...00:19
AmEvAnyway, I'm hitting two things that are happening: Either it stays at the bootup logo, or the screen goes black, and the backlight goes off.00:20
AmEvI do get some garbled display on HDMI, either way.00:21
AmEvSo, are there some essentials I need to have configured, besides VT and framebuffer console?00:21
RaYmAnwhat kernel are you using?00:22
AmEvI'm trying to build my own, as nobody has released one for the Thrive. However, what I'm starting to use is at this git: https://github.com/pio-masaki/at100-kernel00:25
=== Jef91|AFK is now known as Jef91
AmEv*released a GNU kernel, that is.00:25
infinityI do wonder if our ac100 kernels might Just Work on it.00:28
AmEvCompile for Ventana instead of Harmony?00:28
AmEvBoth are Toshiba. That's good news.00:29
infinityI've never seen a Thrive in person to play with it, but I'd always had a sneaking suspicion that (with the exception of a few peripherals) it's identical to the ac100.  But, who knows.00:30
AmEvHeh. One of the Thrive devs would love to have an AC100. Can't afford it, though.00:31
infinityIf I were the Toshiba engineers, the ac100 would have just been my devel version of the at100 (cause keyboards are handy for debugging).00:31
AmEvDownloading AC100 kernel source.00:31
infinityYou could just grab the debs and try the binaries for a quick "hey, maybe this works" smoketest.00:32
AmEvI've prepared a rootfs on an external SD card already.00:32
AmEvIt's actually a Plasma Active rootfs, but with my touch screen dying (cracked)... At least we have LXDE.00:33
AmEvYeah... As nice as a VNC for Android solution is, it's extremely laggy, to the point of almost unusability.00:34
infinityI've been seriously considering dropping Tegra2 support from future Ubuntu versions.  If people are still actively developing on them, I may need to bring this to a community vote/discussion.00:34
AmEvHeh. The reason I chose the Thrive about a year ago was because it seemed to be a perfect candidate for Ubuntu.00:36
infinityYeah.  And we've had a policy of no-neon-by-default specifically because of the Tegra2 (the only SoC we support that doesn't have NEON).00:36
infinityIt's irksome to keep patching upstream sources for this assumption, but if the target is still widely developed on/with, we may have to stick with it for a bit.00:37
AmEvSeems that performance development is slowly shifting away from x86 and going to ARM...00:38
infinityAbout time.  ARM could use more performance-oriented tweakers.00:39
AmEvI do like ARM because of its power-performance ratio.00:40
infinityYup, and that ratio can only improve as more people start hand-tuning code the same way they've done for x86, rather than falling back to generic C implementations.00:41
infinity(But NEON is a big part of that story... hand-tuned NEON can be blazingly fast but, sadly, leaves Tegra2 out to dry)00:41
AmEvI'm no CPU design expert, but it seems that x86 is starting to hit a performance ceiling.00:42
infinityWell, not all that sad.  Just annoying that ARM allowed NEON to be optional so NVIDIA could make that silly decision.00:42
claesis this the right place to ask about what rooting option to choose from the google nexus 7 toolkit, to then install multrom and dualboot android and ubuntu?. if so wich rooting option should i choose, its a bit confusing.00:42
infinityclaes: https://wiki.ubuntu.com/Nexus7/Installation has clear unlocking instructions.00:43
infinityclaes: We don't support installing in a dual-boot setup, though, you're on your own for figuring that one out.00:44
claesok thanks00:44
=== Jef91 is now known as Jef91|AFK
AmEvWell, porting Ubuntu Phone to a spare phone I've got should be fun...00:48
xnoxAmEv: can it run android stock kernel? that would be first step.00:58
AmEvIt's actually a WebOS phone.00:59
AmEvMeets bare-minimum requirements, with OC...00:59
AmEvAs for the Thrive, should I use the Google cross-compiler toolchain?01:00
AmEvGot a Ventana Android defconfig...01:02
AmEvAnd a Harmony GNU config..01:02
AmEvReally? No Ventana GNU config on Google?01:04
AmEvOr is it under another name?01:05
AmEvHmmm.. The one guy ported CM10 to the Thrive. Said that the Thrive was almost identical to the Iconia a500....01:14
AmEvAnd it's a Harmony board....01:15
lilstevieAmEv: the Iconia a500 is a picaso board not a harmony board01:17
lilstevieAmEv: Harmony is the name of one of the dev boards made by nvidia01:18
lilstevieAmEv: but if you were to compare the device to a dev board it would be closer to ventana01:18
AmEvHmmm...01:19
lilsteviethe a500 and the tf101 are almost identical, and the tf201 is almost identical in hardware and config to ventana (except the display)01:20
lilstevieer01:20
lilstevies/tf201/tf101/01:20
lilsteviebeen doing too much work on the later one :p01:20
AmEvI know people have been runing Ubuntu on their Transformers for a while...01:21
AmEvLemme see if I can snag the dev in here....01:21
AmEvNope.01:21
* lilstevie raises his hand01:21
lilsteviehttp://forum.xda-developers.com/showthread.php?t=119114101:22
AmEvHeh.01:22
AmEvYeah, I thought your name looked familiar from one of my earlier attempts.01:28
AmEvHmmm... http://www.nvidia.com/content/devzone/linux-for-tegra.html01:35
AmEvFound a zImage, but no complimentary initfs...01:44
=== Jef91|AFK is now known as Jef91
netchiphi09:42
netchipwhere can I get the default initrd for ARMHF?09:42
netchipI mean, the initrd you have to customize for your device09:42
=== Quintasan_ is now known as Quintasan
marvin24netchip: mkinitramfs?11:22
marvin24the question which plagues me is if it can be used on a forgein arch (e.g. x86_64) to generate an arm version11:30
marvin24or do I need to use some changeroot and qemu?11:30
netchipAFAIK you can11:32
netchipBTW11:32
netchipmarvin24, https://wiki.ubuntu.com/ARM/RootfsFromScratch11:32
marvin24yes, will try it out11:39
netchiphum11:40
netchiphow to test if my network connection is OK?11:40
marvin24I was just wondering if I need to emulate the whole cpu or just use a dir with an arm  filesytem11:40
marvin24netchip: ping?11:40
netchipmarvin24, isn't installed...11:41
marvin24ifconfig11:41
marvin24route ...11:41
netchipalso nopt installed11:42
netchiphow to install without internet connexction?11:42
marvin24dpkg has a "chroot" option11:42
marvin24also make sure to fill /etc/resolv.conf11:43
netchiphmm11:44
netchipmarvin24, do you know how I can get my WiFi on my phone work (a SGS3 running Ubuntu, BCM4334)?11:45
netchipjust installing linux-firmware?11:45
netchipand then some conf files?11:45
netchipLMAO11:47
marvin24best is to configure it on the phone once it is installed11:47
netchipyeah11:47
netchipit's checking if it's enabled11:47
netchipif not11:47
netchipenable it11:47
netchiplol11:47
netchiphttp://www.plethoracomputers.com/index.php/component/option,com_kunena/Itemid,277/catid,4/func,view/id,59/11:47
netchiphave to bootstrap a new image11:47
marvin24oh, rootstock is depricated ...11:55
marvin24fetching some pre-build image and adjust it seems the way to go now11:56
netchipwell12:02
netchiphow do they generate the prebuilt image? ;-)12:02
=== satellit_ is now known as satellit_e
=== satellit_e_ is now known as satellit_e
beernetchip: stop annoying the poor devs13:23
netchipbeer, you are annoying13:29
=== yofel_ is now known as yofel
marvin24netchip: some live-build16:25
marvin24and qemu doesn't work with omap4 (and filesystem image)16:25
=== rsalveti_ is now known as rsalveti
zoktaranyone here who can help me with multirom with kexec im not sure how i install kexec to make it work. It seemed to install correctly from recovory, but loading ubuntu rom says i havnt installed kexec.20:44
zoktarowh its for the nexus 720:45
tassadar_what exactly have you flashed in the recovery?20:47
tassadar_gimme name of that ZIP file20:47
zoktarthe kexec? its the 4.2 one20:47
zoktarkernel_kexec_42.zip20:47
tassadar_okay, go to multirom menu, try to boot ubuntu  (the "you don't have kexec" message must pop out), the go to the "Misc" part and select "Copy log to /sdcard"20:48
tassadar_reboot to recovery then and "adb pull /data/media/0/multirom/error.txt"20:49
zoktaralright will that show me the error log?20:50
tassadar_it will save it to your computer, upload it to pastebin and show it to me :)20:50
zoktar ah alright cool20:50
zoktarthanks20:50
zoktartassadar_, seemed i hadnt installed the kernel correctly. working fine now thanks.23:16
tassadar_okay, great23:17

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!