
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
arm-none-eabi-objdump -d -marm -Mforce-thumb --adjust-vma=0x8000000 -b binary _infile_ etc | |
it would be 0x18000 for an nrf51 after softdevice, etc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://review.coreboot.org/cgit/flashrom.git | |
make CONFIG_SATAMV=0 CONFIG_LINUX_I2C=0 NOWARNERROR=yes CONFIG_LINUX_SPI=yes CONFIG_ENABLE_LIBPCI_PROGRAMMERS=no CONFIG_ENABLE_LIBUSB0_PROGRAMMERS=no | |
on a pi | |
flashrom -p linux_spi:dev=/dev/spidev0.0,spispeed=1000 | |
on a beagle |