chipo <
gug...@sina.com> 于2023年7月18日周二 11:36写道:
Method 1:
Or you can use the netbook image:
https://d-i.debian.org/daily-images/mips64el/daily/loongson-3/netboot/
Then you will need console to get the installer UI.
After install, you will need to install `firmware-amd-graphics` to get
AMD GPU workable.
Method 2, patch the initrd to include amd gpu firmware
1. Install firmware-amd-graphics in your x86 Debian system
2. Unpack and repack initrd.gz to include Radeon firmware:
gunzip initrd.gz
mkdir temp; cd temp
cpio -ivmd < ../initrd
mkdir -p lib/firmware
cp -a /lib/firmware/radeon lib/firmware
find . | cpio -ov -H newc > ../initrd
cd .. ; gzip -9 initrd
3. you can copy vmlinux/initrd.gz/boot.cfg to a usb disk.
You can install a new Debian system on your Loongson 3A3000 machine.
--
YunQiang Su