Search found 1955 matches

by Badwolf
Wed Apr 17, 2024 1:09 pm
Forum: MEMBER BLOGS
Topic: Raven. A homemade Atari-like computer
Replies: 45
Views: 3890

Re: Raven. A homemade Atari-like computer

The other one takes care of ISA interrupts. It also takes care of Midi in lieu of an ACIA - though I'm not 100% sure if it'll stay like that, we'll see later when I get to doing some midi experiments. Having 4 extra and guaranteed free for whatever I want timers are quite nice too, for behind-the-O...
by Badwolf
Wed Apr 17, 2024 10:48 am
Forum: MEMBER BLOGS
Topic: Raven. A homemade Atari-like computer
Replies: 45
Views: 3890

Re: Raven. A homemade Atari-like computer

Lovely progress, Anders.

What are the dual MFPs for, just out of interest?

BW
by Badwolf
Wed Apr 17, 2024 10:30 am
Forum: MEMBER BLOGS
Topic: Exxos's PiStorm blog
Replies: 65
Views: 805

Re: Exxos's PiStorm blog

My HDMI cable has come, but I'm not at home today and need to keep off the pc for a few days now anyway. All this Linux stuff isn't RSI friendly.. I can't type more than a couple of sentences each day before I am in a lot of pain :( Ah, yeah. Getting a PiStorm going will involve a lot of typing, I'...
by Badwolf
Wed Apr 17, 2024 10:08 am
Forum: MEMBER BLOGS
Topic: Exxos's PiStorm blog
Replies: 65
Views: 805

Re: Exxos's PiStorm blog

@Badwolf This is what MX has.. I can't access rootfs though.. That looks ok. sudo mount /dev/sdg2 /mnt Should make that available under /mnt, but this all seems very complicated to me. Does that SD card boot on the Pi, @exxos? I've not tried it as I wouldn't know unless it connects to WiFi.. but th...
by Badwolf
Tue Apr 16, 2024 9:47 pm
Forum: MEMBER BLOGS
Topic: Exxos's PiStorm blog
Replies: 65
Views: 805

Re: Exxos's PiStorm blog

ps - it has only written 1 partition. not the entire image to disk. You should use a dedicated app designed for writing disk images, like rufus or win32diskimager or balena etcher. Windows is only ever going to see one partition, isn't it? Only boot is FAT32. Does that SD card boot on the Pi, exxos...
by Badwolf
Tue Apr 16, 2024 4:26 pm
Forum: MEMBER BLOGS
Topic: Exxos's PiStorm blog
Replies: 65
Views: 805

Re: Exxos's PiStorm blog

exxos wrote: Tue Apr 16, 2024 3:01 pm All just seems way to over complicated to me. Think I am just better sticking to windows stuff .
There's the Windows way and there's everyone else's way.

If you're used to one, the other will seem complicated. ;)

BW
by Badwolf
Tue Apr 16, 2024 2:56 pm
Forum: MEMBER BLOGS
Topic: Exxos's PiStorm blog
Replies: 65
Views: 805

Re: Exxos's PiStorm blog

Thats what it said in DISKS. ksnip_20240416-144811.png At the top: /dev/sdd The first partition is /dev/sdd1 Indeed I don't want to kill my main drive, but nothing would surprise me. But my windows drives are all passworded.. so I hope it wont trash those. I don't know what passworded means in this...
by Badwolf
Tue Apr 16, 2024 2:38 pm
Forum: MEMBER BLOGS
Topic: Exxos's PiStorm blog
Replies: 65
Views: 805

Re: Exxos's PiStorm blog

Here we go then, 2nd attempt lucky I guess. sudo dd bs=4M if=H5 Pistorm (2024-04-14 1835).img of=/dev/sdd1 oflag=direct bash: syntax error near unexpected token `(' $ sudo dd bs=4M if=steve.img of=/dev/sdd1 oflag=direct :ball: I don't think that'll work -- that's /dev/sdd1 -- first partiion on sdd....
by Badwolf
Tue Apr 16, 2024 11:23 am
Forum: MEMBER BLOGS
Topic: Exxos's PiStorm blog
Replies: 65
Views: 805

Re: Exxos's PiStorm blog

exxos wrote: Tue Apr 16, 2024 11:09 am Thanks @Badwolf will give it a try after lunch :)
Just a warning, it'll take a long time (perhaps up to an hour) and you'll get no feedback on the command line until it's finished.

There are ways to get feedback, but they're non-trivial to explain or require extra software.

BW
by Badwolf
Tue Apr 16, 2024 10:55 am
Forum: MEMBER BLOGS
Topic: Exxos's PiStorm blog
Replies: 65
Views: 805

Re: Exxos's PiStorm blog

From the terminal: sudo dd bs=4M if=steves_image.img of=/dev/sde oflag=direct This copies steves_image.img to /dev/sde (which is what your SD card was reporting as in the screenshot above -- change if it's changed) sudo = run as root dd = the block copier if = input file of = output file (device SDE...

Go to advanced search