URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
Compare Revisions
- This comparison shows the changes necessary to convert path
/openrisc/trunk/orpsocv2/sw/apps
- from Rev 465 to Rev 466
- ↔ Reverse comparison
Rev 465 → Rev 466
/spiflash/README
41,8 → 41,8
To ensure the correct settings for UART and other peripherals are picked up |
ensure the BOARD_PATH variable is set correctly, too. |
|
# make spiflash-program.elf PROGRAMMINGFILE=/path/to/myapp.bin \ |
BOARD_PATH=`pwd`/../../../actel/ordb1a3pe1500 |
make spiflash-program.elf PROGRAMMINGFILE=/path/to/myapp.bin \ |
BOARD_PATH=`pwd`/../../../boards/actel/ordb1a3pe1500 |
|
It's advisable to do a "make distclean" first, to clear out any previously |
compiled software for other boards. |