Sphinix
Debian on Lacie 5big2 August 09, 2023 10:09AM |
Re: Debian on Lacie 5big2 August 09, 2023 12:15PM |
Admin Registered: 13 years ago Posts: 18,997 |
Quote
Boot Kirkwood rootfs with stock u-boot (https://forum.doozan.com/read.php?2,102054,105374#msg-105374)
Quote
4. (Stock u-boot only) Create uImage with embedded DTB for booting with older u-boots (2012 or earlier). Skip this step if you have installed the latest U-Boot for Kirkwood (or are installing this u-boot at the same time, or running kwboot with latest u-boot image).
Please replace kirkwood-goflexnet.dtb below with the correct DTB name for your box (see the folder /media/sdb1/boot/dts for the exact spelling of your Kirkwood box name).
Generate the uImage with DTB embedded inside:
cd /media/sdb1/boot
cp -a zImage-5.13.6-kirkwood-tld-1 zImage.fdt
cat dts/kirkwood-net5big.dtb >> zImage.fdt
mv uImage uImage.orig
mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-5.13.6-kirkwood-tld-1 -d zImage.fdt uImage
sync
Re: Debian on Lacie 5big2 August 09, 2023 12:44PM |
Registered: 2 years ago Posts: 82 |
Re: Debian on Lacie 5big2 August 09, 2023 01:29PM |
Admin Registered: 13 years ago Posts: 18,997 |
Quote
Boot Kirkwood rootfs with stock u-boot (https://forum.doozan.com/read.php?2,102054,105374#msg-105374)
Re: Debian on Lacie 5big2 August 10, 2023 02:25AM |
Registered: 2 years ago Posts: 82 |
Re: Debian on Lacie 5big2 August 10, 2023 03:41AM |
Admin Registered: 13 years ago Posts: 18,997 |