Skip to content

Commit

Permalink
lcbzu9: boot from internal storage
Browse files Browse the repository at this point in the history
Make flasher image available for download to boot lcbzu9 from eMMC

Changelog-entry: patch
Signed-off-by: Francois Loubser <[email protected]>
  • Loading branch information
FrancoisLoubser-1 committed Nov 20, 2023
1 parent 1091793 commit 82adfb1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions contracts/hw.device-type/lcbzu9/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@
"wifi": true
},
"storage": {
"internal": false
"internal": true
},
"media": {
"defaultBoot": "sdcard"
"defaultBoot": "internal",
"altBoot": ["sdcard"]
},
"is_private": false
},
Expand Down

0 comments on commit 82adfb1

Please sign in to comment.