If you recognize the DECsystem-20 assembly instruction in the URL, you are in exactly the right place. Welcome. I am a retired firmware engineer, a lifelong science fiction fan, and the author of the hard sci-fi corporate thriller, Mind the Machines . About the Book What if death wasn’t the end, but the start of a different kind of life? LifeSim Inc. has made the impossible real: a digital afterlife where minds can live forever. But when consciousness becomes a service, ownership becomes a question. Mind the Machines explores the unsettling cost of eternal existence—and the quiet terror of discovering that your future may belong to someone else. Available now on Amazon in Paperback and Kindle https://www.amazon.com/Mind-Machines-Hedley-Rainnie-ebook/dp/B0GT8RD16X Add it to your shelf on Goodreads https://www.goodreads.com/book/show/250164231-mind-the-machines About the Author Hedley is a retired firmware engineer living in Silicon Valley. His lifelong passion for science f...
This is the follow on to the STM32MP1 series. This time a dual core Cortex-A35 a Cortex-M33 and a Cortex-M0+. As shipped, they provide a 16G micro SD card with Linux on it. That card is partitioned with a lot of odd small partitions. The important ones are at the end, p10 and p11. Unfortunately p10, the / partition is only 4G so immediately there is a storage crisis when you start populating the usual tools. A quick dd from that card to a 256G card I had lying around and we now have a start of something useful. Next is to run gparted on my RPi5 and first move p11 which is /usr/local to 1MiB from the end. Don't leave that as 0 or the move will fail. Once moved, you can resize p10 to be 200+G. Now we have some useful space. I added a user with sudoers privs. There is no date/time setup when it boots, that needs to get rectified with a ntp callout. Now... there is no C compiler or binutils. binutils got installed. Lots of apt update -> apt install xyz's. Here is an interesti...