gd32450i-eval.initramfs 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. dir /dev 0755 0 0
  2. dir /dev/pts 0755 0 0
  3. dir /root 0700 0 0
  4. dir /proc 0755 0 0
  5. dir /sys 0755 0 0
  6. dir /etc 0755 0 0
  7. dir /var 0755 0 0
  8. dir /var/config 0755 0 0
  9. dir /var/tmp 0755 0 0
  10. dir /var/log 0755 0 0
  11. dir /var/run 0755 0 0
  12. dir /var/lock 0755 0 0
  13. dir /bin 755 0 0
  14. nod /dev/tty 0666 0 0 c 5 0
  15. nod /dev/console 0600 0 0 c 5 1
  16. nod /dev/ptmx 0666 0 0 c 5 2
  17. nod /dev/ttyS0 0666 0 0 c 4 64
  18. nod /dev/ttyS1 0666 0 0 c 4 65
  19. nod /dev/ttyS2 0666 0 0 c 4 66
  20. nod /dev/ttyS3 0666 0 0 c 4 67
  21. nod /dev/ttyS4 0666 0 0 c 4 68
  22. nod /dev/ttyS5 0666 0 0 c 4 69
  23. nod /dev/null 0600 0 0 c 1 3
  24. nod /dev/mem 0600 0 0 c 1 1
  25. nod /dev/kmem 0600 0 0 c 1 2
  26. nod /dev/zero 0600 0 0 c 1 5
  27. nod /dev/random 0600 0 0 c 1 8
  28. nod /dev/urandom 0600 0 0 c 1 9
  29. ifarch STM file /etc/inittab ${INSTALL_ROOT}/projects/${SAMPLE}/local/inittab.STM 755 0 0
  30. ifarch STM32F4 file /etc/inittab ${INSTALL_ROOT}/projects/${SAMPLE}/local/inittab.STM 755 0 0
  31. ifarch STM32F4X9 file /etc/inittab ${INSTALL_ROOT}/projects/${SAMPLE}/local/inittab.ALL 755 0 0
  32. ifarch STMDISCO file /etc/inittab ${INSTALL_ROOT}/projects/${SAMPLE}/local/inittab.ALL 755 0 0
  33. ifarch STM32F7DISCO file /etc/inittab ${INSTALL_ROOT}/projects/${SAMPLE}/local/inittab.STM32F7DISCO 755 0 0
  34. ifarch A2F file /etc/inittab ${INSTALL_ROOT}/projects/${SAMPLE}/local/inittab.ALL 755 0 0
  35. ifarch LPC file /etc/inittab ${INSTALL_ROOT}/projects/${SAMPLE}/local/inittab.ALL 755 0 0
  36. ifarch LPC18XX file /etc/inittab ${INSTALL_ROOT}/projects/${SAMPLE}/local/inittab.ALL 755 0 0
  37. ifarch K70 file /etc/inittab ${INSTALL_ROOT}/projects/${SAMPLE}/local/inittab.K70 755 0 0
  38. ifarch M2S file /etc/inittab ${INSTALL_ROOT}/projects/${SAMPLE}/local/inittab.M2S 755 0 0
  39. file /etc/rc ${INSTALL_ROOT}/projects/${SAMPLE}/local/rc 755 0 0
  40. file /etc/hosts ${INSTALL_ROOT}/projects/${SAMPLE}/local/hosts 644 0 0
  41. file /etc/services ${INSTALL_ROOT}/projects/${SAMPLE}/local/services 644 0 0
  42. file /etc/passwd ${INSTALL_ROOT}/projects/${SAMPLE}/local/passwd 644 0 0
  43. file /etc/group ${INSTALL_ROOT}/projects/${SAMPLE}/local/group 644 0 0
  44. file /etc/shadow ${INSTALL_ROOT}/projects/${SAMPLE}/local/shadow 644 0 0
  45. file /etc/securetty ${INSTALL_ROOT}/projects/${SAMPLE}/local/securetty 644 0 0
  46. file /bin/busybox ${INSTALL_ROOT}/A2F/busybox/busybox 755 0 0
  47. slink /bin/init busybox 777 0 0
  48. slink /init /bin/init 777 0 0
  49. slink /bin/insmod busybox 777 0 0
  50. slink /bin/rmmod busybox 777 0 0
  51. slink /bin/lsmod busybox 777 0 0
  52. slink /bin/hostname busybox 777 0 0
  53. slink /bin/cat busybox 777 0 0
  54. slink /bin/cp busybox 777 0 0
  55. slink /bin/chmod busybox 777 0 0
  56. slink /bin/chown busybox 777 0 0
  57. slink /bin/date busybox 777 0 0
  58. slink /bin/dd busybox 777 0 0
  59. slink /bin/echo busybox 777 0 0
  60. slink /bin/hush busybox 777 0 0
  61. slink /bin/kill busybox 777 0 0
  62. slink /bin/ln busybox 777 0 0
  63. slink /bin/login /bin/busybox 777 0 0
  64. slink /bin/ls busybox 777 0 0
  65. slink /bin/mkdir busybox 777 0 0
  66. slink /bin/mknod busybox 777 0 0
  67. slink /bin/mv busybox 777 0 0
  68. slink /bin/ps busybox 777 0 0
  69. slink /bin/pwd busybox 777 0 0
  70. slink /bin/reboot busybox 777 0 0
  71. slink /bin/rm busybox 777 0 0
  72. slink /bin/sh busybox 777 0 0
  73. slink /bin/sleep busybox 777 0 0
  74. slink /bin/mount busybox 777 0 0
  75. slink /bin/umount busybox 777 0 0
  76. slink /bin/ping busybox 777 0 0
  77. slink /bin/ifconfig busybox 777 0 0
  78. slink /bin/telnetd busybox 777 0 0
  79. slink /bin/wc busybox 777 0 0
  80. slink /bin/netstat busybox 777 0 0
  81. slink /bin/nslookup busybox 777 0 0
  82. slink /bin/ntpd busybox 777 0 0
  83. slink /bin/route busybox 777 0 0
  84. slink /bin/telnet busybox 777 0 0
  85. slink /bin/traceroute busybox 777 0 0
  86. slink /bin/wget busybox 777 0 0
  87. slink /bin/vi busybox 777 0 0
  88. slink /bin/udhcpc busybox 777 0 0
  89. ifarch A2F file /bin/iap_tool ${INSTALL_ROOT}/A2F/root/usr/bin/iap_tool 755 0 0
  90. dir /usr 755 0 0
  91. dir /usr/bin 755 0 0
  92. dir /usr/share 755 0 0
  93. dir /usr/share/udhcpc 755 0 0
  94. file /usr/share/udhcpc/default.script ${INSTALL_ROOT}/projects/${SAMPLE}/local/default.script 755 0 0
  95. slink /usr/bin/[ ../../bin/busybox 777 0 0
  96. slink /usr/bin/[[ ../../bin/busybox 777 0 0
  97. file /usr/bin/gpio.ko ${INSTALL_ROOT}/projects/${SAMPLE}/app/driver/GPIO/gpio.ko 755 0 0
  98. file /usr/bin/i2c.ko ${INSTALL_ROOT}/projects/${SAMPLE}/app/driver/I2C/i2c.ko 755 0 0
  99. file /usr/bin/fmc.ko ${INSTALL_ROOT}/projects/${SAMPLE}/app/driver/FMC/fmc.ko 755 0 0
  100. file /usr/bin/test_module.ko ${INSTALL_ROOT}/projects/${SAMPLE}/app/driver/test/test_module.ko 755 0 0
  101. file /usr/bin/platform_STM32F429.ko ${INSTALL_ROOT}/projects/${SAMPLE}/app/driver/Platform/platform_STM32F429.ko 755 0 0
  102. file /usr/bin/adc.ko ${INSTALL_ROOT}/projects/${SAMPLE}/app/driver/ADC/adc.ko 755 0 0
  103. file /usr/bin/spi.ko ${INSTALL_ROOT}/projects/${SAMPLE}/app/driver/SPI/spi.ko 755 0 0
  104. file /usr/bin/test_app ${INSTALL_ROOT}/projects/${SAMPLE}/app/test_app/test_app 755 0 0
  105. file /usr/bin/bmc_app ${INSTALL_ROOT}/projects/${SAMPLE}/app/bmc/bmc_app 755 0 0
  106. file /usr/bin/goahead ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-5.1.0/build/linux-arm-static/bin/goahead 755 0 0
  107. dir /etc/goahead 755 0 0
  108. dir /var/www 755 0 0
  109. dir /var/www/goahead 755 0 0
  110. dir /var/www/goahead/static 755 0 0
  111. dir /var/www/goahead/static/css 755 0 0
  112. dir /var/www/goahead/static/img 755 0 0
  113. dir /var/www/goahead/static/js 755 0 0
  114. file /etc/goahead/self.crt ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-5.1.0/build/linux-arm-static/bin/self.crt 755 0 0
  115. file /etc/goahead/self.key ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-5.1.0/build/linux-arm-static/bin/self.key 755 0 0
  116. file /etc/goahead/auth.txt ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-5.1.0/src/auth.txt 755 0 0
  117. file /etc/goahead/route.txt ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-5.1.0/src/route.txt 755 0 0
  118. file /var/www/goahead/favicon.ico ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-5.1.0/src/web/favicon.ico 755 0 0
  119. file /var/www/goahead/index.html ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-5.1.0/src/web/index.html 755 0 0
  120. file /var/www/goahead/static/css/app.css ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-5.1.0/src/web/static/css/app.css 755 0 0
  121. file /var/www/goahead/static/img/logo.82b9c7a5.png ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-5.1.0/src/web/static/img/logo.82b9c7a5.png 755 0 0
  122. file /var/www/goahead/static/js/app.js ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-5.1.0/src/web/static/js/app.js 755 0 0
  123. file /var/www/goahead/static/js/chunk-vendors.js ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-5.1.0/src/web/static/js/chunk-vendors.js 755 0 0