mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 23:16:31 +00:00
Add tools for SPI NOR flash storage (#2696)
Home Assistant Green uses a SPI NOR flash storage. One can use dd to write to the SPI NOR flash, but this is problematic if a unit has bad blocks. Add MTD tools, specifically flashcp, to enable SPI NOR flashing support.
This commit is contained in:
parent
68c74db9d2
commit
9253b7361b
@ -50,6 +50,11 @@ BR2_PACKAGE_LINUX_FIRMWARE_USB_SERIAL_TI=y
|
||||
BR2_PACKAGE_GPTFDISK=y
|
||||
BR2_PACKAGE_GPTFDISK_SGDISK=y
|
||||
# BR2_PACKAGE_LVM2_STANDARD_INSTALL is not set
|
||||
BR2_PACKAGE_MTD=y
|
||||
# BR2_PACKAGE_MTD_MTD_DEBUG is not set
|
||||
# BR2_PACKAGE_MTD_NANDDUMP is not set
|
||||
# BR2_PACKAGE_MTD_NANDTEST is not set
|
||||
# BR2_PACKAGE_MTD_NANDWRITE is not set
|
||||
BR2_PACKAGE_RTL8812AU_AIRCRACK_NG=y
|
||||
BR2_PACKAGE_USB_MODESWITCH_DATA=y
|
||||
BR2_PACKAGE_CA_CERTIFICATES=y
|
||||
|
Loading…
x
Reference in New Issue
Block a user