Jump to content

Ruediger

Members
  • Posts

    21
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hello! Whilst I, so far, only used a BPi M5 as a multirole-server (Mumble, Apache, Minecraft), I'd use a 16GB BPi M7 as an OpenSimulator node. And, depending upon the availability under Armbian of an LLM able to use the NPU, I'd use that to have a locally hosted Chat-Help-Bot in that OpenSimulator node. Admittedly, I have no clue of how to do that - but there's other LLM's that might have the knowledge to guide me through that process. Or some human able and willing to help. The aim would be to have a selfcontained OpenSimulator Sim able to serve as both a login point to the Hypergrid/Metaverse as well as having an integrated, interactive helpcenter for newbies. And, too, to have a general point of contact that's staffed 24/7. Well, and I'd use the fact I don't see any cases so far for the M7 to design one that's FDM printable. With kind regards Rüdiger
  2. Hello! Question to the OP: Is this: https://www.amazon.de/Android-Quad-Core-Cortex-A53-Enternet-Bluetooth/dp/B0BYCK85LB the type of settopbox you're using? If so, where did you get the image you're using? I'm using an Odroid C2 for my mediaserver, but with passive cooling it runs damnably hot and with active cooling it's not fit to run in my living room. Before the C2, I had an Mecool M8S Pro W, for several years, but the S905W chipset is no longer supported and I need a series 6 kernel to run it, so I was looking what the Settop boxes offer these days and found your thread. It reads as if the basic functionality was reached almost out of the box, what is what I am looking for.
  3. Hello! I watch this thread since a year, so far no update and the issue still exists in Bookworm for a Odroid-C2 booting into the current bookworm image on MicroSD ( as of writing this, that's Armbian 23.8 Bookworm ). Is there any chance of this being solved? I tried with a Kingston (32GB), an Intenso (8GB), a Sandisk (16GB) and a Toshiba (64GB) MicoSD card. If this cannot be solved...: Any recommends where to get a Toshiba or Sandisk eMMC module? I wasn't very lucky with the Odroid ones for my N2 and N2+, but didn't find any other compatible eMMC modules so far. And I'm not planning on soldering some BGA chips out and in. X(
  4. Hello! Shortform: SDCard recreated from .iso image does not boot. #### Detailed: I use an Odroid as my Minecraft server. I have a fast 32GB card in it, and a usb hdd for swap and media files. After the setup was working, and after each update, I pulled the card from the machine (after shutting down) and plugged it into my PC to make a backup: dd if=/dev/sdc bs=4M | gzip -c >/media/backup/odroid.img.gz In case I ever needed to recreate the card, I have this line to run: gunzip -c /media/backup/odroid.img.gz | dd of=/dev/sdc bs=4M /dev/sdc is a placeholder for whichever drive my USB Cardreader is appearign as. I do have a https enabled Apache webserver with some static content, a Mumble voicechat server for gaming voicechat, Dokuwiki for my occasional bouts of hobby writing and a lot of other little tidbits on the machine, such as a VPN and one of these mediaserver thingies for my TV. That is a LOT of hand crafting that went into it over the years, and I am effectively unable to recreate all the little things I added over the years, which is why a new setup is something I am scared shitless imagining. Also, I named every backup separately, so I do have a LOT of backups - my backup drive is 4TB in size and my systems run on average on a space budged of 32 to 64 GB, my home partition being rsynced to a NAS via 1GB ethernet on each shutdown. When my SDCard died after years of trusty service and I replaced it with a newer, faster card, writing the isoimage went smoothly, the ext4 partition was flawless un doing fsck on it before doing sync and then pulling the card. However, the machine doesn't start. Power LED goes on, but nothing else happens. #### The error I see - Power LED on, no Keepalive LED blinking - makes me guess the bootloader isn't - or wasn't - backed up with the method I used. However, the way I use DD I am very sure it should copy the whole drive inclusive the bootloader, grub, lilo, uboot or whatever else there might be on it. Even cloning Amiga HDDs works flawlessly with DD this way. So, assuming I am correct and the way the backup was made was correct: 1) is there a known way to get an image written to SDCard that wil lhave the odroid bootloader workable? 2) is there a trick, like creating a new SDCard from an Armbian image and then copying the /dev/sd*1 partition from the image file to the newly made sdcard, that might get the image working? 3) Which other recommendations or suggestions ( I don't know, like mounting a rewritten image and a newly made SDCard and then doing cp -a /mnt/source/* /mnt/target/ ?) that might help me get my system back to working do you people have? With kind regards, a frustrated SDCard-user (with HDDs doing DD in the manner described above works nicely since almost 20 years for me, cloning systems between machines, replacing deceased drives and so on )
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines