/srv/irclogs.ubuntu.com/2009/07/09/#ubuntu-arm.txt

=== bjf is now known as bjf_afk
loologra: Do you remember what the ETA for 512m beagle was?12:38
ograstill in speccing i think12:38
loolHow does that translate into dates?12:39
ograspeccing means no dates at all12:39
ograbut finding the requirements12:39
* ogra asks in #beagle12:39
=== ScriptRipper_ is now known as ScriptRipper
=== ogra_ is now known as ogra
ogralool, see #beagle ...13:07
loologra: I'm about to place a beagleboard order; what do you recommend getting?13:14
ograthe latest ... C4 ?13:14
loolI mean aside of beagle13:15
* ogra isnt sure about the current version ... 13:15
loolIt just says C13:15
ograpowered HUB, mini to normal USB adapter and a USB NIC13:15
loolOk; I'll confirm with #beagle folks13:17
ograif your monitor has a DVI input, an adapter cable HDMI->DVI13:17
JamieBennettdon't forget the serial stuff either, serial adaptor for the board, cable and maybe a gender changer13:31
* ogra totally wasnt aware revC has a real USB port13:34
loologra: Ordered13:51
* ogra applauds13:51
loologra: My monitor has DVI, VGA, and HDMI inputs13:51
ograseeing the revC i'm tempted to upgrade13:52
loolJamieBennett: Thanks13:52
ograthe 128M in mine really dont cut it, its just collecting dust13:52
ograbut i just bought a new TV set and a HD cam ... i'll probably rather wait for the 512M version and let my account relax a bit13:53
loolI opted not to wait "some months" for the 512m version; I have sponsoring for 300-400 USD for a gadget so I just used that14:01
kblinit's a tough decision.. 256 megs would cover my use case just fine15:04
=== cbrake_away is now known as cbrake
kblinbut I'd like to have real ethernet15:04
loologra, NCommander: Can we move imx51 to Uboot now?  Should we?15:12
loolIt requires some debian-cd chqnges15:12
ograyes15:12
ogradefinately15:12
ograwe need uboot support anyway in debian CD15:12
NCommanderlool, indeed, but I think we should probably aim that changeset for the A3 timeframe15:13
NCommanderer15:13
NCommanderA415:13
NCommanderUnless we don't care about images for the A3 timeframe15:13
loolNCommander: ogra is the FSL image guy now15:14
loolLet's start with getting uboot-imx in first15:14
NCommanderlool, I'm looking at that right now. I'll probably have a candidate package in 24 hours15:14
loolCool15:15
ogragiven that we need uboot for both supported arches we should start changing dbein-cd asap and have a generic uboot-install in there both arches can use15:15
NCommander(depends how long it takes to sort out debian/copyright, the package itself is trivial compared to redboot)15:15
ogra*debian-cd15:15
ograwhich will make the subarch scripts quite small15:15
loologra: That's a good ide15:15
loolidea15:15
ograadding the other board later on should be trivial15:16
persiaCan uboot be smart enough to pick a kernel such that there could be only a single image?15:16
ograno15:16
loolWe could have an uboot-vfat-image tool and am uboot-pc-part-image tool or something15:16
persiapity15:16
ograespecially since we need different uboot binaries per board anyway15:16
ograso having a single kernel doesnt gain anything15:17
ograyou still need two images15:17
ograwell, it would gain us space on the build system disks, but thats it :)15:17
loolNCommander, ogra: So uboot us a bit nicer to use and uses vfat instead of fis, but it lacks networking on mx5115:25
ograright15:25
loolWhy would we want uboot instead of redboot?  Ease of build?15:25
NCommanderlool, do we care?15:25
ograyes15:25
NCommanderTHat's one big reason15:26
NCommanderno special cross-compiler15:26
NCommanderno 2.8GB redboot.bin ;-)15:26
ograease of build possibility to get comunity people looking at bugs15:26
ograand /boot partitions15:26
NCommanderugh15:26
NCommanderThat just reminded me15:26
NCommanderubiquity going to have to be taught to use an explicate /boot on imx5115:26
ograsure15:27
ograi'll care for that as soon as we have working images15:27
loologra: You might want to add these tasks to the fsl images spec15:27
loologra: As work items at least15:27
ograwill do15:27
ograNCommander, i'm just going over the two desktop blueprints15:30
ograPackaging of uboot tools to allow userland manipulation: TODO15:31
ogracan you please test if the current ones work ?15:31
ograwe have uboot mainpulation tools in the archive already15:31
NCommanderogra, sure, but I'll package the current u-boot first15:32
ograright15:32
ograjust check if we can use the debian package or need changes once you have uboot ready15:32
loologra: I reworded the work items slightly; wasn't sure for all of them15:47
loologra: I think the livefs and image testing bits aren't very clear: this will happen at each milestone15:48
loologra: How could we fix that?15:49
ograwell, first of all we need an initial livefs ...15:50
ograthe testing should go into a separate task at the end15:50
ograwhy kernel "udeb" ?15:51
* ogra doesnt really care about alternate15:51
loologra: So you're saying that whenever you work on image building, you need the livefs to be built otherwise you can't work on image building15:51
ograwell15:52
loologra: But you might be working on image building at any time, right?15:52
ograyes, but the task there was rather about inital lives bringup15:52
looludeb > you need an udeb to get that vmlinuz file which you wget into the image15:52
ograi think rolling regular images somewhat implies that all bits are in place for tha15:52
ograt15:52
loolWe had a livefs for A1, but I'm not sure it helped anything except that15:53
ograso that falls globally under image testing and installation15:53
loolOk; I'll remove the extra item then15:53
ograits just an ongoing task15:53
loolPerhaps add alpha 3, alpha 4 etc. lines if you think you want that15:53
ogranah, all prerequisites have to be in place for A315:54
loolYeah I don't think ongoing tasks are useful to track progress of the implementation of a spec15:54
ografrom then on its maintenance15:54
goshawkhi18:11
goshawkis ther a way to run ubuntu arm under qemy with the -nographic option?18:12
goshawkif follow the ubuntuArm from scratch i've a qemu image18:12
goshawkbut if i run quit -nographic i just see the booting linux ..... and then nothing18:13
goshawkany1?19:02
loolgoshawk: You need to pass a console= setting on the kernel cmdline19:43
goshawklool: can you give me an example?19:44
loolsomething like http://people.ubuntu.com/~lool/qemu-buildd/run19:44
goshawkconsole=/dev/tty0?19:44
goshawki'm running it on a remote server19:44
goshawkunder screen19:44
goshawki mean the screen program, with multiple termina19:45
goshawkterminal19:45
loolThat doesn't matter19:45
=== ogra_ is now known as ogra
=== cbrake is now known as cbrake_away

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