walmart/robot: Change cross compiler tool to pass CI

there is a different between armel and armhf,
they adopt different strategies for dealing with
floating-point operations.

Signed-off-by: KuiRong <605470060@gms.tku.edu.tw>
This commit is contained in:
KuiRong 2023-12-28 14:02:43 +08:00 committed by ron minnich
parent 2689e369c4
commit 920a693c62

View File

@ -99,14 +99,11 @@ uroot:
flashkernel: Makefile
cp config-$(CONFIG) linux/.config
(cd linux && ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make oldconfig && ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make -j32)
(cd linux && ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- make oldconfig && ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- make -j32)
mkimage -C none -A arm -n 'walmart robot' -d linux/arch/arm/boot/zImage -T kernel -a 0xc1000000 -e 0xc1000000 flashkernel
cp linux/arch/arm/boot/zImage kernel
fetch: getkernel geturoot getfiano getrom getpackages
getpackages:
sudo apt install gcc-9-arm-linux-gnueabihf gcc-10-multilib-arm-linux-gnueabihf
fetch: getkernel geturoot getfiano getrom
getkernel:
rm -rf linux