![]() |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
mtdparts=omap2-onenand:512k(bootloader),1408k@512k(config),8192k@ 1920k(kernel),1024k@10112k(log),496768k@11136k(var ),16384k@507904k(moslo) My N9 info: Found device RM-696, hardware revision 1509 NOLO version 2.3.6 Version of 'sw-release': DFL61_HARMATTAN_40.2012.21-3_PR_001 I also flashed the eMMC with 29FAD658_DFL61_HARMATTAN_40.2012.13-7.NORTHERNEUROPE_EMMC_NORTHERNEUROPE.bin, but my N9's product code is 059H6N5. I wonder if that could be the issue here. |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
This is not really related to Ubiboot anymore, so sorry for going off topic.. but is it possible to go from a country/carrier branded phone to generic/ROW? This post (http://talk.maemo.org/showpost.php?p...2&postcount=22) says it's not possible, but the flashing guide states: "Removing carrier branding - installing 00x variant firmware makes your subsidized N9 act just like an unlocked one", or maybe that just relates to the eMMC. Currently flashed version is: DFL61_HARMATTAN_40.2012.21-3.339.2_PR_339 Wanted version (at least it matches my product code) is: DFL61_HARMATTAN_40.2012.21-3_PR_001 Could it be the case that there's a PR version diff between these two as well? |
Re: Introducing ubiboot N9 (multiboot OS loader)
Someone know where to download the Firefox OS - missing here now:
http://romaxa.info/b2g/b2g_n9_droid_hal_fs.tar.gz |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
|
Re: Introducing ubiboot N9 (multiboot OS loader)
juiceme, will ubiboot support direct charging?
|
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
|
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
Yes, there may be a PR diff, but more related to inclusion of some services (skype, fb, ...) and the like. But not to what you experience (afaik). Another yes to to your 'upgrading' the firmware to a carrier/country specific. Now you are at that level (339) and there is no chance to go back, at least for us end users / service points. And a no to the question of 'unbranding/unlocking'. Unfortunately the ultimate flashing guide is a bit unclear here (as well as eMMM should not be flashed alone but together with firmware in one command): such thing as unbranding is possible but always in conjunction with an upgrade. I.e. if you have a higher FW release (e.g. a PR1.4) you will have the possibility to go 'back' to 001/ROW variant. I am stuck with highest 480/swiss variant but happy [/OT] Hopefully rainisto reads about your problem (mtd formatting) and has an explanation/solution. I would also create a new thread with well chosen title to give qhole community the chance to answer (with links to most interesting posts in this thread). |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
|
Re: Introducing ubiboot N9 (multiboot OS loader)
@cthorell, @fejd,
I consulted @rainisto on this and he suspects that the reason for the MTD partitioning being incorrect on your devices might be an upgrade gone wrong. At some point the MTD partitioning scheme was changed, and when devices were upgraded to next PR level the MTD should have been partitioned accordingly but if there was some problem then the old partition layout could have been preserved on the devices. It is worth rtying to reflash the device clean back to Closed Mode with --no-preserve flag added on the command line, this should repartition both MTD and EMMC and fix the problem. |
Re: Introducing ubiboot N9 (multiboot OS loader)
in my N9
zImage_2.6.32.54-openmode_l2fix is located in /boot shouldn't be in /boot/Harmattan ?? ... I can't boot into MeeGo from the first try .. I must boot my phone and press the MeeGo button (and repeat that process 3 times) so I can boot my N9 .. |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
When you look at the device filesystem when running ubiboot, the same location becomes /boot/Harmattan/boot/ because your / is now a RAMFS instance, and your mmcblk0p2 is mounted at /mnt/2/, which is symlinked to /boot/Harmattan/ :D Quote:
What is your device's HW revision? |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
2- Boot the device again choose the MeeGo button device Shutdown 3- Boot the device choose the MeeGo button the Nokia annimation apears and phone |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
For each time you start device with ubiboot you will find an entry in the log, can you post that log somewhere? |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
So do a: Code:
flasher -F main.bin -F emmc.bin --no-preserve -f -R |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
https://www.dropbox.com/s/7ccb859q0zsi0ex/ubiboot.log |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
According to the log, each time you boot Harmattan, it should start normally as far as ubiboot is concerned: Jan 2 11:13:42 (none) user.notice root: Loading kernel /boot/Harmattan/boot/zImage_2.6.32.54-openmode_l2fix If there was a problem that ubiboot could detect, you would see something else than "kexec_load() successful" in the logfile. Now, the problem is then something that happens after kexec() which starts the 2nd stage kernel. Now, I presume your harmattan has to be PR1.3 level, as else you propably could not start the zImage_2.6.32.54-openmode_l2fix kernel at all. (it would require an older PR kernel to match the OS) So, most propably it is an aegis-related problem in startup. Can you check in your /var/log/syslog (and possibly /var/log/syslog.old) if there is something defilite that occurred when you tried starting harmattan and failed? One thing that comes to mind, in which way have you entered Open Mode? Unless it is by back-to-back-closedmode-openmode flashing, it can leave your aegis in a state that causes all kinds of funny business, includeing but not limited to boot problems. :mad: |
Re: Introducing ubiboot N9 (multiboot OS loader)
I flashed nitdroid kernel to enter openmode .. Didnt flash the openmode_fix
|
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
If you do it that way, your device aegis keys will be created for Open Mode and everything will work much better. |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
|
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
Quote:
|
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
Do you think the same problem affects also backups? For example restore in open mode from a backup done in closed mode? :eek: |
Re: Introducing ubiboot N9 (multiboot OS loader)
Yep, for sure ...
|
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
My phone is RM-696 rev. 1507 (16GB black model) Can you guys confirm you solved the "small partition" issue and how exactly? BTW I can tether-boot Sailfish with this command in Linux: flasher -k zImage_2.6.32.54-ubiboot-02_301013 -l -b |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
|
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
Quote:
Now what I am thinking, it would be possible to make a tiny-version of ubiboot, with reduced maintanance mode (for example, no ssh, only telnet access) and if I strip it down enough it will fit onto 8M partition... |
Re: Introducing ubiboot N9 (multiboot OS loader)
@juiceme did you tried just starting bme in maintenance mode? it should start charging :) with bmestat you can try to check it.
|
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
Loading up the BME module is not enough, it needs the DSME server also. However, that is not enough to work, it needs the DBUS framework and some additional crap around to work also... :mad: |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
Which image do you recommend flashing, anyway? |
Re: Introducing ubiboot N9 (multiboot OS loader)
I have Ubiboot-sailfish installed should I flash Ubiboot-02 kernel normally
or I need to delete the current one first ? |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
In that case, you need not flash the ubiboot kernel, since the kernel is same on both versions. Instead, you need to replace your ubiboot-02.035_SF_v1.cpio with the CPIO file for normal ubiboot, and also edit your ubiboot.conf accordingly. |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
|
Re: Introducing ubiboot N9 (multiboot OS loader)
Thanks a lot!
P.S. I have tried several more firmware versions with erase option but none repartitioned my phone for this task. |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
|
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
|
Re: Introducing ubiboot N9 (multiboot OS loader)
I fon't understand in these stuff
How to uninstall/remove ubiboot .. ?? And re-install it ... is it easier ?? |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
Once you have a normal kernel on MTD2 your device will no longer use ubiboot :D |
Re: Introducing ubiboot N9 (multiboot OS loader)
then I can install ubiboot-02.. Normally ??
|
Re: Introducing ubiboot N9 (multiboot OS loader)
Released ubiboot-02 (integrated) version, rev. 0.3.6. minimal
New features: Not really, just a stripped-down version to fit into 8M kernel partitionBug fixes: N/AGeneral enhancements: N/AWork in progress: N/AGet it fresh from HERE See the README file Installation notes: This version is compatible with 0.3.5, but not older versions. The files are also uploaded at Skeiron, for your convenience: http://juiceme.cloud-7.de/ubiboot/ub...2-small_060114 |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
|
Re: Introducing ubiboot N9 (multiboot OS loader)
Confirmed that the small ubiboot fits into the 8MB kernel partition - ubiboot loads fine and Nitdroid and Harmattan boots! Thanks a lot :) Now on to loading the device with Sailfish..
|
All times are GMT. The time now is 07:20. |
vBulletin® Version 3.8.8