File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,17 @@ Linux based OS
100
100
- cd ~ /dev/nand_programmer/nand_programmer/firmware
101
101
- st-flash write ./obj/prog.bin 0x8000000
102
102
## Build host application
103
- - Install Qt5.5.1
103
+ ### Linux
104
+ - sudo apt-get install libboost-all-dev
105
+ - Install Qt5.x
106
+ - Open ~ /dev/nand_programmer/nand_programmer/qt/qt.pro with QtCreator.
107
+ - Go to Projects->Build->Build Steps->Add Build Step->Make. Add "install" to "Make arguments".
108
+ - Build->Run qmake
109
+ - Build->Build All
110
+ - Build->Run
111
+ ### Windows
112
+ - Install boost library from GoogleDriver archive under C:/boost/ or compile.
113
+ - Install Qt5.x
104
114
- Open ~ /dev/nand_programmer/nand_programmer/qt/qt.pro with QtCreator.
105
115
- Go to Projects->Build->Build Steps->Add Build Step->Make. Add "install" to "Make arguments".
106
116
- Build->Run qmake
You can’t perform that action at this time.
0 commit comments