IRC log of #cubox of Tue 22 Jan 2013. All times are in CET < Back to index

00:34 Coburn purch: you there? I'm about to roll a kernel out for you
00:34 Coburn 3.5.7-CoburnDomain-gpt
00:34 Cobur 00:34 * Coburn pulls down cbxbiker61's kernel sources
00:40 Coburn [07:13:43] quake3 is ported to debian armhf <- quake 3 was used by some call of duty games
00:41 Coburn well, the engine anyway
01:07 dbsx I have tested flashing uboot from Linux. It works and seems to be a whole lot safer! You can verify that the flash matches the spi and not reboot until you know its good.
01:07 dbsx mtd_debug write /dev/mtd0 0 $(stat -c '%s' u-boot-cubox_hynix_cubox_spi.bin) u-boot-cubox_hynix_cubox_spi.bin
01:07 dbsx wiki link coming up
01:16 Coburn dbsx: (Dumb question) How do you patch the kernel tree?
01:17 Coburn I downloaded the linux-3.5-Cubox.patch
01:17 Coburn and also the 3.5.7 kernel tree from kernel.org
01:17 Coburn tried to patch it... but I'm doing it wrong *sigh*
01:17 Cobur 01:17 * Coburn goes to RTFM
01:18 Coburn oh
01:18 Coburn maybe I'm missing -i ?
01:20 Coburn Hmm... The next patch looks like a unified diff to me...
01:20 Coburn can't find file to patch at input line 3409
01:20 dbsx Coburn: patch -d ../linux-stable -Nu --verbose -r- --no-backup-if-mismatch -p1 < linux-3.5-Cubox.patch
01:20 Coburn thanks dbsx. lifesaver.
01:21 dbsx make that ../linux-3.5-Cubox.patch
01:21 dbsx or whatever
01:21 Coburn Making it do a dry run
01:22 Coburn Patching success
01:22 Coburn Good, time to let it rip.
01:23 Coburn done
01:23 Coburn I'm all patched to up Aug 10 (using cbxbiker61's patches)
01:23 Coburn any others I need, dbsx?
02:01 dbsx biker posted a list of patches and patch order. search the irc
02:06 Punkley why not just use the git?
02:35 dbsx becoz biker does good kernels
02:42 Punkley can't argue with that.
04:15 Coburn purch: Good news! kernel is compiling with EFI GUID (GPT) support. ETA in a few hours. Imma grabbin some tucker
06:00 Coburn still compliing...
07:03 Coburn compiled
07:03 Coburn 3.5.7-CoburnDomain-gpt good to go
07:03 Coburn Now to test...
07:04 purch morning
07:05 purch I will try it tomorrow, if I get home today
07:06 Coburn purch: gonna upload to my site now
07:08 purch would it be too much of a trouble to make a list what you did to compile and install it?
07:09 purch then I could do it myself easily
07:20 purch btw, thank you coburn
07:20 purch now to work, cu
07:21 Coburn i'll pm ya, punkt_
07:21 Coburn oops
07:21 Coburn purch*
18:11 Coolgeek Hi, I need to update boot.scr according to this => http://www.solid-run.com/phpbb/viewtopic.php?p=6220#p6220
18:12 Coolgeek How can I dump the current content of my boot.scr to a txt file just to modify one line without recreating a whole txt file from scratch ?
18:31 rmull Coolgeek: If you want it to be persistent you need to create the file and then process it with mkimage
18:57 Coolgeek sure, I want it persistant
18:57 Coolgeek with mkimage I can make a .scr file with a txt file
18:57 Coolgeek is it reversible ?
19:01 rmull save the old .scr file
19:37 dung Coolgeek: the first 64 bytes are U-Boot header. remove them with: dd if=boot.scr of=boot.txt bs=64 skip=1
19:45 diget rabeeh: I've found the audio problem from yesterday. (sorry it took so long)
19:46 diget rabeeh: if the volume is too high the sound gets noisy and if the volume is over a third you only hear noise and no music anymore
19:47 diget rabeeh: tried directly on the tv, with and without audio boost.
19:58 Coolgeek dung: thx !
20:01 dung what is the latest useable geexbox? i believe with current snapshot something went wrong. i wanted to run xbmc in chroot, libGL missing. There're are more symbolic links to non-existing libraries, and all files are owned by uid 1000.
22:18 dbsx ajayr: ?