You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@EtchedPixels' recent commits resolved all the problems I had in my other issue and now both the build and burn processes work as expected.
By running dd if=FUZIX/Images/esp8266/disk.img of=/dev/sda I successfully created a bootable FUZIX SD card. Contrary to what the documentation states, in my particular case, the microSD module's VCC needed to be connected to 5V (not 3.3V) for D1 mini to be able to find and boot the file system.
After boot, the kernel panics with the following exception:
@EtchedPixels' recent commits resolved all the problems I had in my other issue and now both the build and burn processes work as expected.
By running
dd if=FUZIX/Images/esp8266/disk.img of=/dev/sda
I successfully created a bootable FUZIX SD card. Contrary to what the documentation states, in my particular case, the microSD module's VCC needed to be connected to 5V (not 3.3V) for D1 mini to be able to find and boot the file system.After boot, the kernel panics with the following exception:
Sidenote: The documentation's commands need to be updated too (
make -C Kernel/platform-esp8266 burn
tomake -C Kernel/platform/platform-esp8266 burn
).The text was updated successfully, but these errors were encountered: