maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   General (https://talk.maemo.org/forumdisplay.php?f=7)
-   -   PostmarketOS on Nokia N9 (https://talk.maemo.org/showthread.php?t=100210)

pichlo 2018-02-26 08:01

Re: PostmarketOS on Nokia N9
 
1 Attachment(s)
Quote:

Originally Posted by juiceme (Post 1541605)
Your logfile seems to me a word document that I cannot open with libreoffice, it says it's corrupted.

Use a proper Word, then! Mine opens it just fine :D

Quote:

Why not use plain ascii format?
Amen! (.txt format attached)

juiceme 2018-02-26 08:45

Re: PostmarketOS on Nokia N9
 
Quote:

Originally Posted by pichlo (Post 1541607)
Use a proper Word, then! Mine opens it just fine :D

Lovely, thanks for log conversion!
(see, not all of us can afford a msword installarion...)

Now, for the logfile;

1.) First when the device is booted, it copies the menus cpio archive correctly from your mmcblk0p1 so at least that is not corrupted.

2.) The device is booted in maintanance mode, (usb attached) so it exports the partitions out of the device over usb. According to the logs this looks to be OK.

3.) After about 10 seconds you plug the usb cord off, and you should then reboot the device.

Now, can you tell me what did you observe in the computer side of things, did you have some problem mounting the exported partitions or what?

n950 2018-02-26 09:16

Re: PostmarketOS on Nokia N9
 
Quote:

Originally Posted by juiceme (Post 1541609)
Lovely, thanks for log conversion!
(see, not all of us can afford a msword installarion...)

Now, for the logfile;

1.) First when the device is booted, it copies the menus cpio archive correctly from your mmcblk0p1 so at least that is not corrupted.

2.) The device is booted in maintanance mode, (usb attached) so it exports the partitions out of the device over usb. According to the logs this looks to be OK.

3.) After about 10 seconds you plug the usb cord off, and you should then reboot the device.

Now, can you tell me what did you observe in the computer side of things, did you have some problem mounting the exported partitions or what?

Hi,

Before having done the 3 partitions inside MyDocs Harmattan OS run correctly with zimage openmode.
I am in maintenance mode with usb attached i make all my partitions.
After my partitions with gparted are done. It's impossible to boot Harmattan OS. Can you explain me why?

In Ubuntu, when i export my partitions i have an error on MyDocs. like it's impossible to copy files inside...
Perhaps it's more secured to connect the device once i am in Harmattan and i can try to partition MyDocs?

Thanks

EDIT: It's resolved.

n950 2018-02-26 12:44

Re: PostmarketOS on Nokia N9
 
My N9 is good now and i have all my partitions and Harmattan OS.
How to build Nokia N9 pmOS image?
Anybody can upload with a link the image here please?
I try to follow this guide : https://wiki.postmarketos.org/wiki/Installation_guide

i am at this point:
Code:

Run 'pmbootstrap zap' to delete all chroots once a day before working with pmbootstrap!
It only takes a few seconds, and all packages are cached.
Done!

After that any help?

juiceme 2018-02-26 16:41

Re: PostmarketOS on Nokia N9
 
Quote:

Originally Posted by n950 (Post 1541611)
Hi,

Before having done the 3 partitions inside MyDocs Harmattan OS run correctly with zimage openmode.
I am in maintenance mode with usb attached i make all my partitions.
After my partitions with gparted are done. It's impossible to boot Harmattan OS. Can you explain me why?

What does the ubiboot logs show when you try to boot harmattan?
In the logfile converted to text by @pichlo it only shows log of an attempt to export the partitions via usb...

In another words; when you boot it, with no usb connection and select the harmattan icon and kernel, what happens after that?
And what do you get in the log in that case? (The log probably shows why it fails...)


Quote:

Originally Posted by n950 (Post 1541611)
In Ubuntu, when i export my partitions i have an error on MyDocs. like it's impossible to copy files inside...
Perhaps it's more secured to connect the device once i am in Harmattan and i can try to partition MyDocs?

Yes it could be corrupted, but that should not stop Harmattan from booting; after all you know Harmattan tolerates the umounting of MyDocs even when running :)

juiceme 2018-02-26 16:42

Re: PostmarketOS on Nokia N9
 
Quote:

Originally Posted by n950 (Post 1541611)
EDIT: It's resolved.

Ah, OK.

Mind telling what was the problem and how did you fix it?

n950 2018-02-26 18:29

Re: PostmarketOS on Nokia N9
 
Quote:

Originally Posted by juiceme (Post 1541647)
Ah, OK.

Mind telling what was the problem and how did you fix it?

I tried to reinstall pr1.3
Install ubiboot small
Split 1st extended partition reboot device with harmattan its ok
Split 2nd and 3rd ext4/3 partition for pmOS, reboot and it's ok
It's good now.
Now i try tp build n9 pmOS image without success
Anybody have image file i will try to continue?

n950 2018-02-28 15:52

Re: PostmarketOS on Nokia N9
 
Hi,

I try to build image.

My commands:

Code:

git clone https://github.com/postmarketOS/pmbootstrap
cd pmbootstrap
./pmbootstrap.py init (enter nokia-n9 as target device, xfce4 as GUI)
./pmbootstrap.py install --no-fde

My error:

Code:

==> kernel: appending device-tree omap3-n9
ERROR: File not found: /usr/share/dtb/omap3-n9.dtb
ERROR: postmarketos-mkinitfs-0.5.11-r0.trigger: script exited with error

How to pass this error?

Anybody have image file for this directory by default:

/home/.../.local/var/pmbootstrap/

I think the most important are :

Code:

/chroot_native/home/pmos/rootfs/nokia-n9.img
and
/chroot_rootfs_nokia-n9/boot/

Thanks in advance.

n950 2018-03-03 10:24

Re: PostmarketOS on Nokia N9
 
2 Attachment(s)
Little progress... :)

nieldk 2018-03-03 17:55

Re: PostmarketOS on Nokia N9
 
Quote:

Originally Posted by n950 (Post 1541787)
Hi,

I try to build image.

My commands:

Code:

git clone https://github.com/postmarketOS/pmbootstrap
cd pmbootstrap
./pmbootstrap.py init (enter nokia-n9 as target device, xfce4 as GUI)
./pmbootstrap.py install --no-fde

My error:

Code:

==> kernel: appending device-tree omap3-n9
ERROR: File not found: /usr/share/dtb/omap3-n9.dtb
ERROR: postmarketos-mkinitfs-0.5.11-r0.trigger: script exited with error

How to pass this error?

Anybody have image file for this directory by default:

/home/.../.local/var/pmbootstrap/

I think the most important are :

Code:

/chroot_native/home/pmos/rootfs/nokia-n9.img
and
/chroot_rootfs_nokia-n9/boot/

Thanks in advance.

If you didn’t find it, look here
https://archive.openwrt.org/snapshot...s/omap3-n9.dtb


All times are GMT. The time now is 17:52.

vBulletin® Version 3.8.8