Re: New kernels
Congratulations! Well done!
Cheers,
Christian
Support Forum
https://forum.hyperion-entertainment.com/
https://forum.hyperion-entertainment.com/viewtopic.php?t=4736
Code: Select all
apt-get install gcc-powerpc-linux-gnuCode: Select all
apt-get install build-essentialCode: Select all
apt-get install libncurses5-devCode: Select all
apt-get install u-boot-toolsCode: Select all
apt-get install flexCode: Select all
apt-get install bisonCode: Select all
apt-get install libssl-devCode: Select all
apt-get install bcCode: Select all
apt-get install linux-firmwareCode: Select all
apt-get install kmodCode: Select all
make CROSS_COMPILE=powerpc-linux-gnu- ARCH=powerpc oldconfigCode: Select all
time make -j8 CROSS_COMPILE=powerpc-linux-gnu- ARCH=powerpc vmlinuxCode: Select all
LD vmlinux
SORTTAB vmlinux
SYSMAP System.map
CHKHEAD vmlinux
real 5m24.995s
user 38m56.874s
sys 1m56.307s
Code: Select all
time make -j4 CROSS_COMPILE=powerpc-linux-gnu- ARCH=powerpc vmlinuxCode: Select all
LD vmlinux
SORTTAB vmlinux
SYSMAP System.map
CHKHEAD vmlinux
real 13m40.795s
user 50m18.671s
sys 3m5.973s
Code: Select all
make -j8 CROSS_COMPILE=powerpc-linux-gnu- ARCH=powerpc zImageCode: Select all
gzip -9 vmlinux.stripCode: Select all
mv vmlinux.strip.gz zImage-5.10Code: Select all
time make -j8 CROSS_COMPILE=powerpc-linux-gnu- ARCH=powerpc modulesCode: Select all
real 2m28.680s
user 17m59.281s
sys 1m4.010s
Code: Select all
time make -j4 CROSS_COMPILE=powerpc-linux-gnu- ARCH=powerpc modulesCode: Select all
real 6m24.525s
user 23m29.192s
sys 1m40.882s
Code: Select all
make CROSS_COMPILE=powerpc-linux-gnu- ARCH=powerpc modules_installCode: Select all
linux-image-5.10.101-X1000_X5000/X1000/kernel_modules/5.10.101_A-EON_X1000_Nemo# rm build sourceCode: Select all
patch -p0 < linux-image-5.10.101-X1000_X5000/X5000_and_QEMU_e5500/src/dpaa-v1.patchCode: Select all
make CROSS_COMPILE=powerpc-linux-gnu- ARCH=powerpc oldconfigCode: Select all
time make -j8 CROSS_COMPILE=powerpc-linux-gnu- ARCH=powerpc uImageCode: Select all
real 5m32.193s
user 38m28.639s
sys 2m7.126s
Code: Select all
time make -j4 CROSS_COMPILE=powerpc-linux-gnu- ARCH=powerpc uImageCode: Select all
real 13m50.583s
user 50m8.636s
sys 3m22.041s
Code: Select all
time make -j8 CROSS_COMPILE=powerpc-linux-gnu- ARCH=powerpc modulesCode: Select all
real 3m33.501s
user 25m45.244s
sys 1m33.629s
Code: Select all
time make -j4 CROSS_COMPILE=powerpc-linux-gnu- ARCH=powerpc modulesCode: Select all
real 9m15.336s
user 33m55.045s
sys 2m29.175s
Code: Select all
make CROSS_COMPILE=powerpc-linux-gnu- ARCH=powerpc modules_installCode: Select all
linux-image-5.10.101-X1000_X5000/X5000_and_QEMU_e5500/kernel_modules/5.10.101_A-EON_X5000# rm build source

You're fast. Thanks a lot!Skateman wrote: Sat Feb 19, 2022 2:59 pm Cross compiled kernel 5.10.101 up and running on my AmigaOne X5000
Code: Select all
time make -j8 CROSS_COMPILE=powerpc-linux-gnu- ARCH=powerpc vmlinuxCode: Select all
real 6m32.027s
user 46m31.326s
sys 2m20.941s
Code: Select all
time make -j8 CROSS_COMPILE=powerpc-linux-gnu- ARCH=powerpc modulesCode: Select all
real 2m44.396s
user 19m48.324s
sys 1m11.883s
Code: Select all
time make -j8 CROSS_COMPILE=powerpc-linux-gnu- ARCH=powerpc uImageCode: Select all
real 6m17.786s
user 43m36.072s
sys 2m27.547s
Code: Select all
time make -j8 CROSS_COMPILE=powerpc-linux-gnu- ARCH=powerpc modulesCode: Select all
real 3m35.010s
user 26m3.404s
sys 1m38.056s

Docker containers are bundle their own software, libraries and configuration files so it’s independent from the host system. You can use a software which it doesn’t run in the host system. But it uses the Linux kernel from the host system so it is faster than a virtual QEMU machine. You can pull an image of an application or a whole Linux userland for a container.kilaueabart wrote: Tue Feb 22, 2022 11:32 pm I was uneasy about this, because I haven't booted Ubuntu in quite a while and have no idea what Ubuntu 20.04.3 LTS x86_64 Docker might mean,
Great! Thanks a lot for testing!

Great! Thanks a lot for testing!Skateman wrote: Sun Feb 27, 2022 1:55 pm Kernel 5.17 RC5 up and running on my AmigaOne X5000 with Radeon 7450 graphics
