root@jetson:/home/jetson/GRL_C2V/A10_Flash/rsu_over_pcie_arria10_driver# ./run ./user/user.c: In function ‘read_back_data_check’: ./user/user.c:284:35: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘size_t {aka long unsigned int}’ [-Wformat=] printf("%s file_size = 0x%x file_size_count = 0x%x \n",__FUNCTION__, file_size, file_size_count); //Prasanna ~^ %lx ./user/user.c:284:58: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘size_t {aka long unsigned int}’ [-Wformat=] printf("%s file_size = 0x%x file_size_count = 0x%x \n",__FUNCTION__, file_size, file_size_count); //Prasanna ~^ %lx ./user/user.c: In function ‘file_read’: ./user/user.c:327:10: warning: format ‘%s’ expects argument of type ‘char *’, but argument 2 has type ‘char (*)[100]’ [-Wformat=] scanf("%s",&filename); ~^ ~~~~~~~~~ ./user/user.c: In function ‘dma_read’: ./user/user.c:388:3: warning: ‘return’ with no value, in function returning non-void return ; ^~~~~~ ./user/user.c:376:5: note: declared here int dma_read (ssize_t dev_id, int bar_id, unsigned int dev_addr, unsigned char *file, unsigned int file_size) { ^~~~~~~~ ./user/user.c:393:3: warning: ‘return’ with no value, in function returning non-void return ; ^~~~~~ ./user/user.c:376:5: note: declared here int dma_read (ssize_t dev_id, int bar_id, unsigned int dev_addr, unsigned char *file, unsigned int file_size) { ^~~~~~~~ ./user/user.c: In function ‘flash_controller_write’: ./user/user.c:471:71: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘size_t {aka long unsigned int}’ [-Wformat=] rintf ("Info : Download application image into Flash, file size is %d Bytes, start address is 0x%x \n", length, offset); ~^ %ld ################################################################################# # PCIe information: # # Vendor ID 1172 # # Device ID e001 # # Operating at 8 GT/s with 4 lanes # ################################################################################# ####################################################################################### #RSU Over PCIe Linux User Application # #Operation steps: # #Step1 : Select whether or not to download the application image into FLASH. # #Step2 : Enter start and end address of application image to be downloaded into FLASH # #Step3 : Enter the application image file directory # #Step4 : Select whether or not to reconfigure the FPGA # #Step5 : Enter start address of reconfiguration image in FLASH # ####################################################################################### Flash Device ID: 1021bb20 Step1 : Do you want to download the application image to FLASH? (Please input 'y' or 'n' to select, and press ENTER to go on):y Step2 : Please input start and end address of application image downloaded to FLASH. (You could get below information from *.map file, and input here.) (Warning: Please use start address 0x0 if you are downloading factory image!!!) START ADDRESS :0x04000000 END ADDRESS :0x05568FFF Step3 : PLease input program file directory. (For example: /home/rsu_over_pcie/user/ru_auto.rpd) /home/jetson/GRL_C2V/A10_Flash/master_image/ru_auto.rpd Info : Download application image into Flash, file size is 22450176 Bytes, start address is 0x4000000 Erasing EPCQ flash ... ################################################## 100% Writing EPCQ flash ... flash_controller_write offset_temp = 0x4000000 buf_offset = 0x0 burst_length = 0x10000 -------------------------------------------------- 0%flash_controller_write offset_temp = 0x4010000 buf_offset = 0x10000 burst_length = 0x10000 -------------------------------------------------- 0%flash_controller_write offset_temp = 0x4020000 buf_offset = 0x20000 burst_length = 0x10000 -------------------------------------------------- 0%flash_controller_write offset_temp = 0x4030000 buf_offset = 0x30000 burst_length = 0x10000 -------------------------------------------------- 0%flash_controller_write offset_temp = 0x4040000 buf_offset = 0x40000 burst_length = 0x10000 -------------------------------------------------- 1%flash_controller_write offset_temp = 0x4050000 buf_offset = 0x50000 burst_length = 0x10000 -------------------------------------------------- 1%flash_controller_write offset_temp = 0x4060000 buf_offset = 0x60000 burst_length = 0x10000 -------------------------------------------------- 1%flash_controller_write offset_temp = 0x4070000 buf_offset = 0x70000 burst_length = 0x10000 #------------------------------------------------- 2%flash_controller_write offset_temp = 0x4080000 buf_offset = 0x80000 burst_length = 0x10000 #------------------------------------------------- 2%flash_controller_write offset_temp = 0x4090000 buf_offset = 0x90000 burst_length = 0x10000 #------------------------------------------------- 2%flash_controller_write offset_temp = 0x40a0000 buf_offset = 0xa0000 burst_length = 0x10000 #------------------------------------------------- 2%flash_controller_write offset_temp = 0x40b0000 buf_offset = 0xb0000 burst_length = 0x10000 #------------------------------------------------- 3%flash_controller_write offset_temp = 0x40c0000 buf_offset = 0xc0000 burst_length = 0x10000 #------------------------------------------------- 3%flash_controller_write offset_temp = 0x40d0000 buf_offset = 0xd0000 burst_length = 0x10000 #------------------------------------------------- 3%flash_controller_write offset_temp = 0x40e0000 buf_offset = 0xe0000 burst_length = 0x10000 ##------------------------------------------------ 4%flash_controller_write offset_temp = 0x40f0000 buf_offset = 0xf0000 burst_length = 0x10000 ##------------------------------------------------ 4%flash_controller_write offset_temp = 0x4100000 buf_offset = 0x100000 burst_length = 0x10000 ##------------------------------------------------ 4%flash_controller_write offset_temp = 0x4110000 buf_offset = 0x110000 burst_length = 0x10000 ##------------------------------------------------ 4%flash_controller_write offset_temp = 0x4120000 buf_offset = 0x120000 burst_length = 0x10000 ##------------------------------------------------ 5%flash_controller_write offset_temp = 0x4130000 buf_offset = 0x130000 burst_length = 0x10000 ##------------------------------------------------ 5%flash_controller_write offset_temp = 0x4140000 buf_offset = 0x140000 burst_length = 0x10000 ##------------------------------------------------ 5%flash_controller_write offset_temp = 0x4150000 buf_offset = 0x150000 burst_length = 0x10000 ###----------------------------------------------- 6%flash_controller_write offset_temp = 0x4160000 buf_offset = 0x160000 burst_length = 0x10000 ###----------------------------------------------- 6%flash_controller_write offset_temp = 0x4170000 buf_offset = 0x170000 burst_length = 0x10000 ###----------------------------------------------- 6%flash_controller_write offset_temp = 0x4180000 buf_offset = 0x180000 burst_length = 0x10000 ###----------------------------------------------- 7%flash_controller_write offset_temp = 0x4190000 buf_offset = 0x190000 burst_length = 0x10000 ###----------------------------------------------- 7%flash_controller_write offset_temp = 0x41a0000 buf_offset = 0x1a0000 burst_length = 0x10000 ###----------------------------------------------- 7%flash_controller_write offset_temp = 0x41b0000 buf_offset = 0x1b0000 burst_length = 0x10000 ###----------------------------------------------- 7%flash_controller_write offset_temp = 0x41c0000 buf_offset = 0x1c0000 burst_length = 0x10000 ####---------------------------------------------- 8%flash_controller_write offset_temp = 0x41d0000 buf_offset = 0x1d0000 burst_length = 0x10000 ####---------------------------------------------- 8%flash_controller_write offset_temp = 0x41e0000 buf_offset = 0x1e0000 burst_length = 0x10000 ####---------------------------------------------- 8%flash_controller_write offset_temp = 0x41f0000 buf_offset = 0x1f0000 burst_length = 0x10000 ####---------------------------------------------- 9%flash_controller_write offset_temp = 0x4200000 buf_offset = 0x200000 burst_length = 0x10000 ####---------------------------------------------- 9%flash_controller_write offset_temp = 0x4210000 buf_offset = 0x210000 burst_length = 0x10000 ####---------------------------------------------- 9%flash_controller_write offset_temp = 0x4220000 buf_offset = 0x220000 burst_length = 0x10000 ####---------------------------------------------- 9%flash_controller_write offset_temp = 0x4230000 buf_offset = 0x230000 burst_length = 0x10000 #####--------------------------------------------- 10%flash_controller_write offset_temp = 0x4240000 buf_offset = 0x240000 burst_length = 0x10000 #####--------------------------------------------- 10%flash_controller_write offset_temp = 0x4250000 buf_offset = 0x250000 burst_length = 0x10000 #####--------------------------------------------- 10%flash_controller_write offset_temp = 0x4260000 buf_offset = 0x260000 burst_length = 0x10000 #####--------------------------------------------- 11%flash_controller_write offset_temp = 0x4270000 buf_offset = 0x270000 burst_length = 0x10000 #####--------------------------------------------- 11%flash_controller_write offset_temp = 0x4280000 buf_offset = 0x280000 burst_length = 0x10000 #####--------------------------------------------- 11%flash_controller_write offset_temp = 0x4290000 buf_offset = 0x290000 burst_length = 0x10000 #####--------------------------------------------- 11%flash_controller_write offset_temp = 0x42a0000 buf_offset = 0x2a0000 burst_length = 0x10000 ######-------------------------------------------- 12%flash_controller_write offset_temp = 0x42b0000 buf_offset = 0x2b0000 burst_length = 0x10000 ######-------------------------------------------- 12%flash_controller_write offset_temp = 0x42c0000 buf_offset = 0x2c0000 burst_length = 0x10000 ######-------------------------------------------- 12%flash_controller_write offset_temp = 0x42d0000 buf_offset = 0x2d0000 burst_length = 0x10000 ######-------------------------------------------- 13%flash_controller_write offset_temp = 0x42e0000 buf_offset = 0x2e0000 burst_length = 0x10000 ######-------------------------------------------- 13%flash_controller_write offset_temp = 0x42f0000 buf_offset = 0x2f0000 burst_length = 0x10000 ######-------------------------------------------- 13%flash_controller_write offset_temp = 0x4300000 buf_offset = 0x300000 burst_length = 0x10000 #######------------------------------------------- 14%flash_controller_write offset_temp = 0x4310000 buf_offset = 0x310000 burst_length = 0x10000 #######------------------------------------------- 14%flash_controller_write offset_temp = 0x4320000 buf_offset = 0x320000 burst_length = 0x10000 #######------------------------------------------- 14%flash_controller_write offset_temp = 0x4330000 buf_offset = 0x330000 burst_length = 0x10000 #######------------------------------------------- 14%flash_controller_write offset_temp = 0x4340000 buf_offset = 0x340000 burst_length = 0x10000 #######------------------------------------------- 15%flash_controller_write offset_temp = 0x4350000 buf_offset = 0x350000 burst_length = 0x10000 #######------------------------------------------- 15%flash_controller_write offset_temp = 0x4360000 buf_offset = 0x360000 burst_length = 0x10000 #######------------------------------------------- 15%flash_controller_write offset_temp = 0x4370000 buf_offset = 0x370000 burst_length = 0x10000 ########------------------------------------------ 16%flash_controller_write offset_temp = 0x4380000 buf_offset = 0x380000 burst_length = 0x10000 ########------------------------------------------ 16%flash_controller_write offset_temp = 0x4390000 buf_offset = 0x390000 burst_length = 0x10000 ########------------------------------------------ 16%flash_controller_write offset_temp = 0x43a0000 buf_offset = 0x3a0000 burst_length = 0x10000 ########------------------------------------------ 16%flash_controller_write offset_temp = 0x43b0000 buf_offset = 0x3b0000 burst_length = 0x10000 ########------------------------------------------ 17%flash_controller_write offset_temp = 0x43c0000 buf_offset = 0x3c0000 burst_length = 0x10000 ########------------------------------------------ 17%flash_controller_write offset_temp = 0x43d0000 buf_offset = 0x3d0000 burst_length = 0x10000 ########------------------------------------------ 17%flash_controller_write offset_temp = 0x43e0000 buf_offset = 0x3e0000 burst_length = 0x10000 #########----------------------------------------- 18%flash_controller_write offset_temp = 0x43f0000 buf_offset = 0x3f0000 burst_length = 0x10000 #########----------------------------------------- 18%flash_controller_write offset_temp = 0x4400000 buf_offset = 0x400000 burst_length = 0x10000 #########----------------------------------------- 18%flash_controller_write offset_temp = 0x4410000 buf_offset = 0x410000 burst_length = 0x10000 #########----------------------------------------- 19%flash_controller_write offset_temp = 0x4420000 buf_offset = 0x420000 burst_length = 0x10000 #########----------------------------------------- 19%flash_controller_write offset_temp = 0x4430000 buf_offset = 0x430000 burst_length = 0x10000 #########----------------------------------------- 19%flash_controller_write offset_temp = 0x4440000 buf_offset = 0x440000 burst_length = 0x10000 #########----------------------------------------- 19%flash_controller_write offset_temp = 0x4450000 buf_offset = 0x450000 burst_length = 0x10000 ##########---------------------------------------- 20%flash_controller_write offset_temp = 0x4460000 buf_offset = 0x460000 burst_length = 0x10000 ##########---------------------------------------- 20%flash_controller_write offset_temp = 0x4470000 buf_offset = 0x470000 burst_length = 0x10000 ##########---------------------------------------- 20%flash_controller_write offset_temp = 0x4480000 buf_offset = 0x480000 burst_length = 0x10000 ##########---------------------------------------- 21%flash_controller_write offset_temp = 0x4490000 buf_offset = 0x490000 burst_length = 0x10000 ##########---------------------------------------- 21%flash_controller_write offset_temp = 0x44a0000 buf_offset = 0x4a0000 burst_length = 0x10000 ##########---------------------------------------- 21%flash_controller_write offset_temp = 0x44b0000 buf_offset = 0x4b0000 burst_length = 0x10000 ##########---------------------------------------- 21%flash_controller_write offset_temp = 0x44c0000 buf_offset = 0x4c0000 burst_length = 0x10000 ###########--------------------------------------- 22%flash_controller_write offset_temp = 0x44d0000 buf_offset = 0x4d0000 burst_length = 0x10000 ###########--------------------------------------- 22%flash_controller_write offset_temp = 0x44e0000 buf_offset = 0x4e0000 burst_length = 0x10000 ###########--------------------------------------- 22%flash_controller_write offset_temp = 0x44f0000 buf_offset = 0x4f0000 burst_length = 0x10000 ###########--------------------------------------- 23%flash_controller_write offset_temp = 0x4500000 buf_offset = 0x500000 burst_length = 0x10000 ###########--------------------------------------- 23%flash_controller_write offset_temp = 0x4510000 buf_offset = 0x510000 burst_length = 0x10000 ###########--------------------------------------- 23%flash_controller_write offset_temp = 0x4520000 buf_offset = 0x520000 burst_length = 0x10000 ###########--------------------------------------- 23%flash_controller_write offset_temp = 0x4530000 buf_offset = 0x530000 burst_length = 0x10000 ############-------------------------------------- 24%flash_controller_write offset_temp = 0x4540000 buf_offset = 0x540000 burst_length = 0x10000 ############-------------------------------------- 24%flash_controller_write offset_temp = 0x4550000 buf_offset = 0x550000 burst_length = 0x10000 ############-------------------------------------- 24%flash_controller_write offset_temp = 0x4560000 buf_offset = 0x560000 burst_length = 0x10000 ############-------------------------------------- 25%flash_controller_write offset_temp = 0x4570000 buf_offset = 0x570000 burst_length = 0x10000 ############-------------------------------------- 25%flash_controller_write offset_temp = 0x4580000 buf_offset = 0x580000 burst_length = 0x10000 ############-------------------------------------- 25%flash_controller_write offset_temp = 0x4590000 buf_offset = 0x590000 burst_length = 0x10000 #############------------------------------------- 26%flash_controller_write offset_temp = 0x45a0000 buf_offset = 0x5a0000 burst_length = 0x10000 #############------------------------------------- 26%flash_controller_write offset_temp = 0x45b0000 buf_offset = 0x5b0000 burst_length = 0x10000 #############------------------------------------- 26%flash_controller_write offset_temp = 0x45c0000 buf_offset = 0x5c0000 burst_length = 0x10000 #############------------------------------------- 26%flash_controller_write offset_temp = 0x45d0000 buf_offset = 0x5d0000 burst_length = 0x10000 #############------------------------------------- 27%flash_controller_write offset_temp = 0x45e0000 buf_offset = 0x5e0000 burst_length = 0x10000 #############------------------------------------- 27%flash_controller_write offset_temp = 0x45f0000 buf_offset = 0x5f0000 burst_length = 0x10000 #############------------------------------------- 27%flash_controller_write offset_temp = 0x4600000 buf_offset = 0x600000 burst_length = 0x10000 ##############------------------------------------ 28%flash_controller_write offset_temp = 0x4610000 buf_offset = 0x610000 burst_length = 0x10000 ##############------------------------------------ 28%flash_controller_write offset_temp = 0x4620000 buf_offset = 0x620000 burst_length = 0x10000 ##############------------------------------------ 28%flash_controller_write offset_temp = 0x4630000 buf_offset = 0x630000 burst_length = 0x10000 ##############------------------------------------ 28%flash_controller_write offset_temp = 0x4640000 buf_offset = 0x640000 burst_length = 0x10000 ##############------------------------------------ 29%flash_controller_write offset_temp = 0x4650000 buf_offset = 0x650000 burst_length = 0x10000 ##############------------------------------------ 29%flash_controller_write offset_temp = 0x4660000 buf_offset = 0x660000 burst_length = 0x10000 ##############------------------------------------ 29%flash_controller_write offset_temp = 0x4670000 buf_offset = 0x670000 burst_length = 0x10000 ###############----------------------------------- 30%flash_controller_write offset_temp = 0x4680000 buf_offset = 0x680000 burst_length = 0x10000 ###############----------------------------------- 30%flash_controller_write offset_temp = 0x4690000 buf_offset = 0x690000 burst_length = 0x10000 ###############----------------------------------- 30%flash_controller_write offset_temp = 0x46a0000 buf_offset = 0x6a0000 burst_length = 0x10000 ###############----------------------------------- 30%flash_controller_write offset_temp = 0x46b0000 buf_offset = 0x6b0000 burst_length = 0x10000 ###############----------------------------------- 31%flash_controller_write offset_temp = 0x46c0000 buf_offset = 0x6c0000 burst_length = 0x10000 ###############----------------------------------- 31%flash_controller_write offset_temp = 0x46d0000 buf_offset = 0x6d0000 burst_length = 0x10000 ###############----------------------------------- 31%flash_controller_write offset_temp = 0x46e0000 buf_offset = 0x6e0000 burst_length = 0x10000 ################---------------------------------- 32%flash_controller_write offset_temp = 0x46f0000 buf_offset = 0x6f0000 burst_length = 0x10000 ################---------------------------------- 32%flash_controller_write offset_temp = 0x4700000 buf_offset = 0x700000 burst_length = 0x10000 ################---------------------------------- 32%flash_controller_write offset_temp = 0x4710000 buf_offset = 0x710000 burst_length = 0x10000 ################---------------------------------- 33%flash_controller_write offset_temp = 0x4720000 buf_offset = 0x720000 burst_length = 0x10000 ################---------------------------------- 33%flash_controller_write offset_temp = 0x4730000 buf_offset = 0x730000 burst_length = 0x10000 ################---------------------------------- 33%flash_controller_write offset_temp = 0x4740000 buf_offset = 0x740000 burst_length = 0x10000 ################---------------------------------- 33%flash_controller_write offset_temp = 0x4750000 buf_offset = 0x750000 burst_length = 0x10000 #################--------------------------------- 34%flash_controller_write offset_temp = 0x4760000 buf_offset = 0x760000 burst_length = 0x10000 #################--------------------------------- 34%flash_controller_write offset_temp = 0x4770000 buf_offset = 0x770000 burst_length = 0x10000 #################--------------------------------- 34%flash_controller_write offset_temp = 0x4780000 buf_offset = 0x780000 burst_length = 0x10000 #################--------------------------------- 35%flash_controller_write offset_temp = 0x4790000 buf_offset = 0x790000 burst_length = 0x10000 #################--------------------------------- 35%flash_controller_write offset_temp = 0x47a0000 buf_offset = 0x7a0000 burst_length = 0x10000 #################--------------------------------- 35%flash_controller_write offset_temp = 0x47b0000 buf_offset = 0x7b0000 burst_length = 0x10000 #################--------------------------------- 35%flash_controller_write offset_temp = 0x47c0000 buf_offset = 0x7c0000 burst_length = 0x10000 ##################-------------------------------- 36%flash_controller_write offset_temp = 0x47d0000 buf_offset = 0x7d0000 burst_length = 0x10000 ##################-------------------------------- 36%flash_controller_write offset_temp = 0x47e0000 buf_offset = 0x7e0000 burst_length = 0x10000 ##################-------------------------------- 36%flash_controller_write offset_temp = 0x47f0000 buf_offset = 0x7f0000 burst_length = 0x10000 ##################-------------------------------- 37%flash_controller_write offset_temp = 0x4800000 buf_offset = 0x800000 burst_length = 0x10000 ##################-------------------------------- 37%flash_controller_write offset_temp = 0x4810000 buf_offset = 0x810000 burst_length = 0x10000 ##################-------------------------------- 37%flash_controller_write offset_temp = 0x4820000 buf_offset = 0x820000 burst_length = 0x10000 ###################------------------------------- 38%flash_controller_write offset_temp = 0x4830000 buf_offset = 0x830000 burst_length = 0x10000 ###################------------------------------- 38%flash_controller_write offset_temp = 0x4840000 buf_offset = 0x840000 burst_length = 0x10000 ###################------------------------------- 38%flash_controller_write offset_temp = 0x4850000 buf_offset = 0x850000 burst_length = 0x10000 ###################------------------------------- 38%flash_controller_write offset_temp = 0x4860000 buf_offset = 0x860000 burst_length = 0x10000 ###################------------------------------- 39%flash_controller_write offset_temp = 0x4870000 buf_offset = 0x870000 burst_length = 0x10000 ###################------------------------------- 39%flash_controller_write offset_temp = 0x4880000 buf_offset = 0x880000 burst_length = 0x10000 ###################------------------------------- 39%flash_controller_write offset_temp = 0x4890000 buf_offset = 0x890000 burst_length = 0x10000 ####################------------------------------ 40%flash_controller_write offset_temp = 0x48a0000 buf_offset = 0x8a0000 burst_length = 0x10000 ####################------------------------------ 40%flash_controller_write offset_temp = 0x48b0000 buf_offset = 0x8b0000 burst_length = 0x10000 ####################------------------------------ 40%flash_controller_write offset_temp = 0x48c0000 buf_offset = 0x8c0000 burst_length = 0x10000 ####################------------------------------ 40%flash_controller_write offset_temp = 0x48d0000 buf_offset = 0x8d0000 burst_length = 0x10000 ####################------------------------------ 41%flash_controller_write offset_temp = 0x48e0000 buf_offset = 0x8e0000 burst_length = 0x10000 ####################------------------------------ 41%flash_controller_write offset_temp = 0x48f0000 buf_offset = 0x8f0000 burst_length = 0x10000 ####################------------------------------ 41%flash_controller_write offset_temp = 0x4900000 buf_offset = 0x900000 burst_length = 0x10000 #####################----------------------------- 42%flash_controller_write offset_temp = 0x4910000 buf_offset = 0x910000 burst_length = 0x10000 #####################----------------------------- 42%flash_controller_write offset_temp = 0x4920000 buf_offset = 0x920000 burst_length = 0x10000 #####################----------------------------- 42%flash_controller_write offset_temp = 0x4930000 buf_offset = 0x930000 burst_length = 0x10000 #####################----------------------------- 42%flash_controller_write offset_temp = 0x4940000 buf_offset = 0x940000 burst_length = 0x10000 #####################----------------------------- 43%flash_controller_write offset_temp = 0x4950000 buf_offset = 0x950000 burst_length = 0x10000 #####################----------------------------- 43%flash_controller_write offset_temp = 0x4960000 buf_offset = 0x960000 burst_length = 0x10000 #####################----------------------------- 43%flash_controller_write offset_temp = 0x4970000 buf_offset = 0x970000 burst_length = 0x10000 ######################---------------------------- 44%flash_controller_write offset_temp = 0x4980000 buf_offset = 0x980000 burst_length = 0x10000 ######################---------------------------- 44%flash_controller_write offset_temp = 0x4990000 buf_offset = 0x990000 burst_length = 0x10000 ######################---------------------------- 44%flash_controller_write offset_temp = 0x49a0000 buf_offset = 0x9a0000 burst_length = 0x10000 ######################---------------------------- 45%flash_controller_write offset_temp = 0x49b0000 buf_offset = 0x9b0000 burst_length = 0x10000 ######################---------------------------- 45%flash_controller_write offset_temp = 0x49c0000 buf_offset = 0x9c0000 burst_length = 0x10000 ######################---------------------------- 45%flash_controller_write offset_temp = 0x49d0000 buf_offset = 0x9d0000 burst_length = 0x10000 ######################---------------------------- 45%flash_controller_write offset_temp = 0x49e0000 buf_offset = 0x9e0000 burst_length = 0x10000 #######################--------------------------- 46%flash_controller_write offset_temp = 0x49f0000 buf_offset = 0x9f0000 burst_length = 0x10000 #######################--------------------------- 46%flash_controller_write offset_temp = 0x4a00000 buf_offset = 0xa00000 burst_length = 0x10000 #######################--------------------------- 46%flash_controller_write offset_temp = 0x4a10000 buf_offset = 0xa10000 burst_length = 0x10000 #######################--------------------------- 47%flash_controller_write offset_temp = 0x4a20000 buf_offset = 0xa20000 burst_length = 0x10000 #######################--------------------------- 47%flash_controller_write offset_temp = 0x4a30000 buf_offset = 0xa30000 burst_length = 0x10000 #######################--------------------------- 47%flash_controller_write offset_temp = 0x4a40000 buf_offset = 0xa40000 burst_length = 0x10000 #######################--------------------------- 47%flash_controller_write offset_temp = 0x4a50000 buf_offset = 0xa50000 burst_length = 0x10000 ########################-------------------------- 48%flash_controller_write offset_temp = 0x4a60000 buf_offset = 0xa60000 burst_length = 0x10000 ########################-------------------------- 48%flash_controller_write offset_temp = 0x4a70000 buf_offset = 0xa70000 burst_length = 0x10000 ########################-------------------------- 48%flash_controller_write offset_temp = 0x4a80000 buf_offset = 0xa80000 burst_length = 0x10000 ########################-------------------------- 49%flash_controller_write offset_temp = 0x4a90000 buf_offset = 0xa90000 burst_length = 0x10000 ########################-------------------------- 49%flash_controller_write offset_temp = 0x4aa0000 buf_offset = 0xaa0000 burst_length = 0x10000 ########################-------------------------- 49%flash_controller_write offset_temp = 0x4ab0000 buf_offset = 0xab0000 burst_length = 0x10000 #########################------------------------- 50%flash_controller_write offset_temp = 0x4ac0000 buf_offset = 0xac0000 burst_length = 0x10000 #########################------------------------- 50%flash_controller_write offset_temp = 0x4ad0000 buf_offset = 0xad0000 burst_length = 0x10000 #########################------------------------- 50%flash_controller_write offset_temp = 0x4ae0000 buf_offset = 0xae0000 burst_length = 0x10000 #########################------------------------- 50%flash_controller_write offset_temp = 0x4af0000 buf_offset = 0xaf0000 burst_length = 0x10000 #########################------------------------- 51%flash_controller_write offset_temp = 0x4b00000 buf_offset = 0xb00000 burst_length = 0x10000 #########################------------------------- 51%flash_controller_write offset_temp = 0x4b10000 buf_offset = 0xb10000 burst_length = 0x10000 #########################------------------------- 51%flash_controller_write offset_temp = 0x4b20000 buf_offset = 0xb20000 burst_length = 0x10000 ##########################------------------------ 52%flash_controller_write offset_temp = 0x4b30000 buf_offset = 0xb30000 burst_length = 0x10000 ##########################------------------------ 52%flash_controller_write offset_temp = 0x4b40000 buf_offset = 0xb40000 burst_length = 0x10000 ##########################------------------------ 52%flash_controller_write offset_temp = 0x4b50000 buf_offset = 0xb50000 burst_length = 0x10000 ##########################------------------------ 52%flash_controller_write offset_temp = 0x4b60000 buf_offset = 0xb60000 burst_length = 0x10000 ##########################------------------------ 53%flash_controller_write offset_temp = 0x4b70000 buf_offset = 0xb70000 burst_length = 0x10000 ##########################------------------------ 53%flash_controller_write offset_temp = 0x4b80000 buf_offset = 0xb80000 burst_length = 0x10000 ##########################------------------------ 53%flash_controller_write offset_temp = 0x4b90000 buf_offset = 0xb90000 burst_length = 0x10000 ###########################----------------------- 54%flash_controller_write offset_temp = 0x4ba0000 buf_offset = 0xba0000 burst_length = 0x10000 ###########################----------------------- 54%flash_controller_write offset_temp = 0x4bb0000 buf_offset = 0xbb0000 burst_length = 0x10000 ###########################----------------------- 54%flash_controller_write offset_temp = 0x4bc0000 buf_offset = 0xbc0000 burst_length = 0x10000 ###########################----------------------- 54%flash_controller_write offset_temp = 0x4bd0000 buf_offset = 0xbd0000 burst_length = 0x10000 ###########################----------------------- 55%flash_controller_write offset_temp = 0x4be0000 buf_offset = 0xbe0000 burst_length = 0x10000 ###########################----------------------- 55%flash_controller_write offset_temp = 0x4bf0000 buf_offset = 0xbf0000 burst_length = 0x10000 ###########################----------------------- 55%flash_controller_write offset_temp = 0x4c00000 buf_offset = 0xc00000 burst_length = 0x10000 ############################---------------------- 56%flash_controller_write offset_temp = 0x4c10000 buf_offset = 0xc10000 burst_length = 0x10000 ############################---------------------- 56%flash_controller_write offset_temp = 0x4c20000 buf_offset = 0xc20000 burst_length = 0x10000 ############################---------------------- 56%flash_controller_write offset_temp = 0x4c30000 buf_offset = 0xc30000 burst_length = 0x10000 ############################---------------------- 57%flash_controller_write offset_temp = 0x4c40000 buf_offset = 0xc40000 burst_length = 0x10000 ############################---------------------- 57%flash_controller_write offset_temp = 0x4c50000 buf_offset = 0xc50000 burst_length = 0x10000 ############################---------------------- 57%flash_controller_write offset_temp = 0x4c60000 buf_offset = 0xc60000 burst_length = 0x10000 ############################---------------------- 57%flash_controller_write offset_temp = 0x4c70000 buf_offset = 0xc70000 burst_length = 0x10000 #############################--------------------- 58%flash_controller_write offset_temp = 0x4c80000 buf_offset = 0xc80000 burst_length = 0x10000 #############################--------------------- 58%flash_controller_write offset_temp = 0x4c90000 buf_offset = 0xc90000 burst_length = 0x10000 #############################--------------------- 58%flash_controller_write offset_temp = 0x4ca0000 buf_offset = 0xca0000 burst_length = 0x10000 #############################--------------------- 59%flash_controller_write offset_temp = 0x4cb0000 buf_offset = 0xcb0000 burst_length = 0x10000 #############################--------------------- 59%flash_controller_write offset_temp = 0x4cc0000 buf_offset = 0xcc0000 burst_length = 0x10000 #############################--------------------- 59%flash_controller_write offset_temp = 0x4cd0000 buf_offset = 0xcd0000 burst_length = 0x10000 #############################--------------------- 59%flash_controller_write offset_temp = 0x4ce0000 buf_offset = 0xce0000 burst_length = 0x10000 ##############################-------------------- 60%flash_controller_write offset_temp = 0x4cf0000 buf_offset = 0xcf0000 burst_length = 0x10000 ##############################-------------------- 60%flash_controller_write offset_temp = 0x4d00000 buf_offset = 0xd00000 burst_length = 0x10000 ##############################-------------------- 60%flash_controller_write offset_temp = 0x4d10000 buf_offset = 0xd10000 burst_length = 0x10000 ##############################-------------------- 61%flash_controller_write offset_temp = 0x4d20000 buf_offset = 0xd20000 burst_length = 0x10000 ##############################-------------------- 61%flash_controller_write offset_temp = 0x4d30000 buf_offset = 0xd30000 burst_length = 0x10000 ##############################-------------------- 61%flash_controller_write offset_temp = 0x4d40000 buf_offset = 0xd40000 burst_length = 0x10000 ##############################-------------------- 61%flash_controller_write offset_temp = 0x4d50000 buf_offset = 0xd50000 burst_length = 0x10000 ###############################------------------- 62%flash_controller_write offset_temp = 0x4d60000 buf_offset = 0xd60000 burst_length = 0x10000 ###############################------------------- 62%flash_controller_write offset_temp = 0x4d70000 buf_offset = 0xd70000 burst_length = 0x10000 ###############################------------------- 62%flash_controller_write offset_temp = 0x4d80000 buf_offset = 0xd80000 burst_length = 0x10000 ###############################------------------- 63%flash_controller_write offset_temp = 0x4d90000 buf_offset = 0xd90000 burst_length = 0x10000 ###############################------------------- 63%flash_controller_write offset_temp = 0x4da0000 buf_offset = 0xda0000 burst_length = 0x10000 ###############################------------------- 63%flash_controller_write offset_temp = 0x4db0000 buf_offset = 0xdb0000 burst_length = 0x10000 ################################------------------ 64%flash_controller_write offset_temp = 0x4dc0000 buf_offset = 0xdc0000 burst_length = 0x10000 ################################------------------ 64%flash_controller_write offset_temp = 0x4dd0000 buf_offset = 0xdd0000 burst_length = 0x10000 ################################------------------ 64%flash_controller_write offset_temp = 0x4de0000 buf_offset = 0xde0000 burst_length = 0x10000 ################################------------------ 64%flash_controller_write offset_temp = 0x4df0000 buf_offset = 0xdf0000 burst_length = 0x10000 ################################------------------ 65%flash_controller_write offset_temp = 0x4e00000 buf_offset = 0xe00000 burst_length = 0x10000 ################################------------------ 65%flash_controller_write offset_temp = 0x4e10000 buf_offset = 0xe10000 burst_length = 0x10000 ################################------------------ 65%flash_controller_write offset_temp = 0x4e20000 buf_offset = 0xe20000 burst_length = 0x10000 #################################----------------- 66%flash_controller_write offset_temp = 0x4e30000 buf_offset = 0xe30000 burst_length = 0x10000 #################################----------------- 66%flash_controller_write offset_temp = 0x4e40000 buf_offset = 0xe40000 burst_length = 0x10000 #################################----------------- 66%flash_controller_write offset_temp = 0x4e50000 buf_offset = 0xe50000 burst_length = 0x10000 #################################----------------- 66%flash_controller_write offset_temp = 0x4e60000 buf_offset = 0xe60000 burst_length = 0x10000 #################################----------------- 67%flash_controller_write offset_temp = 0x4e70000 buf_offset = 0xe70000 burst_length = 0x10000 #################################----------------- 67%flash_controller_write offset_temp = 0x4e80000 buf_offset = 0xe80000 burst_length = 0x10000 #################################----------------- 67%flash_controller_write offset_temp = 0x4e90000 buf_offset = 0xe90000 burst_length = 0x10000 ##################################---------------- 68%flash_controller_write offset_temp = 0x4ea0000 buf_offset = 0xea0000 burst_length = 0x10000 ##################################---------------- 68%flash_controller_write offset_temp = 0x4eb0000 buf_offset = 0xeb0000 burst_length = 0x10000 ##################################---------------- 68%flash_controller_write offset_temp = 0x4ec0000 buf_offset = 0xec0000 burst_length = 0x10000 ##################################---------------- 69%flash_controller_write offset_temp = 0x4ed0000 buf_offset = 0xed0000 burst_length = 0x10000 ##################################---------------- 69%flash_controller_write offset_temp = 0x4ee0000 buf_offset = 0xee0000 burst_length = 0x10000 ##################################---------------- 69%flash_controller_write offset_temp = 0x4ef0000 buf_offset = 0xef0000 burst_length = 0x10000 ##################################---------------- 69%flash_controller_write offset_temp = 0x4f00000 buf_offset = 0xf00000 burst_length = 0x10000 ###################################--------------- 70%flash_controller_write offset_temp = 0x4f10000 buf_offset = 0xf10000 burst_length = 0x10000 ###################################--------------- 70%flash_controller_write offset_temp = 0x4f20000 buf_offset = 0xf20000 burst_length = 0x10000 ###################################--------------- 70%flash_controller_write offset_temp = 0x4f30000 buf_offset = 0xf30000 burst_length = 0x10000 ###################################--------------- 71%flash_controller_write offset_temp = 0x4f40000 buf_offset = 0xf40000 burst_length = 0x10000 ###################################--------------- 71%flash_controller_write offset_temp = 0x4f50000 buf_offset = 0xf50000 burst_length = 0x10000 ###################################--------------- 71%flash_controller_write offset_temp = 0x4f60000 buf_offset = 0xf60000 burst_length = 0x10000 ###################################--------------- 71%flash_controller_write offset_temp = 0x4f70000 buf_offset = 0xf70000 burst_length = 0x10000 ####################################-------------- 72%flash_controller_write offset_temp = 0x4f80000 buf_offset = 0xf80000 burst_length = 0x10000 ####################################-------------- 72%flash_controller_write offset_temp = 0x4f90000 buf_offset = 0xf90000 burst_length = 0x10000 ####################################-------------- 72%flash_controller_write offset_temp = 0x4fa0000 buf_offset = 0xfa0000 burst_length = 0x10000 ####################################-------------- 73%flash_controller_write offset_temp = 0x4fb0000 buf_offset = 0xfb0000 burst_length = 0x10000 ####################################-------------- 73%flash_controller_write offset_temp = 0x4fc0000 buf_offset = 0xfc0000 burst_length = 0x10000 ####################################-------------- 73%flash_controller_write offset_temp = 0x4fd0000 buf_offset = 0xfd0000 burst_length = 0x10000 ####################################-------------- 73%flash_controller_write offset_temp = 0x4fe0000 buf_offset = 0xfe0000 burst_length = 0x10000 #####################################------------- 74%flash_controller_write offset_temp = 0x4ff0000 buf_offset = 0xff0000 burst_length = 0x10000 #####################################------------- 74%flash_controller_write offset_temp = 0x5000000 buf_offset = 0x1000000 burst_length = 0x10000 #####################################------------- 74%flash_controller_write offset_temp = 0x5010000 buf_offset = 0x1010000 burst_length = 0x10000 #####################################------------- 75%flash_controller_write offset_temp = 0x5020000 buf_offset = 0x1020000 burst_length = 0x10000 #####################################------------- 75%flash_controller_write offset_temp = 0x5030000 buf_offset = 0x1030000 burst_length = 0x10000 #####################################------------- 75%flash_controller_write offset_temp = 0x5040000 buf_offset = 0x1040000 burst_length = 0x10000 ######################################------------ 76%flash_controller_write offset_temp = 0x5050000 buf_offset = 0x1050000 burst_length = 0x10000 ######################################------------ 76%flash_controller_write offset_temp = 0x5060000 buf_offset = 0x1060000 burst_length = 0x10000 ######################################------------ 76%flash_controller_write offset_temp = 0x5070000 buf_offset = 0x1070000 burst_length = 0x10000 ######################################------------ 76%flash_controller_write offset_temp = 0x5080000 buf_offset = 0x1080000 burst_length = 0x10000 ######################################------------ 77%flash_controller_write offset_temp = 0x5090000 buf_offset = 0x1090000 burst_length = 0x10000 ######################################------------ 77%flash_controller_write offset_temp = 0x50a0000 buf_offset = 0x10a0000 burst_length = 0x10000 ######################################------------ 77%flash_controller_write offset_temp = 0x50b0000 buf_offset = 0x10b0000 burst_length = 0x10000 #######################################----------- 78%flash_controller_write offset_temp = 0x50c0000 buf_offset = 0x10c0000 burst_length = 0x10000 #######################################----------- 78%flash_controller_write offset_temp = 0x50d0000 buf_offset = 0x10d0000 burst_length = 0x10000 #######################################----------- 78%flash_controller_write offset_temp = 0x50e0000 buf_offset = 0x10e0000 burst_length = 0x10000 #######################################----------- 78%flash_controller_write offset_temp = 0x50f0000 buf_offset = 0x10f0000 burst_length = 0x10000 #######################################----------- 79%flash_controller_write offset_temp = 0x5100000 buf_offset = 0x1100000 burst_length = 0x10000 #######################################----------- 79%flash_controller_write offset_temp = 0x5110000 buf_offset = 0x1110000 burst_length = 0x10000 #######################################----------- 79%flash_controller_write offset_temp = 0x5120000 buf_offset = 0x1120000 burst_length = 0x10000 ########################################---------- 80%flash_controller_write offset_temp = 0x5130000 buf_offset = 0x1130000 burst_length = 0x10000 ########################################---------- 80%flash_controller_write offset_temp = 0x5140000 buf_offset = 0x1140000 burst_length = 0x10000 ########################################---------- 80%flash_controller_write offset_temp = 0x5150000 buf_offset = 0x1150000 burst_length = 0x10000 ########################################---------- 80%flash_controller_write offset_temp = 0x5160000 buf_offset = 0x1160000 burst_length = 0x10000 ########################################---------- 81%flash_controller_write offset_temp = 0x5170000 buf_offset = 0x1170000 burst_length = 0x10000 ########################################---------- 81%flash_controller_write offset_temp = 0x5180000 buf_offset = 0x1180000 burst_length = 0x10000 ########################################---------- 81%flash_controller_write offset_temp = 0x5190000 buf_offset = 0x1190000 burst_length = 0x10000 #########################################--------- 82%flash_controller_write offset_temp = 0x51a0000 buf_offset = 0x11a0000 burst_length = 0x10000 #########################################--------- 82%flash_controller_write offset_temp = 0x51b0000 buf_offset = 0x11b0000 burst_length = 0x10000 #########################################--------- 82%flash_controller_write offset_temp = 0x51c0000 buf_offset = 0x11c0000 burst_length = 0x10000 #########################################--------- 83%flash_controller_write offset_temp = 0x51d0000 buf_offset = 0x11d0000 burst_length = 0x10000 #########################################--------- 83%flash_controller_write offset_temp = 0x51e0000 buf_offset = 0x11e0000 burst_length = 0x10000 #########################################--------- 83%flash_controller_write offset_temp = 0x51f0000 buf_offset = 0x11f0000 burst_length = 0x10000 #########################################--------- 83%flash_controller_write offset_temp = 0x5200000 buf_offset = 0x1200000 burst_length = 0x10000 ##########################################-------- 84%flash_controller_write offset_temp = 0x5210000 buf_offset = 0x1210000 burst_length = 0x10000 ##########################################-------- 84%flash_controller_write offset_temp = 0x5220000 buf_offset = 0x1220000 burst_length = 0x10000 ##########################################-------- 84%flash_controller_write offset_temp = 0x5230000 buf_offset = 0x1230000 burst_length = 0x10000 ##########################################-------- 85%flash_controller_write offset_temp = 0x5240000 buf_offset = 0x1240000 burst_length = 0x10000 ##########################################-------- 85%flash_controller_write offset_temp = 0x5250000 buf_offset = 0x1250000 burst_length = 0x10000 ##########################################-------- 85%flash_controller_write offset_temp = 0x5260000 buf_offset = 0x1260000 burst_length = 0x10000 ##########################################-------- 85%flash_controller_write offset_temp = 0x5270000 buf_offset = 0x1270000 burst_length = 0x10000 ###########################################------- 86%flash_controller_write offset_temp = 0x5280000 buf_offset = 0x1280000 burst_length = 0x10000 ###########################################------- 86%flash_controller_write offset_temp = 0x5290000 buf_offset = 0x1290000 burst_length = 0x10000 ###########################################------- 86%flash_controller_write offset_temp = 0x52a0000 buf_offset = 0x12a0000 burst_length = 0x10000 ###########################################------- 87%flash_controller_write offset_temp = 0x52b0000 buf_offset = 0x12b0000 burst_length = 0x10000 ###########################################------- 87%flash_controller_write offset_temp = 0x52c0000 buf_offset = 0x12c0000 burst_length = 0x10000 ###########################################------- 87%flash_controller_write offset_temp = 0x52d0000 buf_offset = 0x12d0000 burst_length = 0x10000 ############################################------ 88%flash_controller_write offset_temp = 0x52e0000 buf_offset = 0x12e0000 burst_length = 0x10000 ############################################------ 88%flash_controller_write offset_temp = 0x52f0000 buf_offset = 0x12f0000 burst_length = 0x10000 ############################################------ 88%flash_controller_write offset_temp = 0x5300000 buf_offset = 0x1300000 burst_length = 0x10000 ############################################------ 88%flash_controller_write offset_temp = 0x5310000 buf_offset = 0x1310000 burst_length = 0x10000 ############################################------ 89%flash_controller_write offset_temp = 0x5320000 buf_offset = 0x1320000 burst_length = 0x10000 ############################################------ 89%flash_controller_write offset_temp = 0x5330000 buf_offset = 0x1330000 burst_length = 0x10000 ############################################------ 89%flash_controller_write offset_temp = 0x5340000 buf_offset = 0x1340000 burst_length = 0x10000 #############################################----- 90%flash_controller_write offset_temp = 0x5350000 buf_offset = 0x1350000 burst_length = 0x10000 #############################################----- 90%flash_controller_write offset_temp = 0x5360000 buf_offset = 0x1360000 burst_length = 0x10000 #############################################----- 90%flash_controller_write offset_temp = 0x5370000 buf_offset = 0x1370000 burst_length = 0x10000 #############################################----- 90%flash_controller_write offset_temp = 0x5380000 buf_offset = 0x1380000 burst_length = 0x10000 #############################################----- 91%flash_controller_write offset_temp = 0x5390000 buf_offset = 0x1390000 burst_length = 0x10000 #############################################----- 91%flash_controller_write offset_temp = 0x53a0000 buf_offset = 0x13a0000 burst_length = 0x10000 #############################################----- 91%flash_controller_write offset_temp = 0x53b0000 buf_offset = 0x13b0000 burst_length = 0x10000 ##############################################---- 92%flash_controller_write offset_temp = 0x53c0000 buf_offset = 0x13c0000 burst_length = 0x10000 ##############################################---- 92%flash_controller_write offset_temp = 0x53d0000 buf_offset = 0x13d0000 burst_length = 0x10000 ##############################################---- 92%flash_controller_write offset_temp = 0x53e0000 buf_offset = 0x13e0000 burst_length = 0x10000 ##############################################---- 92%flash_controller_write offset_temp = 0x53f0000 buf_offset = 0x13f0000 burst_length = 0x10000 ##############################################---- 93%flash_controller_write offset_temp = 0x5400000 buf_offset = 0x1400000 burst_length = 0x10000 ##############################################---- 93%flash_controller_write offset_temp = 0x5410000 buf_offset = 0x1410000 burst_length = 0x10000 ##############################################---- 93%flash_controller_write offset_temp = 0x5420000 buf_offset = 0x1420000 burst_length = 0x10000 ###############################################--- 94%flash_controller_write offset_temp = 0x5430000 buf_offset = 0x1430000 burst_length = 0x10000 ###############################################--- 94%flash_controller_write offset_temp = 0x5440000 buf_offset = 0x1440000 burst_length = 0x10000 ###############################################--- 94%flash_controller_write offset_temp = 0x5450000 buf_offset = 0x1450000 burst_length = 0x10000 ###############################################--- 95%flash_controller_write offset_temp = 0x5460000 buf_offset = 0x1460000 burst_length = 0x10000 ###############################################--- 95%flash_controller_write offset_temp = 0x5470000 buf_offset = 0x1470000 burst_length = 0x10000 ###############################################--- 95%flash_controller_write offset_temp = 0x5480000 buf_offset = 0x1480000 burst_length = 0x10000 ###############################################--- 95%flash_controller_write offset_temp = 0x5490000 buf_offset = 0x1490000 burst_length = 0x10000 ################################################-- 96%flash_controller_write offset_temp = 0x54a0000 buf_offset = 0x14a0000 burst_length = 0x10000 ################################################-- 96%flash_controller_write offset_temp = 0x54b0000 buf_offset = 0x14b0000 burst_length = 0x10000 ################################################-- 96%flash_controller_write offset_temp = 0x54c0000 buf_offset = 0x14c0000 burst_length = 0x10000 ################################################-- 97%flash_controller_write offset_temp = 0x54d0000 buf_offset = 0x14d0000 burst_length = 0x10000 ################################################-- 97%flash_controller_write offset_temp = 0x54e0000 buf_offset = 0x14e0000 burst_length = 0x10000 ################################################-- 97%flash_controller_write offset_temp = 0x54f0000 buf_offset = 0x14f0000 burst_length = 0x10000 ################################################-- 97%flash_controller_write offset_temp = 0x5500000 buf_offset = 0x1500000 burst_length = 0x10000 #################################################- 98%flash_controller_write offset_temp = 0x5510000 buf_offset = 0x1510000 burst_length = 0x10000 #################################################- 98%flash_controller_write offset_temp = 0x5520000 buf_offset = 0x1520000 burst_length = 0x10000 #################################################- 98%flash_controller_write offset_temp = 0x5530000 buf_offset = 0x1530000 burst_length = 0x10000 #################################################- 99%flash_controller_write offset_temp = 0x5540000 buf_offset = 0x1540000 burst_length = 0x10000 #################################################- 99%flash_controller_write offset_temp = 0x5550000 buf_offset = 0x1550000 burst_length = 0x10000 #################################################- 99%flash_controller_write offset_temp = 0x5560000 buf_offset = 0x1560000 burst_length = 0x9000 ################################################## 100% Reading back data from Flash ... read_back_data_check file_size = 0x1569000 file_size_count = 0x1569000 read_back_data_check offset_temp = 0x4000000 buf_offset = 0x0 burst_length = 0x10000 Warning : Flash data error at addr 0xc000000, expected data is 0x3a, but read data is 0x0 Warning : Checking stop due to read back data error Step4 : Do you want to reconfig FPGA? (Please input 'y' or 'n' to select, and press ENTER to go on):