**** BEGIN LOGGING AT Tue Mar 13 03:00:03 2018 Mar 13 13:35:02 merlin1991: ping Mar 13 23:04:28 sicelo: help ;p Mar 13 23:04:38 i added a boot entry pointing at the krenel etc Mar 13 23:05:06 get the kp53 zimage, and load it via flasher Mar 13 23:05:17 flasher over usb? Mar 13 23:05:23 that should boot you back on to maemo Mar 13 23:05:26 yes, usb Mar 13 23:05:34 hrrm last i chceked my usb port connection not behaving ;-( Mar 13 23:05:44 been recharging batteries in the external charger for years Mar 13 23:06:19 I can try to fix it nonetheless ;p Mar 13 23:06:31 2 orange wires going over to the usb-test-points... something probably come loose Mar 13 23:08:24 sounds like best option Mar 13 23:08:28 "boot entry" as in uboot, or bootmenu? Mar 13 23:08:35 i can't think of something else Mar 13 23:08:38 Maxdamantus: i had bootmenu working Mar 13 23:08:46 Maxdamantus: installed u-boot flashed that on instead Mar 13 23:08:55 but won't ne surprised if there is Mar 13 23:08:57 If you're using uboot, you can probably just load something from an SD card. Mar 13 23:08:59 having tried to reate bootmenu.d entry for 2.6.2 8 power 63 Mar 13 23:09:26 also can i load the fiasco image from u-boot ?? Mar 13 23:09:36 Not directly. Mar 13 23:09:55 but you can extract the kernel and put that on an SD card. Mar 13 23:09:57 Maxdamantus: good point, thankyou Mar 13 23:10:37 iirc pali's u-boot images try to run boot.scr on the first partition of the SD card, before looking in eMMC Mar 13 23:15:42 Maxdamantus: or i could copy the uimage file on there and just boot via manual commands?? Mar 13 23:18:51 Maxdamantus: can you point me at the deb file orso for kernel-power-bootimg / Mar 13 23:23:10 Maxdamantus: then i i put uImage file on sd-card i ought to be alright i suspcet Mar 13 23:26:27 i guess you'll need to set environment and/or cmdline. i really don't know. kernel package you can find at maemo.org/packages .. just search there Mar 13 23:28:24 ooo i didnt know such interface exists Mar 13 23:30:53 nom, that 'bootimg' provihes a zImage-2.6.28.10-power53 Mar 13 23:31:01 and the bootmenu.d entry Mar 13 23:31:37 is that zImage-2.6.28.10-power53 whats' needed? or does it require converting to uimage as well ? Mar 13 23:31:42 ok. maybe it's zImage then, not uImage Mar 13 23:32:47 You need to convert it to uimage Mar 13 23:33:28 mkimage -A arm -O linux -T kernel -C none -a 80008000 -e 80008000 -n "$1" -d "$1" "$1".u Mar 13 23:33:42 :-) Mar 13 23:34:59 * sicelo heads to bed now. Mar 13 23:35:30 setenv bootmenu_0 kernel_2.6.28.10-power53='setenv setup_omap_atag 1; setenv bootcmd '\''ext2load mmc 1:1 0x86008000 /k/kernel_2.6.28.10-power53.u; bootm 0x86008000'\''; boot' Mar 13 23:35:40 the jobs Mar 13 23:35:47 Maxdamantus: errr mkimage, without maemo working? Mar 13 23:36:01 Maxdamantus: can you point me at the uimage file somewhere? Mar 13 23:36:18 enyc: you should be able to install some u-boot utilities through any distro. Mar 13 23:36:22 mkimage is available even on pc, etc. Mar 13 23:36:30 yes Mar 13 23:36:46 that said, seems 'tail' can also work Mar 13 23:37:03 look in maemo leste thread on tmo for a post by halftux Mar 13 23:37:32 something like 'tail -c65 < zimage > uimage' Mar 13 23:37:40 or was that +65 Mar 13 23:38:01 Should be called something like "u-boot-tools" in a package manager. Mar 13 23:38:13 yes inedeed and now have it Mar 13 23:38:51 hjhj x ;m scrjwxng thxsngs ku whjn tqq txrjd Mar 13 23:39:37 here i am screwing things up when too tired, lol Mar 13 23:39:56 You'd need to put something like the above "setenv .." stuff into another file, with "bootmenu" at the end, adjusting the "/k/.." part, and probably the numbers after "mmc" (1:1 means eMMC partition 1, dunno if SD is 0:1 or 2:1) Mar 13 23:40:37 then to make the actual boot.scr file: mkimage -A arm -O linux -T script -C none -n boot -d "$F" boot.scr Mar 13 23:41:05 tbh, I don't really understand why u-boot can't just use normal text files. **** ENDING LOGGING AT Wed Mar 14 03:00:01 2018