Re: [LEDE-DEV] [PATCH 0/4] Gemini forward-port to kernel v4.14

2018-04-11 Thread Roman Yeryomin
On 2018-04-11 00:51, Linus Walleij wrote: On Mon, Apr 9, 2018 at 12:38 PM, Roman Yeryomin wrote: I have tested them quickly yesterday on nas4220b board. Although I've managed to boot it (had to fix rootfs image) ethernet and usb didn't work. And I didn't check anything else. I didn't yet loo

Re: [LEDE-DEV] Advice on filesystem for x86 (CF card)

2018-04-11 Thread Sebastian Fleer
On 11.04.2018 14:48, txt.file wrote: There is no need to create a bigger squashfs as squashfs is read-only. With squashfs you get two file systems. squashfs for the files in the image and jffs2 for changed/added files. During the first boot the jffs2 is created. It starts after the end of the squ

Re: [LEDE-DEV] Advice on filesystem for x86 (CF card)

2018-04-11 Thread Luiz Angelo Daros de Luca
> > > > I didn't know a way to expand squashfs, so decided to compile the image > > and adjusted /root size as per the size of the disk. > > > I'm using the Image Builder to create custom images. I can't find any > option how to specify the size of the rootfs and/or the overlay. > Is it possible

Re: [LEDE-DEV] [PATCH 3/3] intel-microcode: create early load microcode image

2018-04-11 Thread Tomasz Maciej Nowak
W dniu 11.04.2018 o 09:26, Matthias Schiffer pisze: On 04/03/2018 03:13 PM, Tomasz Maciej Nowak wrote: Create initrd image with packed microcode. This'll allow to load it at early boot stage. Unfortunately the package can't install files directly to /boot directory, therefore additional installa

Re: [LEDE-DEV] Advice on filesystem for x86 (CF card)

2018-04-11 Thread Tomasz Maciej Nowak
W dniu 11.04.2018 o 14:35, Mikael Bak pisze: On 2018-04-11 14:11, Nishant Sharma wrote: [snip] I didn't know a way to expand squashfs, so decided to compile the image and adjusted /root size as per the size of the disk. I'm using the Image Builder to create custom images. I can't find any

Re: [LEDE-DEV] Advice on filesystem for x86 (CF card)

2018-04-11 Thread txt.file
There is no need to create a bigger squashfs as squashfs is read-only. With squashfs you get two file systems. squashfs for the files in the image and jffs2 for changed/added files. During the first boot the jffs2 is created. It starts after the end of the squashfs until the end of device. The good

Re: [LEDE-DEV] Advice on filesystem for x86 (CF card)

2018-04-11 Thread Nishant Sharma
Hi Mikael, On Wednesday 11 April 2018 06:05 PM, Mikael Bak wrote: Is it possible with Image Builder or must I build the whole thing from source? That's the exact point where I was stuck. I chose the harder way, but may be someone on the list could assist us. Regards, Nishant __

Re: [LEDE-DEV] Advice on filesystem for x86 (CF card)

2018-04-11 Thread Mikael Bak
On 2018-04-11 14:11, Nishant Sharma wrote: [snip] I didn't know a way to expand squashfs, so decided to compile the image and adjusted /root size as per the size of the disk. I'm using the Image Builder to create custom images. I can't find any option how to specify the size of the rootfs

Re: [LEDE-DEV] Advice on filesystem for x86 (CF card)

2018-04-11 Thread Nishant Sharma
On Wednesday 11 April 2018 05:02 PM, Mikael Bak wrote: Both are fine, squashfs is recommended. No significant performance penalty either way. And added benefit of no RO filesystem mounts on dirty reboots with ext2/3/4. Do I have to expand the fs after flashing in order to make use of my 1GB C

Re: [LEDE-DEV] Advice on filesystem for x86 (CF card)

2018-04-11 Thread Mikael Bak
On 2018-04-11 11:30, Felix Fietkau wrote: On 2018-04-11 10:59, Mikael Bak wrote: [snip] What is the recommended filesystem to use on a CF card in this case? [snip] Both are fine, squashfs is recommended. No significant performance penalty either way. - Felix Thanks Felix, I will give sq

Re: [LEDE-DEV] Advice on filesystem for x86 (CF card)

2018-04-11 Thread Felix Fietkau
On 2018-04-11 10:59, Mikael Bak wrote: > Hi, > > I am playing around with an old PC Engines Alix board and I want to put > OpenWRT on it. > > For the x86 platform I see that there are two options: ext4 and squashfs. > > What is the recommended filesystem to use on a CF card in this case? > > I

[LEDE-DEV] Advice on filesystem for x86 (CF card)

2018-04-11 Thread Mikael Bak
Hi, I am playing around with an old PC Engines Alix board and I want to put OpenWRT on it. For the x86 platform I see that there are two options: ext4 and squashfs. What is the recommended filesystem to use on a CF card in this case? I am mostly interested in knowing if it has any performanc

Re: [LEDE-DEV] [PATCH 3/3] intel-microcode: create early load microcode image

2018-04-11 Thread Matthias Schiffer
On 04/03/2018 03:13 PM, Tomasz Maciej Nowak wrote: > Create initrd image with packed microcode. This'll allow to load it at > early boot stage. Unfortunately the package can't install files directly > to /boot directory, therefore additional installation hooks are placed > for standalone package an