Skip to content

Commit

Permalink
dtbo: added for windows build
Browse files Browse the repository at this point in the history
Signed-off-by: Shravan Chippa <shravan.chippa@microchip.com>
  • Loading branch information
shravanI35088 committed Jul 1, 2024
1 parent d29c95b commit 8653463
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions MPFS_VIDEO_KIT_H264_MM_REFERENCE_DESIGN.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ if {[info exists SPIFLASH_DATA]} {
if {$my_platform == "Linux"} {
if {[catch {exec python generate_overlays_spiclient_data.py H264_MM} issue]} {}
} else {
file copy $local_dir/script_support/dtso_overlay/H264_MM/mpfs_modular_h264_pipeline.dtbo $local_dir/mpfs_dtbo.bin
if {[catch {exec cmd.exe /c "wsl.exe -e python generate_overlays_spiclient_data.py H264_MM"} issue]} {}
}
run_tool -name {GENERATEPROGRAMMINGDATA}
Expand Down
1 change: 1 addition & 0 deletions MPFS_VIDEO_KIT_H264_REFERENCE_DESIGN.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ if {[info exists SPIFLASH_DATA]} {
if {$my_platform == "Linux"} {
if {[catch {exec python generate_overlays_spiclient_data.py H264} issue]} {}
} else {
file copy $local_dir/script_support/dtso_overlay/H264/mpfs_h264.dtbo $local_dir/mpfs_dtbo.bin
if {[catch {exec cmd.exe /c "wsl.exe -e python generate_overlays_spiclient_data.py H264"} issue]} {}
}
create_spiflash "$project_dir/MSS_VIDEO_KIT/H264/spiflash.cfg" $local_dir
Expand Down
1 change: 1 addition & 0 deletions MPFS_VIDEO_KIT_RAW_BAYER_REFERENCE_DESIGN.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ if {[info exists SPIFLASH_DATA]} {
if {$my_platform == "Linux"} {
if {[catch {exec python generate_overlays_spiclient_data.py RAW_BAYER} issue]} {}
} else {
file copy $local_dir/script_support/dtso_overlay/RAW_BAYER/mpfs_video_bayer.dtbo $local_dir/mpfs_dtbo.bin
if {[catch {exec cmd.exe /c "wsl.exe -e python generate_overlays_spiclient_data.py RAW_BAYER"} issue]} {}
}
create_spiflash "$project_dir/MSS_VIDEO_KIT/RAW_BAYER/spiflash.cfg" $local_dir
Expand Down
Binary file added script_support/dtso_overlay/H264/mpfs_h264.dtbo
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 8653463

Please sign in to comment.