Changes between Version 9 and Version 10 of JSCOnly/CrossBuildAndRemoteTestJSCLinux
- Timestamp:
- Feb 5, 2018, 4:29:25 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JSCOnly/CrossBuildAndRemoteTestJSCLinux
v9 v10 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/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. For example, for configuring for using the RPi3 in ARM64 (Aarch64) mode we will do: 24 24 {{{ 25 25 support/kconfig/merge_config.sh configs/raspberrypi3_64_defconfig /tmp/jsc_buildroot_extraconfig