updated progress in comment/header

This commit is contained in:
mooleshacat 2026-06-22 19:58:23 -04:00
parent 115fcf11bc
commit af3b3d51b2
Signed by: mooleshacat
GPG Key ID: 6F42FE1A481818C2

View File

@ -5,18 +5,20 @@
/*
* What is working?
*
* - UART
* - CPU
* - RAM
* - 8MB Flash (Macronix MX25L6433F SPI NOR 8MB // dual bootloader, ART, etc.)
* - UART
* - USB
* - 8MB Flash (Macronix MX25L6433F SPI NOR 8MB // dual bootloader, ART, etc.)
* - 128MB nand (Micron MT29F1G08ABADA NAND 128MB // 2x kernel, 2x rootfs, 1x rootfs_data)
* - wifi (QCA9984, QCA4019)
* - switches (QCA8075, QCA8337)
*
* What is NOT working?
*
* - 128MB nand (Micron MT29F1G08ABADA NAND 128MB // 2x kernel, 2x rootfs, 1x rootfs_data)
* - switches (QCA8075, QCA8337)
* - LEDs (will resolve last :P)
* - possible reset button
* - proper install/sysupgrade integration
*
* WARNING: ENSURE BOARD.BIN AND CALDATA IS NOT COMMITTED TO GIT REPOSITORY (INTELLECTUAL PROPERTY CONCERNS)
*