**** BEGIN LOGGING AT Sun Sep 18 02:59:57 2011 Sep 18 03:01:24 I mean I run the binary the "make" compils Sep 18 03:01:30 *compiles Sep 18 03:08:30 how are you "running" it, the binary that make compiles is a bootloader, not a userland executable Sep 18 03:09:16 file said it was an ELF executable Sep 18 03:10:12 It also made a u-boot.bin or so, which I presume is the actual bootloader Sep 18 03:14:57 well yeah of course it is an elf Sep 18 03:15:06 then it gets stripped Sep 18 03:16:14 u-boot the elf is the base, which then gets stripped to become u-boot.bin, and what ever moto requirements are to become u-boot.srec Sep 18 03:16:32 oh, ok Sep 18 03:17:08 I am used to extlinux where e.g. there is a program extlinux that helps install the bootloader Sep 18 03:25:20 18:25 So now that I have a kernel and a rootfs and u-boot, how do I actually get u-boot onto the device? Sep 18 03:30:26 twb : Which device? Sep 18 03:30:33 u-boot installs differently onto different hardware Sep 18 03:30:47 Martyn: tf101 Sep 18 03:31:14 Asus transformer? Sep 18 03:31:22 yes Sep 18 03:31:36 http://androidroot.mobi/technical/asus-eee-pad-transformer-tf101-root-cwm-recovery/ Sep 18 03:31:49 * twb reads Sep 18 03:32:04 To install/reflash the tf101, you need to use it's own recovery tools Sep 18 03:32:17 I'm already using nvflash Sep 18 03:32:21 which involves flashing u-boot using MMC Sep 18 03:32:28 http://cyber.com.au/~twb/doc/tf101.txt <– my notes Sep 18 03:33:11 This is the other guide you wil need: Sep 18 03:33:12 http://technoreview.net/2011/06/asus-transformer-ubuntu.html Sep 18 03:33:52 Note that android is long gone Sep 18 03:34:04 I already have ubuntu booting, but using the crappy asus bootloader Sep 18 03:35:17 have you already ported u-boot for the asus transformer? Sep 18 03:35:35 I'm not aware of board support for the asus at the moment in u-boot Sep 18 03:39:04 I'm using a fork from muromec to support it Sep 18 03:44:28 You may have to jtag it into place Sep 18 03:44:40 because I don't know of any generic tool that can flash u-boot into place on the tf101 Sep 18 03:45:02 Hum Sep 18 03:45:11 I know it's possible, at least, lilstevie is using it Sep 18 03:46:02 nvflash Sep 18 03:46:14 lilstevie: do i just write it to the EBT partition? Sep 18 03:46:38 twb, you will need to make a few small edits Sep 18 03:46:53 MBR needs to be at a certain spot Sep 18 03:47:15 and you should edit include/configs/ventana.h to reflect different partition numbers Sep 18 03:50:43 Also where do I tell it to try booting from microsd first? Sep 18 04:02:20 I told you about that Sep 18 04:02:26 one of the limitations with u-boot Sep 18 04:02:31 no microsd Sep 18 04:08:01 Sorry, I must've forgotten Sep 18 04:08:11 SD or USB, then Sep 18 04:10:28 then that is the default action Sep 18 04:11:00 SD/USB/eMMC Sep 18 04:11:56 Good-o Sep 19 00:12:53 hello... Sep 19 00:13:03 still persuing login prompt... http://paste.ubuntu.com/692648/ Sep 19 00:13:20 it stops RIGHT there, next action suppose to be getty, never gets there Sep 19 00:13:22 or Sep 19 00:13:26 getty dies? Sep 19 00:34:46 it boots fine in qemu-system-arm, with its kernel, but not with the target kernel for this board, and they are the same processor / variant Sep 19 00:34:51 only getty seems to fail Sep 19 00:37:05 qemu won't boot your board's kernel unles you add support to qemu for your hardware Sep 19 00:37:18 you thinking backwards Sep 19 00:37:23 qemu boots fine Sep 19 00:37:29 board stops at getty Sep 19 00:38:15 you're sure you're not just doing getty at the wrong place ? :D Sep 19 00:38:22 i mean wrong serial port Sep 19 00:39:24 how to redirect getty? Sep 19 00:39:28 ???? Sep 19 00:39:30 wat ? Sep 19 00:39:47 kernel bootargs includes console=/dev/ttyS0 115200n81 Sep 19 00:40:29 ah i forgot ubuntu no longer uses inittab for getty ... Sep 19 00:40:47 debian does same damn thing Sep 19 00:40:53 stops at getty Sep 19 00:41:10 brokencodes: well what's the getty command line on debian ? Sep 19 00:41:49 I dont know Sep 19 00:41:53 OKAY Sep 19 00:41:55 brokencodes: What does the 'exec' line of '/etc/init/ttyS0.conf' say? Sep 19 00:41:59 how do you know if it ever tries to start ? Sep 19 00:42:02 I would have to trace the initscripts Sep 19 00:42:36 it's upstart isn't it? Sep 19 00:42:42 give me a min, I go back inside, hook up the devboard, we can investigate it... Sep 19 00:42:43 mikejf: /etc/init ? http://doc.ubuntu-fr.org/console_serie is saying /etc/event.d :( Sep 19 00:43:01 tmzt: that's why i meant it's easier on debian :p Sep 19 00:43:24 good old inittab .. Sep 19 00:43:41 ok, then we will stick with debian for now Sep 19 00:44:16 brokencodes: mikejf just gave you the path for ubuntu ... Sep 19 00:44:16 hooking upthe debian drive,and reloading the kernel image over tftp, saving to nand Sep 19 00:49:09 added another line to inittab... waiting to see result Sep 19 00:49:42 rebooting Sep 19 00:51:38 I have a login prompt! Sep 19 00:51:39 YAY Sep 19 00:51:44 thank you Sep 19 00:54:01 . Sep 19 00:59:05 what is " . " Sep 19 00:59:06 ? **** ENDING LOGGING AT Mon Sep 19 02:59:57 2011