2010-06-15 00:04 and the xburst build has exhausted all available space on my build machine. :/ 2010-06-15 02:37 w00t, got my nanonote 2010-06-15 02:49 freespace: gratulations! 2010-06-15 02:54 :D 2010-06-15 03:27 now to flash it, it apparently needs flashing :P 2010-06-15 03:32 this is the first to do 2010-06-15 03:38 freespace:the bnn look at you with bright eyes and says with sweet low voice, "please, flash me the last distro, keep me updated and I will make you a happy geek" but beware rear this sweetness is an angry beast if your are not careful you will end compiling your own packages, testing beta uboots, and soldering wires... I know , learn from my experience :P 2010-06-15 03:59 hehe 2010-06-15 03:59 none of those are new experiences, thankfully :) 2010-06-15 04:01 hm, so much on the Internet about USB gadget g_ether driver not working with Windows RNDIS.. 2010-06-15 04:01 and it's still not working :) though it used to, in some kernels 2010-06-15 04:02 ethernet not working, wifi not working - so i can suck with my windows workstation at work 2010-06-15 04:08 freespace: then you have no way to run :) welcome to the merry nanohackers world 2010-06-15 04:08 :D 2010-06-15 04:41 Are there any works underway to jury-rig some sort of short-range wireless on the BNN? I thought it would be cool to set up some mesh applications, such as usenet 2010-06-15 04:41 Not official works of course, I just mean projects that people are up to 2010-06-15 04:44 arctanx: i understand that many have used SDIO wireless cards successfully 2010-06-15 04:46 has anyone looked into how dingux's network-over-USB manages to "just work", while ben's needs configuration at both ends? 2010-06-15 04:46 Wow, I never even knew SDIO existed... that's kinda neat... 2010-06-15 04:47 Cheers Textmode 2010-06-15 04:47 np 2010-06-15 04:49 Bliiiimey those things cost as much as a nano 2010-06-15 04:50 yeah...I heard they are a bit costly 2010-06-15 04:57 Mirko Vogt: enable kernel floating point emulation, to provide fallback support for userspace applications compiled without native fpu-support http://qi-hw.com/p/openwrt-xburst/74a0655 2010-06-15 05:11 Textmode: there are no problems to set up automatic network-over-USB configuration in linux that "just works" 2010-06-15 05:11 kyak: then why doesn't openwrt do so? 2010-06-15 05:12 at Bens's side, everything works from the beggining, probably you just need to set a default gateway in /etc/config/network 2010-06-15 05:12 to avoid you typing route add default gw .. every time 2010-06-15 05:12 from linux side, most distros have autoconfig scripts in /etc/sysconfig/network-scripts 2010-06-15 05:13 in addition to udev rules 2010-06-15 05:13 so this is a question of your distro and it's documentation 2010-06-15 05:14 i'm exploring now the Ethernet over USB in Windows - now, this is a real problem 2010-06-15 05:14 kyak: then why does dingux's networking feature work instantly, while oi the same machine, with the same settings, the ben can't connect? 2010-06-15 05:15 Textmode: dunno, i don't have Dingoo device :) does it create the usb0 interface? 2010-06-15 05:16 I guess. I could dig it out, I was just wondering if anyone had looked into it 2010-06-15 05:48 seems the flickernoise pic still needed to improve or you atleast a GUI concept 2010-06-15 05:48 ops 2010-06-15 06:40 tuxbrain: have you succeed with keymouse conf? 2010-06-15 06:43 no time yet dude, I hope this night got some time to play with it 2010-06-15 06:43 I managed to have the mouse somehow moving... but still not good :/ 2010-06-15 06:45 really? any clue on where the problem can be? 2010-06-15 06:55 not at all... the keymouse creates /dev/input/event3, I made a symlink from mice to it, and put some keycodes in the conf... the pointer moves, debug ok, but pointer keeps going back to 0,0 2010-06-15 07:10 kristianpaul: what did you do to avoid a bit the flickernoise? 2010-06-15 07:39 calamarz: can you put your config some where to download or send me it by mail david@tuxbrain.com 2010-06-15 07:40 night all 2010-06-15 07:40 night Textmode 2010-06-15 08:26 any git experts around? :) i'm trying to update my local git repo, but preserving my modifications. i do 'git checkout -m' in /my/path/openwrt-xburst, and the only output is "M       target/linux/xburst/qi_lb60/config-2.6.32" 2010-06-15 08:27 i guess it means that this file is modified, ok; but why isn't git checking out latest change from remote repo? 2010-06-15 08:28 git pull 2010-06-15 08:29 ok, this wasn't in "Everyday GIT With 20 Commands Or So" :) 2010-06-15 08:30 reading the manual now, thanks larsc 2010-06-15 08:34 error: Entry 'target/linux/xburst/qi_lb60/config-2.6.32' not uptodate. Cannot merge. 2010-06-15 08:34 hmm 2010-06-15 08:35 i think i should be using git merge 2010-06-15 08:51 tuxbrain: sent 2010-06-15 08:56 thanks, I will test this night in openwrt 2010-06-15 09:17 rafa: oh sorry wrong channel 2010-06-15 09:17 rafa: this is other flickernoise ;) 2010-06-15 09:20 our flickering is a sofware i think 2010-06-15 09:22 kristianpaul: I am asking you because I do not get good FPS with mplayer or snes9x and I was guessing that perhaps there is something to improve 2010-06-15 09:23 well i dint try debian yet 2010-06-15 09:24 i heard you could get good FPS with no audio, but once it get working FPS go down 2010-06-15 09:25 mplayer on openwrt? 2010-06-15 09:39 larsc: i did "git pull -s ours", i think it did what i want. but "git status" says "Your branch is ahead of 'origin/xburst' by 1 commit." what does it mean? 2010-06-15 09:39 my local changes are not committed, is it right? 2010-06-15 09:41 i think it means your branch has one more set of changes than head of origin/xburst, e.g. your locl changes 2010-06-15 09:41 how does it know the number of commits ahead? is it some kind of trickery from Linux Torvalds? :) 2010-06-15 09:42 freespace: ok, thanks for confirmation 2010-06-15 09:42 i hope that is right :) i am still a git n00b myself 2010-06-15 09:42 i so prefer svn 2010-06-15 09:42 hehe, i don't, not any more :) 2010-06-15 09:43 git remind me of the octopus they mention so much in their docs 2010-06-15 09:43 you just have to think about it the right way 2010-06-15 09:43 it probably helps to run gitk 2010-06-15 09:43 and visually see the history of the branches 2010-06-15 09:43 mm, thanks for the hint, will do 2010-06-15 09:43 or some other git-histor visualiser 2010-06-15 10:28 freespace: mplayer on jlime 2010-06-15 10:28 ah, cool 2010-06-15 10:29 freespace: http://jlime.com/mw4/index.php/Jlime_Muffinman if you want check.. there is a video link of mplayer 2010-06-15 10:29 running 2010-06-15 10:33 very interesting 2010-06-15 10:33 i wans't aware of jlime :) 2010-06-15 10:38 Xiangfu Liu: [usbboot] fix if there is space at the end of command casue error http://qi-hw.com/p/xburst-tools/c1873f1 2010-06-15 10:38 Xiangfu Liu: correct the jz4760 lepus board mem parameter: http://qi-hw.com/p/xburst-tools/3272119 2010-06-15 10:47 rafa: the video looks great, guessing because no audio? 2010-06-15 10:55 larsc: ping 2010-06-15 10:56 make'ing target/{clean+install} didn't rebuild my modules. 2010-06-15 10:57 kristianpaul: no, it has audio okey 2010-06-15 10:57 just that I had a headphone connected.. 2010-06-15 10:57 kristianpaul: if you turn up the volume of the video you will hear the sound of the movie 2010-06-15 10:58 at least something, very low 2010-06-15 11:00 sdschulze: make package/kernel/install 2010-06-15 11:00 will rebuild pack the modules 2010-06-15 11:06 larsc: It doesn't rebuild them.  It expects them to have been built, which isn't the case. 2010-06-15 11:06 "cp: cannot stat `/home/soeren/openwrt-xburst/build_dir/linux-xburst_qi_lb60/linux-2.6.32.10/sound/soc/jz4740/snd-soc-jz4740.ko': No such file or directory" 2010-06-15 11:08 sup 2010-06-15 11:09 larsc: Gotcha.  It doesn't build the modules when doing a "make install". 2010-06-15 11:09 but only when doing a "make compile" 2010-06-15 11:52 How much slower is kernel FPU emulation than userspace, actually? 2010-06-15 11:52 My mplayer doesn't really run well. 2010-06-15 12:07 I can't play a 64kbps ogg file, which was possible in OpenWRT. 2010-06-15 12:08 hm, though http://www.linux-mips.org/wiki/Floating_point says it's not *that* slow 2010-06-15 12:08 sdschulze: are u in debian? 2010-06-15 12:08 yes 2010-06-15 12:08 just compiled my own kernel :) 2010-06-15 12:10 ohh :) 2010-06-15 12:10 are you documenting that? 2010-06-15 12:10 but using debian way or openwrt way? 2010-06-15 12:11 cross-compiled it using the OpenWRT toolchain 2010-06-15 12:12 I'm planning on documenting it, but if sound doesn't actually work, it's a bit useless. 2010-06-15 12:16 It's about factor 8 too slow. :( 2010-06-15 12:19 argg 2010-06-15 12:19 :( 2010-06-15 12:19 yes, :( 2010-06-15 12:20 Don't even think of playing videos. 2010-06-15 12:23 Unfortunately, it would require *all* libraries to be rebuilt for soft-float. 2010-06-15 12:32 ahh i want see this gift on my nano http://upload.wikimedia.org/wikipedia/commons/4/48/Aurora_Australis.gif 2010-06-15 12:36 sdschulze: there is an integer (fixed point) version of the Vorbis decoder 2010-06-15 12:39 libtremor. i think thats what we use by default in openwrt 2010-06-15 12:41 woohoo chatting from my nanonote 2010-06-15 12:53 mth: So that's what is used by GMU? 2010-06-15 12:55 I don't know, but larsc says it is used on openwrt 2010-06-15 12:56 Gmu uses Tremor for vorbis decoding 2010-06-15 12:56 kristianpaul: mmm maybe zgv can do it? 2010-06-15 12:56 that is the fixed-point vorbis decoder 2010-06-15 12:57 calamarz: is in openwrt? 2010-06-15 13:04 kristianpaul: don't know :/ 2010-06-15 13:19 wejp: And what about video decoding? 2010-06-15 13:20 I heard this had been done on the NanoNote. 2010-06-15 13:21 well Gmu doesn't doo any video decoding, but video decoding on the nanonote should probably be done with the hardwae video-accelerator that is part of the SoC 2010-06-15 13:22 i think there are patches from ingenic for mplayer to support that 2010-06-15 13:22 but it doesn't work very well 2010-06-15 13:22 the mplayer in jlime uses ingenic patches 2010-06-15 13:22 Fuuu! I've managed to setup Ethernet over USB in Windowz :) this is a teaser, details will follow 2010-06-15 13:24 zear: with the proper video scaling mplayer seems to do quite nicely to me 2010-06-15 13:24 zear: Nice -- what codecs are supported? 2010-06-15 13:24 sdschulze, no idea, but i guess whatever comes with mplayer by default 2010-06-15 13:25 No, I mean, which are accelerated? 2010-06-15 13:27 the IPU can help by doing YUV to RGB conversion in hardware 2010-06-15 13:27 but afaik there is no IPU driver in the NN kernel 2010-06-15 13:28 Ingenic has a driver, but it statically allocates a 4MB buffer, which is too much on a 32MB system 2010-06-15 13:29 a driver?  Is it free software? 2010-06-15 13:29 I wouldn't consider it too much if it's the only way to watch videos properly. 2010-06-15 13:31 it's under GPL, like the rest of the kernel 2010-06-15 13:34 kyak:Coooooograts man, you are a hero in my point of view, willing to see that tutorial on how to defeat  winblows 2010-06-15 14:21 mth: Do you have a working link to those patches? 2010-06-15 14:21 (So it requires both modification in mplayer and in Linux?) 2010-06-15 14:22 yes 2010-06-15 14:38 flac is free of propietary codec? 2010-06-15 14:38 yes 2010-06-15 14:38 completely open 2010-06-15 14:39 So where do I get patches? 2010-06-15 14:39 (We really need a central resource for NanoNote stuff.  Everyone is doing his own business.) 2010-06-15 14:40 http://www.pdroms.de/news/19639/ has a dead link. :( 2010-06-15 14:45 mpeg2 is patented ,right? 2010-06-15 14:45 afaik... 2010-06-15 14:46 I'm trying to figure out the configuration paramenters for scummvm for openwrt :) 2010-06-15 14:47 err... with g_file_storage driver, the nn would appear as a usb storage to the host, right? 2010-06-15 14:49 (how many times I have anwered this question lars? :P) In theory yes, but it didn't work due some DMA mambojambo on kernel 2010-06-15 15:16 kristianpaul: http://sdschulze.dnsalias.org/~soeren/content/debian-nanonote-kernel.txt 2010-06-15 15:16 in case anyone is interested 2010-06-15 15:17 ok 2010-06-15 15:17 ohh great 2010-06-15 15:19 Now you can play uncompressed audio in Debian... 2010-06-15 15:23 Do you know if any JLime guy hangs around here? 2010-06-15 15:25 is not jlime core at all but maybe I can help 2010-06-15 15:26 I wonder how to port the audio/video acceleration from JLime to Debian. 2010-06-15 15:26 sdschulze: rafa, zear, kristoffer are your guys, if they have compiled Mplayer they should have the sources 2010-06-15 15:29 :) 2010-06-15 15:30 zear: sdschulze: rafa, zear, kristoffer are your guys, if they have compiled Mplayer they should have the sources 2010-06-15 15:31 sdschulze, http://91.192.165.7:8002/mplayer-noipu-src.tar.bz2 2010-06-15 15:31 I wonder how to port the audio/video acceleration from JLime to Debian. 2010-06-15 15:32 if you're referring to mplayer ingenic patches, that's the right source 2010-06-15 15:32 ok, thanks 2010-06-15 15:37 zear: Are the Ingenic patches all in the same place, or are they distributed around in the source? 2010-06-15 15:37 sdschulze, i have no idea, that's the source of dingux version of mplayer, which uses the ingenic patches 2010-06-15 15:37 that's all i know about it 2010-06-15 15:38 hm 2010-06-15 15:40 zear: So this one doesn't use kernel IPU (as suggested by the file name)? 2010-06-15 15:40 yes 2010-06-15 15:40 ipu (at least on the dingoo) reserves 4MB of ram, so the performance of all the other apps drops 2010-06-15 15:43 Well, you can still enable swap... 2010-06-15 15:45 But if it's possible without it, even better. 2010-06-15 15:55 Erm, yes, it *is* spread around in the source. :(( 2010-06-15 15:56 sdschulze, ipu doesn't give much of a boost 2010-06-15 15:57 the changes are almost unnoticable, at least on a dingoo 2010-06-15 15:57 So video support works will, if you convert them to the right format before? 2010-06-15 15:58 At least they documented that they based it on MPlayer-1.0rc2-20090218. 2010-06-15 16:02 no idea, i haven't done any tests with mplayer on the nanonote 2010-06-15 16:02 ask rafa 2010-06-15 16:42 how do I format my SD card? I'm having a bit of trouble. 2010-06-15 16:44 rafa: ping 2010-06-15 17:01 tuxbrain: ping 2010-06-15 17:01 xakh: pong 2010-06-15 17:01 yay 2010-06-15 17:02 okay, tuxbrain, I'm having trouble with installing to SD 2010-06-15 17:02 mmm troubles wiht sd hum? 2010-06-15 17:02 I have a new 4GB microSD 2010-06-15 17:02 ok 2010-06-15 17:02 and I'm not sure how to do this 2010-06-15 17:02 on linux? 2010-06-15 17:02 I wrote a new msdos partition table to it, to wipe it down 2010-06-15 17:02 yes 2010-06-15 17:02 ok 2010-06-15 17:02 what's the goal, jlime? 2010-06-15 17:02 yep 2010-06-15 17:03 fdisk /dev/sdX as root where X is the letter of the device of the sd, be sure the sd is unmounted 2010-06-15 17:03 ok 2010-06-15 17:04 it is 2010-06-15 17:04 delete all partitions 2010-06-15 17:04 letter d 2010-06-15 17:04 actually, mine comes in as mmcblk0 2010-06-15 17:04 ok then fdisk /dev/mmcblk0 2010-06-15 17:05 then press "d" 2010-06-15 17:05 it said nothing speficied 2010-06-15 17:05 if you only have one partition it will be deleted 2010-06-15 17:06 oh, I deleted all partitions before 2010-06-15 17:06 ok one step done :) 2010-06-15 17:06 I wrote a new partition table to the default for microSD, and deleted all partitions 2010-06-15 17:06 anyway, what next? 2010-06-15 17:06 press p to be sure there is no partition 2010-06-15 17:06 then 2010-06-15 17:07 n 2010-06-15 17:07 p (primary) 2010-06-15 17:07 hmm 2010-06-15 17:07 number 1 2010-06-15 17:07 Disk /dev/mmcblk0: 4072 MB, 4072669184 bytes 2010-06-15 17:07 4 heads, 16 sectors/track, 124288 cylinders 2010-06-15 17:07 Units = cylinders of 64 * 512 = 32768 bytes 2010-06-15 17:07 Sector size (logical/physical): 512 bytes / 512 bytes 2010-06-15 17:07 I/O size (minimum/optimal): 512 bytes / 512 bytes 2010-06-15 17:07 Disk identifier: 0x00000000 2010-06-15 17:08 sdschulze: the IPU driver is in the Ingenic kernel tree that is mirrored on projects.qi-hardware.com 2010-06-15 17:08 whats that? 2010-06-15 17:08 the MPlayer with IPU support is on Ingenic's FTP site 2010-06-15 17:08 the one that zear linked does not include IPU support but does use the MXU (SIMD) instructions 2010-06-15 17:09 to properly support MXU, the kernel would have to be made aware of it though 2010-06-15 17:09 ok you don't have any partition 2010-06-15 17:09 currently only one process can use it, otherwise the registers get mixed up 2010-06-15 17:09 ok 2010-06-15 17:09 that's what it said, so I was showing it to you 2010-06-15 17:10 mth: ok 2010-06-15 17:10 so anyway 2010-06-15 17:10 I hit n 2010-06-15 17:10 then p, then 1 2010-06-15 17:10 yes 2010-06-15 17:11 now the funny part 2010-06-15 17:11 do I hit enter after 1, or does it need a parameter? 2010-06-15 17:11 just 1 enter 2010-06-15 17:12 first cilinder the default just press enter 2010-06-15 17:12 this will be the kernel partiton so 8 Mb will be enough 2010-06-15 17:13 so I type 8? 2010-06-15 17:13 I usually use gparted, sorry 2010-06-15 17:13 press +8M (enter) 2010-06-15 17:13 ah 2010-06-15 17:13 okay 2010-06-15 17:13 so I got one now 2010-06-15 17:14 repeat process but his time the partition number will be 2 and size will be more tricky 2010-06-15 17:14 we will reserve the end of the sdcard for swap 2010-06-15 17:15 right 2010-06-15 17:15 we need about 64Mb of swap or you want more? 2010-06-15 17:15 I actually sorta want around 128 2010-06-15 17:15 ok 2010-06-15 17:15 since that's close to the amount an  SDHC card can move back and forth 2010-06-15 17:15 so it means that it's still all accessible randomly 2010-06-15 17:15 making it pretty fast 2010-06-15 17:16 so if the card has 4072669184 bytes 2010-06-15 17:16 you have 124288 cilinders 2010-06-15 17:17 yup 2010-06-15 17:18 4072669184/124288=32768 bytes per cilinder 2010-06-15 17:18 ok 2010-06-15 17:18 just tell me what to put, and what kind of part I need to make 2010-06-15 17:18 we need 128Mb so 134217728 bites 2010-06-15 17:19 134217728/32768=4096 cilinders for 128Mb 2010-06-15 17:20 right, so I gotta do some subtraction here 2010-06-15 17:20 I'm no good at subtraction.... 2010-06-15 17:20 when you been asked to size of second partition you have to (maxciliders)-4096 2010-06-15 17:21 ok 2010-06-15 17:21 so I take off the other one, for the main part, for the kernel 2010-06-15 17:22 no need to this will be the begin of the partition 2 2010-06-15 17:22 ok 2010-06-15 17:22 it's offered by default 2010-06-15 17:22 so I type (maxcylinders)-4096 2010-06-15 17:22 ? 2010-06-15 17:23 in your case 124288-4096=120192 2010-06-15 17:23 do I type the - I mean? 2010-06-15 17:23 yeah when asked for the end type 120192 2010-06-15 17:24 so I go 2010-06-15 17:24 n 2010-06-15 17:24 p 2010-06-15 17:24 2 2010-06-15 17:24 then that? 2010-06-15 17:24 begining just enter 2010-06-15 17:24 end 120192 2010-06-15 17:25 done? 2010-06-15 17:25 yup 2010-06-15 17:26 and then I do the swap one right? 2010-06-15 17:26 ok the the last is easy 2010-06-15 17:26 n p 3 enter enter 2010-06-15 17:26 ok 2010-06-15 17:26 now lets identify the swap as swap 2010-06-15 17:27 and make the other ones the right FS right? 2010-06-15 17:27 t 2010-06-15 17:27 3 2010-06-15 17:27 82 2010-06-15 17:28 alright 2010-06-15 17:28 got it 2010-06-15 17:28 now w 2010-06-15 17:29 alright 2010-06-15 17:29 ok sd partitioned 2010-06-15 17:29 time to format 2010-06-15 17:29 ok 2010-06-15 17:30 mkfs.vfat /dev//dev/mmcblk0p1 (I gess) 2010-06-15 17:30 sorry mkfs.vfat /dev/mmcblk0p1 2010-06-15 17:31 mkfs.ext2 /dev/mmcblk0p2 2010-06-15 17:31 isn't ext2 sort of deprecated? 2010-06-15 17:32 I mean, there's 2 versions above it 2010-06-15 17:32 is the best for sd, ext3 an ext4 add journaling than stress too much sd 2010-06-15 17:32 ah ok 2010-06-15 17:32 thanks 2010-06-15 17:32 continous writting 2010-06-15 17:32 bad thing on sd 2010-06-15 17:32 ah. 2010-06-15 17:32 thats also why I put swap at the end 2010-06-15 17:33 ahh 2010-06-15 17:33 ok 2010-06-15 17:33 do I have to mkfs swap 2010-06-15 17:34 yep mkswap /dev/mmcblk0p3 and you are done 2010-06-15 17:35 it a little bit tricky at first but when you get the point , is more faster than any graph partition manager app 2010-06-15 17:35 and also scriptable 2010-06-15 17:36 ok 2010-06-15 17:36 now to put the OS on it 2010-06-15 17:37 now put the kernel imge as "uImage" in p1, untar the rootfs in p2 and next boot use M+power 2010-06-15 17:37 o.O 2010-06-15 17:38 and hopefully you will have a fine splash jlime logo 2010-06-15 17:38 what happens? 2010-06-15 17:38 no no, I mean wtf was that ast bit 2010-06-15 17:38 veeeery confused 2010-06-15 17:38 *last 2010-06-15 17:39 nah! 2010-06-15 17:39 like, how do I do all that bit. 2010-06-15 17:40 oh, and important bit, I suppose 2010-06-15 17:40 just mount the sd partitions (on most Linux sistems just deatach and attach again phisically will mount dem automatically) 2010-06-15 17:40 oh ok 2010-06-15 17:40 o 2010-06-15 17:41 so do I do this terminal? 2010-06-15 17:42 what? sorry I don't understand 2010-06-15 17:42 do I do? 2010-06-15 17:42 we can continue on terminal if you want 2010-06-15 17:42 for me is better 2010-06-15 17:43 I can then c&p the commands here 2010-06-15 17:43 okay, just checking 2010-06-15 17:43 that works for me 2010-06-15 17:43 for reference, my jlime folder is /home/xakh/jlimenano 2010-06-15 17:44 ok enter in the p1 partition of your sd card (whatever you system has mounted it) 2010-06-15 17:44 mmcblk0p1 2010-06-15 17:44 btw what linux you are using 2010-06-15 17:44 ? 2010-06-15 17:44 ubuntu 10.04 2010-06-15 17:44 I know, I know, ubuntu 2010-06-15 17:45 I use it to shhhhhh nobody is listening :P 2010-06-15 17:45 ok to the poing 2010-06-15 17:45 then enter on mmcblk0p1 2010-06-15 17:45 yay 2010-06-15 17:45 poing? 2010-06-15 17:46 poing? 2010-06-15 17:46 you said okay on to the poing 2010-06-15 17:46 anyway, so I cd to it you mean? 2010-06-15 17:46 hahaha ok to the point sorry :P 2010-06-15 17:47 said I couldn't 2010-06-15 17:47 I have them both mounted in nautilus 2010-06-15 17:47 and what is the directory 2010-06-15 17:47 "/media/1285-F7DF" 2010-06-15 17:47 so I'm in there 2010-06-15 17:47 ok 2010-06-15 17:48 now 2010-06-15 17:48 brb, someone's coming over soon, realized I need pants 2010-06-15 17:48 wget http://jlime.com/downloads/releases/muffinman/bootloaders/openwrt-xburst-qi_lb60-u-boot.bin 2010-06-15 17:49 too much information, dude 2010-06-15 17:49 I already got it last night 2010-06-15 17:50 then just cp to this dir and rename it to just "uImage" 2010-06-15 17:50 ok 2010-06-15 17:50 then on the other partition , (cd to it) 2010-06-15 17:50 hmm 2010-06-15 17:50 uImage-2.6.34-qi 2010-06-15 17:51 rename it 2010-06-15 17:51 openwrt-xburst-qi_lb60-u-boot.bin 2010-06-15 17:51 I meant which one of those 2010-06-15 17:51 the uImage I made a mistake 2010-06-15 17:51 ah 2010-06-15 17:51 this link is for the uboot sorry 2010-06-15 17:51 ahh 2010-06-15 17:52 5 mins man 2010-06-15 17:52 ? 2010-06-15 17:52 mins? 2010-06-15 17:52 minutes :P 2010-06-15 17:52 I must leave a moment 2010-06-15 17:52 oh ok 2010-06-15 17:52 sorry, in command mode 2010-06-15 17:54 I'll be back in a few minutes as well 2010-06-15 17:55 oh back 2010-06-15 17:59 here again 2010-06-15 18:00 sweet 2010-06-15 18:01 have the kernel in place? lets goo to rootfs 2010-06-15 18:01 well not yet 2010-06-15 18:01 can I just throw it in using nautilus? 2010-06-15 18:02 in vfat yes, then just rename it(F2) to just uImage 2010-06-15 18:02 ok 2010-06-15 18:02 got that 2010-06-15 18:02 now the next one 2010-06-15 18:02 ok this is better do on terminal 2010-06-15 18:02 let's do this 2010-06-15 18:03 cd to the p2 partition 2010-06-15 18:04 the directory I mean 2010-06-15 18:04 ok 2010-06-15 18:04 way super long name 2010-06-15 18:04 sudo  tar -xzf /watever/you/have/the/tar.gz/with/rootfs/Jlime-muffinman-image-2010.1-ben-nanonote.rootfs_READY.tar.gz 2010-06-15 18:04 "/media/f57c4505-ae1e-4f61-a275-71806f000423" 2010-06-15 18:05 ok once you cd /media/f57c4505-ae1e-4f61-a275-71806f000423 2010-06-15 18:05 ok got it 2010-06-15 18:05 sudo tar -xzf /watever/you/have/the/tar.gz/with/rootfs/Jlime-muffinman-image-2010.1-ben-nanonote.rootfs_READY.tar.gz 2010-06-15 18:06 so once is finished 2010-06-15 18:06 type "sync" to make sure all things are written to sd 2010-06-15 18:07 and then just unmount and plug the sd to BNN 2010-06-15 18:07 ok 2010-06-15 18:07 it only took like a second 2010-06-15 18:07 also the sync 2010-06-15 18:07 that's good right 2010-06-15 18:07 ? 2010-06-15 18:07 oh ok 2010-06-15 18:07 hit sync 2010-06-15 18:08 everything just sorta stopped 2010-06-15 18:08 now over 2010-06-15 18:08 so I unmount everything? 2010-06-15 18:08 yep 2010-06-15 18:09 if it complains just close the terminal or exit the sd directory 2010-06-15 18:09 okay got it 2010-06-15 18:09 at login screen on jlime 2010-06-15 18:10 wass da password 2010-06-15 18:10 root 2010-06-15 18:10 ok 2010-06-15 18:10 time to startx 2010-06-15 18:11 welcome to the jlime proud crowd :) 2010-06-15 18:11 yaaay 2010-06-15 18:12 so, how do I get iceWM goin 2010-06-15 18:12 heheheh you are not friend of read howtos, isn't it? 2010-06-15 18:13 I don't know where they are 2010-06-15 18:13 also like tuts from people 2010-06-15 18:13 in jlime site is the documentation 2010-06-15 18:14 ok 2010-06-15 18:16 can't find the parameters 2010-06-15 19:45 morning all 2010-06-15 19:57 morning 2010-06-15 19:58 larsc: I would like to ask you about power-button. It is /dev/input/event0 in openwrt.. how is it hockeed to shutdown the device?.. or kernel manages it internally?. I was guessing that some stuff on userland is checking it and does the proper stuff to turn off the device. 2010-06-15 20:17 larsc: :) it seems that fnkeys binary read power button event and calls poweroff binary.. now I need to read the code of poweroff binary. I am asking because I have been able to power off my nn with 2.6.34 2010-06-15 20:50 rafa: thats correct 2010-06-15 20:57 larsc: great. Anyway, I have been able to power off the machine. I have included acpi packages in my rootfs .. perhaps that is the problem ? (or something in userland?) 2010-06-15 20:58 larsc: for kernel side I have : 2010-06-15 20:58 CONFIG_ARCH_HIBERNATION_POSSIBLE=y 2010-06-15 20:58 CONFIG_ARCH_SUSPEND_POSSIBLE=y 2010-06-15 20:58 CONFIG_PM=y 2010-06-15 20:58 # CONFIG_PM_DEBUG is not set 2010-06-15 20:58 CONFIG_PM_SLEEP=y 2010-06-15 20:58 CONFIG_SUSPEND=y 2010-06-15 20:58 CONFIG_SUSPEND_FREEZER=y 2010-06-15 20:58 larsc: if you see something wrong, please let me know 2010-06-15 21:00 I read something related in kernel mailing list (with problems in acpi code broken for 2.6.34rc, but I am not sure if that is something current now) 2010-06-15 21:04 looks good. you won't need acpi packages i guess 2010-06-15 21:42 mmm, newest firmware has that graphical thingy 2010-06-15 21:42 well, now i know what i want to do first: remove the graphical thingy :P 2010-06-15 21:42 just say no to graphical thingies 2010-06-15 21:43 that's me 2010-06-15 21:43 unless actual graphics is involved 2010-06-15 21:43 especially graphical thingies with sekrit navigation keys. 2010-06-15 21:43 oh yes 2010-06-15 21:43 that frustrated the hell out of me 2010-06-15 21:44 and don't forget the overclocking code that munges up the LCD display 2010-06-15 21:44 i am not sure why the B button actuall launches applications 2010-06-15 21:44 instead of enter 2010-06-15 21:44 b which is actually x 2010-06-15 21:44 :P 2010-06-15 21:58 emeb: what is that overclocking code? 2010-06-15 22:00 rafa: not sure - just was reading some things about how there was some clock control code from the dingoo in there 2010-06-15 23:10 well then 2010-06-15 23:38 Xiangfu Liu: [xbboot] put all jz4760 board configure to board-jz4760.h file http://qi-hw.com/p/xburst-tools/dbaf54d