Skip to content

initial

Pre-release
Pre-release

Choose a tag to compare

@GrieferPig GrieferPig released this 03 Jul 04:23

Flash command

esptool  -b 2000000 \
  0x2000 bootloader.bin \
  0x8000 partition-table.bin \
  0x20000 hello_world.bin \
  0x220000 fw_payload.bin \
  0x2A0000 xipImage \
  0xA20000 initramfs.cpio

Choose one b/w initramfs.cpio and initramfs_full.cpio.

  • initramfs: bare minimal busybox
  • initramfs_full: most busybox applets + coremark