lgirdk / boardfarm

Automated testing with python
BSD 3-Clause Clear License
21 stars 33 forks source link

make flashing meta before OR after rootfs configurable #327

Open mattsm opened 5 years ago

mattsm commented 5 years ago

some boards need to be booted to flash meta, and we can't always control the state

mattsm commented 5 years ago

RootFSBoot logic is that a meta is always flashed BEFORE a board is booted. But that's not true for all boards. Make this configurable via a device flag board.meta_flashed_after_boot and fix the devices accordingly (in overlays- ask me).