Changes between Version 13 and Version 14 of JSCOnly/CrossBuildAndRemoteTestJSCLinux
- Timestamp:
- Feb 5, 2018, 4:40:57 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JSCOnly/CrossBuildAndRemoteTestJSCLinux
v13 v14 56 56 $ make -j $(nproc) 57 57 }}} 58 When it has finished you should have available in the path you defined for ```${BR2_HOST_DIR}``` the cross-toolchain. And you should have available in the subdir output/target of buildroot the image or rootfs that should be flashed on the board. 58 When it has finished the cross-toolchain will be available in the path defined before for ```${BR2_HOST_DIR}```. [[BR]] 59 And the image (or rootfs) that should be flashed to the board will be available in the subdir ```output/target``` of buildroot 59 60 60 61