Lines Matching +full:check +full:- +full:system +full:- +full:debian

6 # SPDX-License-Identifier: GPL-2.0-or-later
20 ('https://apt.armbian.com/pool/main/l/linux-6.6.16/'
21 …'linux-image-current-sunxi_24.2.1_armhf__6.6.16-Seb3e-D6b4a-P2359-Ce96bHfe66-HK01ba-V014b-B067e-R4…
25 ('https://github.com/groeck/linux-build-test/raw/'
27 'arm/rootfs-armv7a.cpio.gz'),
32 'buildroot-baseline/20230703.0/armel/rootfs.ext2.xz'),
36 ('https://k-space.ee.armbian.com/archive/orangepipc/archive/'
41 ('http://snapshot.debian.org/archive/debian/20200108T145233Z/pool/'
42 'main/u/u-boot/u-boot-sunxi_2020.01%2Bdfsg-1_armhf.deb'),
46 ('https://archive.netbsd.org/pub/NetBSD-archive/NetBSD-9.0/'
47 'evbarm-earmv7hf/binary/gzimg/armv7.img.gz'),
51 self.set_machine('orangepi-pc')
53 self.ASSET_DEB, member='boot/vmlinuz-6.6.16-current-sunxi')
54 dtb_path = ('usr/lib/linux-image-6.6.16-current-sunxi/' +
55 'sun8i-h3-orangepi-pc.dtb')
62 self.vm.add_args('-kernel', kernel_path,
63 '-dtb', dtb_path,
64 '-append', kernel_command_line)
72 self.set_machine('orangepi-pc')
74 self.ASSET_DEB, member='boot/vmlinuz-6.6.16-current-sunxi')
75 dtb_path = ('usr/lib/linux-image-6.6.16-current-sunxi/' +
76 'sun8i-h3-orangepi-pc.dtb')
83 'panic=-1 noreboot')
84 self.vm.add_args('-kernel', kernel_path,
85 '-dtb', dtb_path,
86 '-initrd', initrd_path,
87 '-append', kernel_command_line,
88 '-no-reboot')
95 'system-control@1c00000')
97 'reboot: Restarting system')
105 self.set_machine('orangepi-pc')
108 self.ASSET_DEB, member='boot/vmlinuz-6.6.16-current-sunxi')
109 dtb_path = ('usr/lib/linux-image-6.6.16-current-sunxi/' +
110 'sun8i-h3-orangepi-pc.dtb')
119 'panic=-1 noreboot')
120 self.vm.add_args('-kernel', kernel_path,
121 '-dtb', dtb_path,
122 '-drive', 'file=' + rootfs_path + ',if=sd,format=raw',
123 '-append', kernel_command_line,
124 '-no-reboot')
137 exec_command_and_wait_for_pattern(self, 'ping -c 3 10.0.2.2',
140 'reboot: Restarting system')
149 self.set_machine('orangepi-pc')
159 self.vm.add_args('-drive', 'file=' + image_path + ',if=sd,format=raw',
160 '-nic', 'user',
161 '-no-reboot')
169 'systemd.mask=armbian-zram-config.service '
170 'systemd.mask=armbian-ramlog.service')
172 self.wait_for_console_pattern('U-Boot SPL')
185 self.set_machine('orangepi-pc')
189 # We use the common OrangePi PC 'plus' build of U-Boot for our secondary
191 # OrangePi "PC" device tree blob with 'setenv fdtfile' in U-Boot prompt,
193 uboot_path = 'usr/lib/u-boot/orangepi_plus/u-boot-sunxi-with-spl.bin'
199 # dd if=u-boot-sunxi-with-spl.bin of=armv7.img bs=1K seek=8 conv=notrunc
206 self.vm.add_args('-nic', 'user',
207 '-drive', image_drive_args,
208 '-global', 'allwinner-rtc.base-year=2000',
209 '-no-reboot')
211 wait_for_console_pattern(self, 'U-Boot 2020.01+dfsg-1')
219 cmd = 'setenv kernel netbsd-GENERIC.ub'
221 cmd = 'setenv fdtfile dtb/sun8i-h3-orangepi-pc.dtb'
226 "bootm ${kernel_addr_r} - ${fdt_addr_r}'")
233 # Wait for user-space
234 wait_for_console_pattern(self, 'Starting root file system check')