Skip to content

sony-coconut: Switch from armhf to armv7 and enable in-kernel netboot support

Martin Hrůza requested to merge MartinHruza/pmaports:refresh-coconut into master

Switch from armhf to armv7

  • Apart of the usual stuff CONFIG_CRYPTO_AES_ARM_BS must be disabled otherwise it breakes kernel compilation with some weird assembler error

Netboot

  • CONFIG_BLK_DEV_NBD=y enables /dev/nbd support
  • nbd.max_part=16 kernel parameter must be added otherwise it's zero which causes that kpartx cannot create partitions
Edited by Martin Hrůza

Merge request reports