This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 0.000000] c0 Booting Linux on physical CPU 0 | |
[ 0.000000] c0 Linux version 3.4.7+ (sscsps1@android-building) (gcc version 4.7 (GCC) ) #1 SMP PREEMPT Wed Aug 9 20:35:34 UTC 2017 | |
[ 0.000000] c0 CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=10c53c7d | |
[ 0.000000] c0 CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache | |
[ 0.000000] c0 Machine: PXA988 | |
[ 0.000000] c0 ION carveout memory: 0x07000000@0x09000000 | |
[ 0.000000] c0 get_boot_startaddr: fb_address = 0x17000000 | |
[ 0.000000] c0 Malformed early option 'disp_start_addr' | |
[ 0.000000] c0 Reserved OBM memory: 0x100000@0x0 | |
[ 0.000000] c0 Reserved CP memory: 0x2000000@0x6000000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<6>[ 0.000000] c0 Booting Linux on physical CPU 0 | |
<5>[ 0.000000] c0 Linux version 3.4.5-2667930 (dpi@SWDD6007) (gcc version 4.7 (GCC) ) #1 SMP PREEMPT Mon Sep 1 15:56:06 KST 2014 | |
<4>[ 0.000000] c0 CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=10c53c7d | |
<4>[ 0.000000] c0 CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache | |
<4>[ 0.000000] c0 Machine: PXA988 | |
<6>[ 0.000000] c0 ION carveout memory: 0x07000000@0x09000000 | |
<4>[ 0.000000] c0 get_boot_startaddr: fb_address = 0x17000000 | |
<4>[ 0.000000] c0 Malformed early option 'disp_start_addr' | |
<6>[ 0.000000] c0 Reserved OBM memory: 0x100000@0x0 | |
<6>[ 0.000000] c0 Reserved CP memory: 0x2000000@0x6000000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://api.mapbox.com/styles/v1/mapbox/streets-v8/static/0,0,2/600x600?access_token=pk.eyJ1IjoiY29kaW5ndHJhaW4iLCJhIjoiY2l6MDJ0Mjk5MDQ1dzJ3bzRiM29zaW16ayJ9.guiqnHMGUq196Zxa1d3UPg | |
var mapimg; | |
var zoom = 1; | |
var data; | |
var ww = 900; | |
var hh = 900; | |
var clat = 0; //37.7749; | |
var clon = 0; //-122.4194; |