Arnout Engelen raboof
  • Joined on 2024-01-04
raboof pushed to openwrt-one at raboof/liminix 2025-01-07 15:10:39 +00:00
e71d92eb3d OpenWrt One support
f77da6f14c remove remaining refs to kexecboot
61eaaa82eb drivel
95dd1a1fab add missing code-block
2f9b0f12f9 switch uid
Compare 5 commits »
raboof commented on pull request dan/liminix#13 2025-01-07 12:02:46 +00:00
OpenWrt One device support

(switched from mtdimage to ubimage instead)

raboof pushed to openwrt-one at raboof/liminix 2025-01-07 08:50:23 +00:00
f0976aeecf Install OpenWrt One as ubimage instead of static FIT
raboof commented on pull request dan/liminix#13 2025-01-07 08:49:15 +00:00
OpenWrt One device support

This is likely no longer needed, but will test

raboof commented on pull request dan/liminix#13 2025-01-07 08:49:15 +00:00
OpenWrt One device support

This is likely no longer needed, but might be nice anyway (this way the kernel can load and parse the metadata without having to load image into memory if not used)

raboof commented on pull request dan/liminix#13 2025-01-07 08:49:15 +00:00
OpenWrt One device support

I think this is the main thing left to do (but perhaps can be a follow-up PR)

raboof commented on pull request dan/liminix#13 2025-01-07 08:49:15 +00:00
OpenWrt One device support

ready for another review round!

raboof pushed to openwrt-one at raboof/liminix 2025-01-07 08:43:00 +00:00
2886abfb90 Install OpenWrt One as ubimage instead of static FIT
raboof pushed to openwrt-one at raboof/liminix 2025-01-05 15:16:47 +00:00
7195b6fa78 Rebased and using openwrt 24.10-rc4
raboof pushed to openwrt-one at raboof/liminix 2025-01-05 15:15:25 +00:00
b9c314981a Rebased and using openwrt 24.10-rc4
4d9a811f38 config-1
616122fa3f tftpboot: explicitly mark phram as mappable
9b26ddac3f Comment wrt fit config
95d8915a38 small cleanups
Compare 42 commits »
raboof commented on pull request dan/liminix#13 2025-01-02 10:37:43 +00:00
OpenWrt One device support

Is the proposal for a third way to make the flashable image which would have kernel and initramfs and rootfs packaged into a fit? It would only work for read-only filesystems

Yes. But...

raboof created pull request dan/liminix#15 2025-01-02 09:54:03 +00:00
Fix typo: Buildiing -> Building
raboof pushed to typo at raboof/liminix 2025-01-02 09:53:55 +00:00
3caf8a75bb Fix typo: Buildiing -> Building
raboof created branch typo in raboof/liminix 2025-01-02 09:53:55 +00:00
raboof commented on pull request dan/liminix#13 2025-01-02 09:47:57 +00:00
OpenWrt One device support

indeed fdtput -p -t i dtb /reserved-memory/$node no-map 0 does the trick!

raboof pushed to openwrt-one at raboof/liminix 2025-01-02 09:47:33 +00:00
69429404ab tftpboot: explicitly mark phram as mappable
raboof commented on pull request dan/liminix#13 2025-01-02 09:30:57 +00:00
OpenWrt One device support

(confirmed the 'traditional' uboot tftp boot works fine on this device, so moved the tftpboot changes out of this PR and to #14)

raboof pushed to openwrt-one at raboof/liminix 2025-01-02 09:20:54 +00:00
f4369c3afb Comment wrt fit config
raboof commented on pull request dan/liminix#13 2025-01-02 09:13:33 +00:00
OpenWrt One device support

Yeah, that's a challenge, as nobody owns all devices 😆.

How do you want to approach this in liminix generally?

raboof pushed to openwrt-one at raboof/liminix 2025-01-02 08:51:42 +00:00
cb3c8702d5 small cleanups