]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/commitdiff
PDK-12091: Uniflash: Fix for flash programmer failure on j721e evm
authorM V Pratap Reddy <x0257344@ti.com>
Wed, 20 Jul 2022 22:43:59 +0000 (04:13 +0530)
committerRishabh Garg <rishabh@ti.com>
Mon, 25 Jul 2022 17:40:37 +0000 (12:40 -0500)
 - System firmware load is failing due to less memory allocated to the
   buffers receiving the system firmware from Uniflash host.
   Updated the memory allocation to increase the buffer size.

packages/ti/board/utils/uniflash/target/include/flash_programmer.h
packages/ti/board/utils/uniflash/target/soc/k3/linker_j7.cmd

index c908fedf0cec6ead7f21eefde1ab5e53e9e040bb..3c2e63c2d2c25fec4257fd6e1b8a30d76f3532d1 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2021 Texas Instruments Incorporated - http://www.ti.com/
+ * Copyright (C) 2019-2022 Texas Instruments Incorporated - http://www.ti.com/
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -182,7 +182,7 @@ extern "C" {
 #define UFP_IMAGE_SYSFW           (0x4U)
 #define UFP_IMAGE_CUST            (0x5U)
 
-#define UFP_SYSFW_SIZE            (0x40000U)
+#define UFP_SYSFW_SIZE            (0x42000U)
 
 #define UFP_HEADER_PKT_SIZE        (14U)
 
index e59707cf4dbb167b4792b17fc5cddfad5c98a0ac..0398c9aa2dddbf0120d4cef58fa7e879e60a5bc9 100755 (executable)
@@ -48,7 +48,7 @@ MEMORY
      * after SYSFW is done.
      * Location of all board configurations: 0x41c80040 after SYSFW is done.
      */
-    OCMRAM_SYSFW (RWIX)   : origin=0x41C80000 length=0x40000
+    OCMRAM_SYSFW (RWIX)   : origin=0x41C80000 length=0x42000
 
 }  /* end of MEMORY */