Changes between Version 15 and Version 16 of JSCOnly/CrossBuildAndRemoteTestJSCLinux
- Timestamp:
- Feb 5, 2018, 4:48:37 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JSCOnly/CrossBuildAndRemoteTestJSCLinux
v15 v16 21 21 2.1. download [[attachment:jsc_buildroot_extraconfig]] and save it to ```/tmp/``` 22 22 23 2.2. guess the name of your board defconfig (check the files in ```${buildroot_dir}/config```) and merge the default config for it with the attached one. For example, for configuring for using the RPi3 in ARM64 (Aarch64) mode we will do: 23 2.2. guess the name of your board defconfig (check the files in ```${buildroot_dir}/config```) and merge the default config for it with the attached one. [[BR]] 24 For example, for configuring for using the RPi3 in ARM64 (Aarch64) mode we will do: 24 25 {{{ 25 26 support/kconfig/merge_config.sh configs/raspberrypi3_64_defconfig /tmp/jsc_buildroot_extraconfig