Closed kwis2 closed 4 years ago
In my opinion I am not able to make RBOOT_SILENT to work.
Try the following sequence:
cd $SMING_HOME/../samples/Basic_rBoot
make dist-clean
make clean
make RBOOT_SILENT=1 V=1
After these commands you should have also a brand new rboot.bin file. The file should contain almost no strings. You can check this with the following command:
xtensa-lx106-elf-strings out/Esp8266/debug/firmware/rboot.bin
In my case I get just the following output
baAraB
b!Ar!BV
t"!@'
/ =
R -
YQyA
XQxAZ
You can now flash just the bootloader with the command:
make flashboot
I am testing deep sleep, module ESP8266-01, and I am not able to switch off serial garbage after reset / wake up. Except serial data @115200 I send, I receive data @76800. In my opinion I am not able to make RBOOT_SILENT to work.
my config: