Skip to content

Commit

Permalink
move bao-video back to the swap image
Browse files Browse the repository at this point in the history
udma decongestion proves to prevent the hardware lockup, but the
solution is only so durable.
  • Loading branch information
bunnie committed Nov 7, 2024
1 parent 21e5988 commit 4b9f1fc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions xtask/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -566,9 +566,8 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
// - bao-console is the serial debug console handler
// - [planned] pddb server
// - [planned] vault application
let bao_rram_pkgs =
["xous-ticktimer", "xous-log", "xous-names", "usb-cramium", "bao-video"].to_vec();
let bao_swap_pkgs = ["cram-hal-service", "bao-console"].to_vec();
let bao_rram_pkgs = ["xous-ticktimer", "xous-log", "xous-names", "usb-cramium"].to_vec();
let bao_swap_pkgs = ["cram-hal-service", "bao-console", "bao-video"].to_vec();
if !builder.is_swap_set() {
builder.set_swap(0, 8 * 1024 * 1024);
}
Expand Down

0 comments on commit 4b9f1fc

Please sign in to comment.