Open gamelaster opened 3 years ago
On Windows it works good. But probably this is VMware problem.
Although, to which file I suppose to put my compiled bin? I tried "whole_fw.bin", but it was not working.
Hi gamelaster, There are some error during downloading eflasher_loader.bin, which reported 464c1402/464c0401, BFLB_BOOTROM_CMD_SEQ_ERROR=0x0104 BFLB_BOOTROM_IMG_SECTIONDATA_TLEN_ERROR=0x0214 Maybe the baudrate is too high during downloading eflash_loader.bin. There are two baudrate setting: 512000 is for downloading eflash_loader.bin, and 2000000 for downloading the generated bins. The PROJECTNAME.bin should be used by copying PROJECTNAME.bin to bl602/bl602.bin, which will be add boot info data at the head to generate "fwimage.bin". I also found some errors in code, and just correct them. Thanks
Hi,
I'm trying to test this tool to flash my PineCone from Linux. I have GPIO8 correctly set and restarted in Flash Mode. Sadly, I'm receiving this. (Also, to which file I suppose to put my compiled bin?) Thanks