Lines Matching +full:arm +full:- +full:linux +full:- +full:user
3 # Functional test that boots a Linux kernel and checks the console
5 # SPDX-License-Identifier: GPL-2.0-or-later
16 ('https://apt.armbian.com/pool/main/l/linux-6.6.16/'
17 …'linux-image-current-sunxi_24.2.1_armhf__6.6.16-Seb3e-D6b4a-P2359-Ce96bHfe66-HK01ba-V014b-B067e-R4…
21 ('https://github.com/groeck/linux-build-test/raw/'
23 'arm/rootfs-armv5.cpio.gz'),
27 ('https://github.com/groeck/linux-build-test/raw/'
29 'arm/rootfs-armv5.ext2.gz'),
34 'openwrt-22.03.2-sunxi-cortexa8-cubietech_a10-cubieboard-ext4-sdcard.img.gz'),
40 self.ASSET_DEB, member='boot/vmlinuz-6.6.16-current-sunxi')
41 dtb_path = ('usr/lib/linux-image-6.6.16-current-sunxi/' +
42 'sun4i-a10-cubieboard.dtb')
50 'panic=-1 noreboot')
51 self.vm.add_args('-kernel', kernel_path,
52 '-dtb', dtb_path,
53 '-initrd', initrd_path,
54 '-append', kernel_command_line,
55 '-no-reboot')
62 'system-control@1c00000')
71 self.ASSET_DEB, member='boot/vmlinuz-6.6.16-current-sunxi')
72 dtb_path = ('usr/lib/linux-image-6.6.16-current-sunxi/' +
73 'sun4i-a10-cubieboard.dtb')
83 'panic=-1 noreboot')
84 self.vm.add_args('-kernel', kernel_path,
85 '-dtb', dtb_path,
86 '-drive', 'if=none,format=raw,id=disk0,file='
88 '-device', 'ide-hd,bus=ide.0,drive=disk0',
89 '-append', kernel_command_line,
90 '-no-reboot')
108 self.require_netdev('user')
114 self.vm.add_args('-drive', 'file=' + image_path + ',if=sd,format=raw',
115 '-nic', 'user',
116 '-no-reboot')
123 self.wait_for_console_pattern('U-Boot SPL')