Searched refs:bootloader (Results 1 – 25 of 34) sorted by relevance
12
73 > 可以通过 bootloader 自带 usb下载,通过 u 盘方式下载:78 …bootloader ,通过把五向按键向左推(按下 PA13 按键,又名 BOOT 键) , 同时再按一下复位,然后先松开复位再松开向上按键就进入了 Bootloader 下载模式。这时会弹出一个…82 > * bootloader 默认的波特率为460800,所以会在启动 rtthread 时存在乱码99 * 注意:官方 bootloader 使用的是串口1,且波特率为460800,所以会在一开始有一段乱码
128 …如遇到程序下载后,板子跑不起来的情况,请先通过串口查看复位后bootloader打印信息 “ART-PiBOOT” ,以检查bootloader是否损坏或丢失。若 bootloader 缺失,则需…
71 编译完成会自动打包bl : bootloader.bin和下载工具:soc_download.exe在bsp目录下生成rtthread_air105.soc,使用[Luatools](http://…105 **bootloader.bin和soc_download.exe如不存在会自动下载,请保持网络通畅**
1 !bootloader.bin
136 …--flash_mode dio --flash_size detect --flash_freq 80m 0x0 path/to/your/bootloader.bin 0x08000 path…209 | bootloader.bin | 0x0 |213 …其中`bootloader.bin`和`partition-table.bin`可在`bsp/ESP32_C3/builtin_imgs`文件夹下找到,配置完成后截图如下,之后点击`START`即…220 …--flash_mode dio --flash_size detect --flash_freq 80m 0x0 path/to/your/bootloader.bin 0x08000 path…
128 …--flash_mode dio --flash_size detect --flash_freq 80m 0x0 path/to/your/bootloader.bin 0x08000 path…200 | bootloader.bin | 0x0 |204 …Among them, `bootloader.bin` and `partition-table.bin` can be found in the `bsp/ESP32_C3/builtin_i…211 …--flash_mode dio --flash_size detect --flash_freq 80m 0x0 path/to/your/bootloader.bin 0x08000 path…
172 isp_mem_t const *bootloader; member
119 2. 通过 bootloader 从片外 qspi flash 启动
28 bool "Enable RT-Thread run without bootloader"
6 /* BEGIN is used for the "boot to SARAM" bootloader mode */
6 /* BEGIN is used for the "boot to Flash" bootloader mode */
36 /* Second stage bootloader is prepended to the image. It must be 256 bytes big52 "ERROR: Pico second stage bootloader must be 256 bytes in size")
85 [bootloader, destination_cpu = r5-0]./fsbl.elf
128 ... some bootloader log...
121 …nload, please first check if the bootloader is not burned or is lost due to erasure of internal fl…
31 - Pre-programmed bootloader
48 - Pre-programmed bootloader
129 "ERROR: Pico second stage bootloader must be no more than 256 bytes in size")
22 * Bootloader images do not configure option settings because they are owned by the bootloader.23 * FSP_BOOTABLE_IMAGE is only defined in bootloader images. */
27 * Bootloader images do not configure option settings because they are owned by the bootloader.28 * FSP_BOOTABLE_IMAGE is only defined in bootloader images. */
Completed in 49 milliseconds