mirror of
https://codeberg.org/canoeboot/cbmk.git
synced 2024-11-21 17:54:44 +00:00
1b6d56e4bf
We don't need the entire emulator, but we will be using a specific part: src/mips/openbios third_party/uC-sdk submodule is included, because it contains the necessary header files when building open bios. I will be adding Sony Playstation support to Canoeboot, alongside a new emulator project to be announced soon. Yes, RYF playstation is possible. A real playstation can run this BIOS. Then disable the copy protection from the CD controller by installing a modchip (PsNee runs free modchip firmware), and picostation is also libre if you want something to boot software from SD card instead of CD-R. Very hackable 90s games console. Libre SDKs also exist that are quite powerful, so you can actually use this machine while avoiding all proprietary software of any kind. Signed-off-by: Leah Rowe <leah@libreboot.org>
16 lines
975 B
Text
Executable file
16 lines
975 B
Text
Executable file
pkg_add="apt-get -y install"
|
|
pkglist=" \
|
|
autoconf autogen automake autopoint autotools-dev bc binutils-arm-none-eabi \
|
|
bison build-essential cmake curl device-tree-compiler doxygen e2fsprogs efitools \
|
|
flex gawk gcc-arm-linux-gnueabi gcc-arm-none-eabi gdb gettext git gnat help2man \
|
|
innoextract libdevmapper-dev libfdt-dev libfont-freetype-perl libfreetype6-dev \
|
|
libftdi-dev libfuse-dev libgnutls28-dev libgpiod-dev libjaylink-dev liblz4-tool \
|
|
liblzma-dev libncurses5-dev ccache \
|
|
libncurses-dev libnewlib-arm-none-eabi libopts25 libopts25-dev libpci-dev \
|
|
libpython3-dev libsdl2-dev libselinux1-dev libssl-dev libtool libusb-1.0-0 \
|
|
libusb-1.0-0-dev lz4 lzma lzma-alone m4 nasm openssl p7zip p7zip-full parted \
|
|
pciutils perl pkg-config python3 python3-distutils python3-pkg-resources \
|
|
python3-pycryptodome python3-pyelftools python3-setuptools python-is-python3 \
|
|
sharutils swig fonts-unifont unar unifont unzip uuid-dev wget zlib1g-dev \
|
|
g++-mipsel-linux-gnu make \
|
|
"
|