Skip to content

Commit

Permalink
enabling external buffer logic as latest petalinux has ssw change (#8517
Browse files Browse the repository at this point in the history
)

Signed-off-by: ch vamshi krishna <[email protected]>
Co-authored-by: ch vamshi krishna <[email protected]>
  • Loading branch information
chvamshi-xilinx and ch vamshi krishna authored Oct 12, 2024
1 parent e6b3d07 commit ad4be07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/petalinux.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# When updating Petalinux build please file a SH ticket to retain the build
# https://jira.xilinx.com/secure/CreateIssue!default.jspa
PETALINUX=/proj/petalinux/2024.2/petalinux-v2024.2_10031251/tool/petalinux-v2024.2-final
PETALINUX=/proj/petalinux/2024.2/petalinux-v2024.2_10101427/tool/petalinux-v2024.2-final
Original file line number Diff line number Diff line change
Expand Up @@ -920,9 +920,7 @@ err_code dma_api::updateBDAddressLin(XAie_MemInst* memInst , uint8_t column, uin
int driverStatus = XAIE_OK;
XAie_LocType tileLoc = XAie_TileLoc(column, relativeToAbsoluteRow(1, row));

// uncomment below line once latest Petalinux is available
// driverStatus |= XAie_DmaUpdateBdAddrOff(memInst, tileLoc ,offset, bdId);

driverStatus |= XAie_DmaUpdateBdAddrOff(memInst, tileLoc ,offset, bdId);

if (driverStatus != AieRC::XAIE_OK)
return errorMsg(err_code::aie_driver_error, "ERROR: adf::dma_api::updateBDAddressLin: AIE driver error.");
Expand Down

0 comments on commit ad4be07

Please sign in to comment.