<Tusker>
hi guys, I am trying to reconstruct a tag_kernel that the tplink x20 v3 tries to read from the jffs2 filesystem, but I can't figure out why uboot isn't seeing the file inside the jffs2. It is a bit odd, and just skips over it, any ideas ?
rua has quit [Quit: Leaving.]
<Tusker>
I think it's because inside the jffs2 partition, the tag_kernel file ends up near the end of the mtd, but it needs to be within the first 8 blocks
<Tusker>
anyway to cause mkfs.jffs2 to order the files in a certain way ?
<Tusker>
nope, doesn't seem like that it is just that issue... *sigh*
SwedeMike has quit [Remote host closed the connection]
SwedeMike has joined #openwrt-devel
rua has joined #openwrt-devel
mrkiko has quit [Quit: leaving]
minimal has joined #openwrt-devel
rua has quit [Quit: Leaving.]
rua has joined #openwrt-devel
rmilecki has quit [Quit: Konversation terminated!]
rmilecki has joined #openwrt-devel
dermoth has quit [Remote host closed the connection]
Rondom has joined #openwrt-devel
<Rondom>
hi, does someone have a few minutes to spare to review https://github.com/openwrt/openwrt/pull/13798 . I have already done my fair bit of reviewing, but there are a few things I am unsure about plus the PR has been sitting there for some time and I am glad that the contributor has not lost motivation and is working on it again
<Rondom>
I am not sure what OpenWrt's policy is on the rootfs UBI volume. We usually use dynamic UBI volumes on our devices because of the better performance they provide (at the cost of higher overhead in flash space). The contributor chose to use a static UBI volume.