Page 1 of 1

FAQ_MA35_Family SWriter Program NAND FLASH

Posted: 11 Apr 2024, 15:23
by yhcheng3
Question :

MA35D1 SWriter program NAND FLASH


Answer.
Because the DDR initial file in the new version of NuWriter is larger, users need to modify the pack.json file.

Modify otp_writer.bin and sd_writer.bin:

Code: Select all

{
      "offset": "0x3000",
      "file": "sd_writer/otp_writer.bin",
      "type": 0
 },
 {
      "offset": "0x4000",
      "file": "sd_writer/sd_writer.bin",
      "type": 0
 }

#MA35 , #SWriter
.