Skip to content
Snippets Groups Projects

Update test-case-2 using usb sound card

Merged Dylan Aïssi requested to merge daissi/wip into main
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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
  • Dylan Aïssi added 4 commits

    added 4 commits

    • 51f58ae2 - Clarify which variant of Apertis is used during the test
    • 2899fe4d - Add reason for enabling development repository
    • 6103eff2 - Update results for test-case 2
    • 2d28fa6d - Improve conclusion for test-case 4

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading