|
#21
|
|||
|
|||
|
Hey there,
do I have to remove the installed power-kernel-version(v47) and install uboot first? Thanks for any tips, I really want to test meego, but the uboot-version available through the repositories ist only for version46. Cheers, Blck |
|
#22
|
|||
|
|||
|
Here's a small guide to add u-boot to power48.
1st: Download and install all packages from here Code:
dpkg -i kernel-power_1:2.6.28-10power48_armel.deb dpkg -i kernel-power-modules_1:2.6.28-10power48_armel.deb dpkg -i kernel-power-flasher_1:2.6.28-10power48_armel.deb dpkg -i kernel-power-settings_0.12_armel.deb dpkg -i kernel-power-bootimg_1:2.6.28-10power48_armel.deb Code:
uname -r Then follow up this little guide (Thx to [DarkGUNMAN] and Fabry's guide of patching power-kernel with u-boot)Open Terminal: Code:
sudo gainroot cd /home/user Code:
apt-get install -y wget flasher mkimage Code:
wget http://atrey.karlin.mff.cuni.cz/~pali/kernel-power_1:2.6.28-10power48_armel.deb -O kernel-power_2.6.28-10power48_armel.deb dpkg --fsys-tarfile kernel-power_2.6.28-10power48_armel.deb | tar -xf - boot/zImage-2.6.28.10-power48.fiasco mv boot/zImage-2.6.28.10-power48.fiasco /home/user/ rm -r boot rm kernel-power_1:2.6.28-10power48_armel.deb Code:
wget http://repository.maemo.org/extras-devel/pool/fremantle/free/u/u-boot-for-power-kernel/u-boot-for-power-kernel_1.0_all.deb -O u-boot-for-power-kernel_1.0_all.deb dpkg --fsys-tarfile u-boot-for-power-kernel_1.0_all.deb | tar -xf - ./usr/lib/u-boot/u-boot.bin.0x38000/u-boot.bin.0x38000 mv ./usr/lib/u-boot/u-boot.bin.0x38000/u-boot.bin.0x38000 /home/user/vmlinuz-2.6.28.10-power48 rm -r usr rm u-boot-for-power-kernel_1.0_all.deb Code:
flasher -u -F zImage-2.6.28.10-power48.fiasco rm zImage-2.6.28.10-power48.fiasco Code:
mkimage -A arm -O linux -T kernel -C none -a 80008000 -e 80008000 -n "Power Kernel v48" -d zImage uImage Code:
dd if=uImage of=vmlinuz-2.6.28.10-power48 seek=448 Code:
rm zImage rm uImage Code:
softupd -vv -s --local Code:
flasher --local -f -k /home/user/vmlinuz-2.6.28.10-power48 Code:
mv /boot/zImage-2.6.28.10-power48 /boot/multiboot/vmlinuz-2.6.28.10-power48-bak mv /boot/multiboot/vmlinuz-2.6.28.10-power* /boot/multiboot/vmlinuz-2.6.28.10-power48-bak mv /home/user/vmlinuz-2.6.28.10-power48 /boot/multiboot/vmlinuz-2.6.28.10-power48 If you have old power47 or double power48 entries open Filebox and navigate to /etc/multiboot.d to delete the respecting *.item files. #10. Reboot and watch the !!! ![]() Edit: I coloured the code for whose who don't know what goes together and what not. So, each colored lines are a complete string where to hit 'Enter' after. I left the obvious ones untouched ![]() Greetz, J4ZZ |
|
#23
|
|||
|
|||
|
Quote:
If you just want to try meego, why don't you downgrade your power-kernel to v46, go and see what meego has to offer. |
|
#24
|
||||
|
||||
|
Everytime I run NITDroid (N12 Gingerbread) it breaks my u-boot.
|
|
#25
|
|||
|
|||
|
@J4ZZ:
Look, thanks for the guide and all! I know my way around using the command line and even worked with linux for a couple of years. But before using anything like that guide I'd like to have some basic stuff cleared out first. It's almost unbelievable but I haven't found anywhere anyone that explains what all these boot things are actually doing in detail. I mean, I was happy to read that if I install kernel power with it's supplied bootimg package, then my guess was that I would be able to multiboot just by doing that. Then I read about this u-boot stuff that I know have been around for a while since the earlier power kernels, that it is obviously needed as well. So what does that provide in comparison with bootimg package? What the hell? Why do I need the bootimg package, why do I need the u-boot package and why do I need both in order to use multiboot with for instance MeeGo on the SD card. I know this sounds like like very noob stuff, but I haven't found anywhere here someone explaining the boot process in the N900 and why we need this and that in order to get it to work. It would be much easier to accept such guides if we understand the reason to what the freaking things are doing that we install. I have read about the universal bootloader earlier, but not really how it fits into the n900. It's not so strange that some ppl cannot follow simple guides if noone really explains what's going on. Probably it's explained somewhere, but I sure haven't found it and I'm tired of clicking through +100 pages in threads with unrelated stuff or with guides for dummies that says "do it this way" but not explaining how it is supposed to work in just basic terms. Where can I read about the darned boot process? BTW, the search bar here at talk.maemo.org is useless junk. Rant over. |
|
#26
|
|||
|
|||
|
followed instructions (twice) but boot stuck at "Loading kernel..." line.
I've made the procedure with powerk v48. any thoughts/help? |
|
#27
|
||||
|
||||
|
Quote:
|
| The Following User Says Thank You to erendorn For This Useful Post: | ||
|
#28
|
|||
|
|||
|
Just followed your link instructions (wich seem to be the same has on this thread) and the same happens.
Uboot is stuck on "Starting kernel ..." and the led light is on (strong blue). PS. I have to remove bat to reflash the non-uboot kernel again Last edited by trlopes1974; 2011-09-07 at 16:12. Reason: PS |
|
#29
|
||||
|
||||
|
yes it's based on this thread and another, as referenced. In one of the thread (this one or the other), it's written that some firmware don't work with the verion of u-boot used here, so maybe it's the case for you :/
|
|
#30
|
|||
|
|||
|
im in exactly the same situation boots meego fine , But freezes at loading kernel after trying to add u-boot to kernel 48.
|
![]() |
|
|