From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 7038 invoked from network); 4 Jul 2022 23:16:44 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 4 Jul 2022 23:16:44 -0000 Received: from mail-il1-f182.google.com ([209.85.166.182]) by 9front; Mon Jul 4 19:15:27 -0400 2022 Received: by mail-il1-f182.google.com with SMTP id k1so1769306ilu.1 for <9front@9front.org>; Mon, 04 Jul 2022 16:15:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:from:date:message-id:subject:to; bh=ghFsRB4X+8Jm9TEtg0prlY501FzfJBvJUPRb/2TDqGo=; b=THEUrboRGYwETWUQRuVPnf1tdBtWbzVYJFg3suXyXfXj4ukhSDP5soRjaWkom3YddX 6S7sQr3M5IKZCWDEDFG9BjUSh6LXPuGv9m4mdZp3H/MVO07fcTZx2442K/qfcekOHzDo eHCxsLu3ZP3MDLdKLmJtfQYGnnvmvN+W7yhD82wjAUTIawBHk9YAHqKZPiYy0U2EsnyH V2LC7/X4y9wBw7WnF3b9yLEQlVfnoK+MTYQvNmX0OnjnTkefguSmFidTS+IGl/+al8Cm 4u7lwXTDE9d8hOpadZIAIk6NKUJvJ+sJzKsqT0Y0AZJg0EceLMim0p5MT3x20NjYLQFw nwvA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=ghFsRB4X+8Jm9TEtg0prlY501FzfJBvJUPRb/2TDqGo=; b=6UOPyh5xKLnFrDBEtO0sJvAYH7kuyOjdKMplbDNSdXe7NoRXANGTkYm0te/sLzqlkk xsKtXuE9xrGTgYJ6PBDLHgpw6cXDiHnETuzVMxYib1m0QYYViXn152kPJrSGFMAO8ZG2 fhi0JDaz6ReLWTBeQQs/4O9YGNvtGa5L4meNO+6Cc5n1B4F0NVGhiOMxJuJ68ZoomtHq glJxFA38ibRB4nPa82bzftQsuoxFpf8np4xCflJUa7uAndM1/3BOT74HXBTQpurDCsld uGYyXqyHn7n32eSaqh1gEkuwV3k7Og/X7ojKfuyfHqvaP0AxoOxTsk6rO6njsL3VSH3U VJnw== X-Gm-Message-State: AJIora9Anpf8tggzGkoOGQeT7zhzFrL/aXxLPdcsUckka/WtMhBbsgEf 1P34YV5j06gp5Q5bUqIq8/QPxfbUOmgwz7T/WiXbPcIGz8A= X-Google-Smtp-Source: AGRyM1uMHAfk3AqBQ/kFBqgDVbKK2VR98JNoCvSEaiGdNqNL1wvtNuGraMouDO5KBIcymbhf1KpsqRs5/Rs2Z2d33cs= X-Received: by 2002:a05:6e02:1e04:b0:2dc:186b:2617 with SMTP id g4-20020a056e021e0400b002dc186b2617mr2785841ila.269.1656976524063; Mon, 04 Jul 2022 16:15:24 -0700 (PDT) MIME-Version: 1.0 From: adventures in9 Date: Mon, 4 Jul 2022 16:15:13 -0700 Message-ID: To: 9front@9front.org Content-Type: text/plain; charset="UTF-8" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: progressive base Subject: [9front] 9front on spim Reply-To: 9front@9front.org Precedence: bulk I'll make this a separate thread for anyone who wants to talk about spim specifically. I saw spim mentioned in the Port Status thread. I haven't had any trouble building for spim, and some of the missing parts might just be because it is building off code stored in "mips" but does it with with the "spim" compiler, which is really just a script with the mips compiler set with a little-endian flag. As for hardware, I've been using the Onion Omega 2. I've also found several Chinese router boards that also use the MT7688. I have got it to start booting on the Onion, but haven't finished it up yet. I haven't touched it in a couple months, but what I have done so far is here: https://github.com/adventuresin9/9front-mt7688 I'm pretty sure the Loongson and Ingenic mips chips are also little endian, so there are a few systems out there that would use spim. My goal was to use the Onion Omega 2 kits to set up i2c sensors and control lights and such around my house. I also got a MT7688 based router, to make a 9front based wifi router with. And a MT7621 based router, which is similar but dual core. So, if anyone wants to help, I do have some little endian mips hardware to test on.