Advertisement
Guest User

out

a guest
Nov 23rd, 2014
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.78 KB | None | 0 0
  1. a2ur4@ubuntu:~/Desktop/stm32f429/linux-cortexm-1.12.1/projects/demo_for_OSES$ sudo ./download.script
  2. [sudo] password for a2ur4:
  3. loading uImage
  4. ## Total Size      = 0x00117920 = 1145120 Bytes
  5. ## Start Addr      = 0xD0007FC0
  6. STM32F429-DISCO> running kernel
  7. Connecting to /dev/ttyUSB0, speed 115200
  8.  Escape character: Ctrl-\ (ASCII 28, FS): enabled
  9. Type the escape character followed by C to get back,
  10. or followed by ? to see other options.
  11. ----------------------------------------------------
  12. run addip; bootm
  13. ## Booting kernel from Legacy Image at d0007fc0 ...
  14.    Image Name:   Linux-2.6.33-arm1
  15.    Image Type:   ARM Linux Kernel Image (uncompressed)
  16.    Data Size:    1145056 Bytes =  1.1 MB
  17.    Load Address: d0008000
  18.    Entry Point:  d0008001
  19.    Verifying Checksum ... OK
  20.    Loading Kernel Image ... OK
  21. OK
  22.  
  23. Starting kernel ...
  24.  
  25. Linux version 2.6.33-arm1 (a2ur4@ubuntu) (gcc version 4.4.1 (Sourcery G++ Lite 2010q1-189) ) #516 Sun Nov 23 20:38:20 CET 2014
  26. CPU: ARMv7-M Processor [410fc241] revision 1 (ARMv7M)
  27. CPU: NO data cache, NO instruction cache
  28. Machine: STMicro STM32
  29. Built 1 zonelists in Zone order, mobility grouping off.  Total pages: 2032
  30. Kernel command line: stm32_platform=stm-disco console=ttyS0,115200 panic=10 ip=172.17.4.206:172.17.0.1:::stm-disco:eth0:off ip=172.17.4.206:172.17.0.1:::stm-disco:eth0:off ethaddr=C0:B1:3C:88:88:85
  31. PID hash table entries: 32 (order: -5, 128 bytes)
  32. Dentry cache hash table entries: 1024 (order: 0, 4096 bytes)
  33. Inode-cache hash table entries: 1024 (order: 0, 4096 bytes)
  34. Memory: 8MB = 8MB total
  35. Memory: 6956k/6956k available, 1236k reserved, 0K highmem
  36. Virtual kernel memory layout:
  37.     vector  : 0x00000000 - 0x00001000   (   4 kB)
  38.     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
  39.     vmalloc : 0x00000000 - 0xffffffff   (4095 MB)
  40.     lowmem  : 0xd0000000 - 0xd0800000   (   8 MB)
  41.     modules : 0xd0000000 - 0xd0800000   (   8 MB)
  42.       .init : 0xd0008000 - 0xd0087000   ( 508 kB)
  43.       .text : 0xd0087000 - 0xd0115000   ( 568 kB)
  44.       .data : 0xd0116000 - 0xd011f8e0   (  39 kB)
  45. Hierarchical RCU implementation.
  46. NR_IRQS:90
  47. Calibrating delay loop... 36.45 BogoMIPS (lpj=182272)
  48. Mount-cache hash table entries: 512
  49. bio: create slab <bio-0> at 0
  50. Switching to clocksource cm3-systick
  51. Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
  52. io scheduler noop registered
  53. io scheduler deadline registered
  54. io scheduler cfq registered (default)
  55. Serial: STM32 USART driver
  56. stm32serial.0: ttyS0 at MMIO 0x40011000 (irq = 37) is a STM32 USART Port
  57. console [ttyS0] enabled
  58. ARMv7-M VFP Extension supported
  59. Freeing init memory: 508K
  60. init started: BusyBox v1.17.0 (2014-11-23 16:41:54 CET)
  61. ifconfig: socket: Function not implemented
  62. Welcome to custom linux for OSES 2014/2015
  63. ~ # ./root/test  <---Here I run the test app
  64.  
  65. SEGV
  66. ~ #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement