Hi,
I am trying to flash a custom board with a GD 25Q128ESIG QSPI flash chip.
I am assuming I need to configure this differently: But in what way I am not sure. I tried to use different names to select a different xml config. But the existing options for GD did not work. Is this error indeed related to this? What do I need to do to fix this error and get it working?
fl.add_device({"alias": "qspi", "name": "GD5F1GQ4", "address": 0x40000000, "ws_address": 0x10000000, "ws_size": 0x1FFFF, "geometry": "8x1", "controller": "SPI"})
Solved! Go to Solution.
Please download "CodeWarrior for ARMv8 Flash Programmer SDK _b200701_P2" from NXP public Website. I also attached it for you.
Please open CodeWarrior IDE and install this patch from Help->Install New Software->Add->Archive.
You will find the required folder in C:\Freescale\CW4NET_v2020.06\CW_ARMv8\ARMv8\CodeWarrior_Examples\FlashSDK.
When you install successfully, and find the AN5398 in the C:\Freescale\CW4NET_v2020.06\CW_ARMv8\ARMv8\CodeWarrior_Examples\FlashSDK\Documentation
Please kindly follow AN5398
Adding Device(s) to the CodeWarrior Flash Programmer for ARMv8 Processors
Please download "CodeWarrior for ARMv8 Flash Programmer SDK _b200701_P2" from NXP public Website. I also attached it for you.
Please open CodeWarrior IDE and install this patch from Help->Install New Software->Add->Archive.
You will find the required folder in C:\Freescale\CW4NET_v2020.06\CW_ARMv8\ARMv8\CodeWarrior_Examples\FlashSDK.
When you install successfully, and find the AN5398 in the C:\Freescale\CW4NET_v2020.06\CW_ARMv8\ARMv8\CodeWarrior_Examples\FlashSDK\Documentation
Please kindly follow AN5398
Adding Device(s) to the CodeWarrior Flash Programmer for ARMv8 Processors
Would you kindly share which processor you use?
Thanks
Custom board using LS1046A heavily based on the RDB board.