From 80793aa694ec812acdb1c69ee89c2951bb0f0bd4 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Mon, 30 Oct 2023 22:11:16 +0000 Subject: [PATCH] belkin rt3200 is a ubifs device --- devices/belkin-rt3200/default.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/devices/belkin-rt3200/default.nix b/devices/belkin-rt3200/default.nix index 8f65265e..0e8197e0 100644 --- a/devices/belkin-rt3200/default.nix +++ b/devices/belkin-rt3200/default.nix @@ -160,7 +160,7 @@ maxLEBcount = "1024"; # guessing }; - defaultOutput = "flashimage"; + defaultOutput = "ubimage"; # the kernel expects this to be on a 2MB boundary. U-Boot # (I don't know why) has a default of 0x41080000, which isn't. # We put it at the 32MB mark so that tftpboot can put its rootfs @@ -177,7 +177,13 @@ ]; }; - flash.eraseBlockSize = "65536"; # this is probably wrong + # - 0x000000000000-0x000008000000 : "spi-nand0" + # - 0x000000000000-0x000000080000 : "bl2" + # - 0x000000080000-0x0000001c0000 : "fip" + # - 0x0000001c0000-0x0000002c0000 : "factory" + # - 0x0000002c0000-0x000000300000 : "reserved" + # - 0x000000300000-0x000008000000 : "ubi" + networkInterfaces = let inherit (config.system.service.network) link;