Update test-case-2 using usb sound card
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
requested review from @sjoerd
69 69 In our example, SD card is `/dev/mmcblk0`. Now, we can tell bmaptool to copy our 70 70 Apertis image to the SD card: 71 71 ``` 72 $ sudo bmaptool copy https://images.apertis.org/daily/v2023/20231010.0115/arm64/hmi/apertis_v2023-hmi-arm64-uboot_20231010.0115.img.gz /dev/mmcblk0 # FIXME: kernel panic 73 72 $ sudo bmaptool copy https://images.apertis.org/daily/v2023/20231010.0115/arm64/fixedfunction/apertis_v2023-fixedfunction-arm64-uboot_20231010.0115.img.gz /dev/mmcblk0 74 73 ``` 74 75 For this evaluation, we flashed a daily FixedFunction (APT-based) image of 76 Apertis. The HMI variant would have been preferable since tools used during the 77 test are already installed, but a kernel panic during the flash of this variant changed this line in version 2 of the diff
Please register or sign in to reply