Debian trixi en beaglebon A6a

Hola e podido instalar sin problema una imagen de Debian trixi en una beagle A6a que compre por un precio ridiculo con ayuda de ala IA para instalar todo lo necesario para echarla a andar

a sido una experiencia muy bonita que voy a aprovechar para aprender su electronica y programacion.

1 Like

Here is the translation to English:“Hello, I was able to install a Debian Trixie image without any problem on a Beagle A6a that I bought for a ridiculous price. With the help of AI to install everything needed to get it up and running, it has been a really great experience that I am going to take advantage of to learn about its electronics and programming.”

Great! what will you do with it? What AI did you use?

It’s cool to see the “original” BeagleBone still working on mainline, i haven’t tested that model in years! :wink:

1 Like

I’ve an A5C that is still running …. :slight_smile: Date on the schematic os 12th June 2013!

1 Like

with only 256Mb it has to be fun!

1 Like

The eprom is more of a problem - which is where I hold the OS. keeping it below 2GB is hard.

Only problem with memory (which is 0.5GB) is compiling the kernel where I have to use:

XZ_DEFAULTS=–memlimit=300MiB CFLAGS=“–param ggc-min-expand=10 --param ggc-min-heapsize=8192” make ${MAKEFLAGS} zImage modules

And set up a swap file. Oh yes of course mine is a Beagle Bone Black - not the original Beagle!