Guest User

Untitled

a guest
May 23rd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.66 KB | None | 0 0
  1. kevin@kevin-desktop:~/Desktop/iphonelinux/planetbeing_iphonelinux/iphonelinux/openiboot$ PLATFORM=IPOD make
  2. arm-elf-gcc -Iincludes -DCONFIG_IPOD -E -x c entry.S | arm-elf-as -mcpu=arm11 -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -o entry.o
  3. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c openiboot.c -o openiboot.o
  4. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c arm.c -o arm.o
  5. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c tasks.c -o tasks.o
  6. arm-elf-gcc -Iincludes -DCONFIG_IPOD -E -x c openiboot-asmhelpers.S | arm-elf-as -mcpu=arm11 -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -o openiboot-asmhelpers.o
  7. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c mmu.c -o mmu.o
  8. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c miu.c -o miu.o
  9. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c clock.c -o clock.o
  10. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c power.c -o power.o
  11. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c uart.c -o uart.o
  12. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c interrupt.c -o interrupt.o
  13. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c timer.c -o timer.o
  14. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c event.c -o event.o
  15. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c usb.c -o usb.o
  16. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c gpio.c -o gpio.o
  17. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c util.c -o util.o
  18. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c printf.c -o printf.o
  19. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c malloc.c -o malloc.o
  20. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c dma.c -o dma.o
  21. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c nor.c -o nor.o
  22. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c aes.c -o aes.o
  23. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c spi.c -o spi.o
  24. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c chipid.c -o chipid.o
  25. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c lcd.c -o lcd.o
  26. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c i2c.c -o i2c.o
  27. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c images.c -o images.o
  28. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c sha1.c -o sha1.o
  29. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c commands.c -o commands.o
  30. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c pmu.c -o pmu.o
  31. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c buttons.c -o buttons.o
  32. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c framebuffer.c -o framebuffer.o
  33. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c menu.c -o menu.o
  34. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c actions.c -o actions.o
  35. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c nvram.c -o nvram.o
  36. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c nand.c -o nand.o
  37. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c ftl.c -o ftl.o
  38. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c hfs/btree.c -o hfs/btree.o
  39. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c hfs/catalog.c -o hfs/catalog.o
  40. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c hfs/extents.c -o hfs/extents.o
  41. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c hfs/fastunicodecompare.c -o hfs/fastunicodecompare.o
  42. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c hfs/rawfile.c -o hfs/rawfile.o
  43. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c hfs/utility.c -o hfs/utility.o
  44. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c hfs/volume.c -o hfs/volume.o
  45. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c hfs/bdev.c -o hfs/bdev.o
  46. arm-elf-gcc -Iincludes -Wall -O3 -DCONFIG_IPOD -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c hfs/fs.c -o hfs/fs.o
  47. arm-elf-ld -Ttext=0x00000000 --nostdlib entry.o openiboot.o arm.o tasks.o openiboot-asmhelpers.o mmu.o miu.o clock.o power.o uart.o interrupt.o timer.o event.o usb.o gpio.o util.o printf.o malloc.o dma.o nor.o aes.o spi.o chipid.o lcd.o i2c.o images.o sha1.o commands.o pmu.o buttons.o framebuffer.o menu.o actions.o nvram.o nand.o ftl.o hfs/btree.o hfs/catalog.o hfs/extents.o hfs/fastunicodecompare.o hfs/rawfile.o hfs/utility.o hfs/volume.o hfs/bdev.o hfs/fs.o -lgcc -nostdlib -L/usr/local/lib/gcc/arm-elf/4.1.1/interwork/vfp -o openiboot
  48. cd mk8900image/; make
  49. make[1]: Entering directory `/home/kevin/Desktop/iphonelinux/planetbeing_iphonelinux/iphonelinux/openiboot/mk8900image'
  50. cc -m32 -c mk8900image.c -o mk8900image.o
  51. cc -m32 mk8900image.o libxpwn.a -lm -ldl -o mk8900image
  52. make[1]: Leaving directory `/home/kevin/Desktop/iphonelinux/planetbeing_iphonelinux/iphonelinux/openiboot/mk8900image'
  53. mk8900image/mk8900image openiboot openiboot.img2 mk8900image/template.img2 mk8900image/iphonelinux.der
  54. mk8900image/mk8900image openiboot openiboot.img3 mk8900image/template-ipod.img3
  55. mk8900image/mk8900image openiboot openiboot.bin
  56. kevin@kevin-desktop:~/Desktop/iphonelinux/planetbeing_iphonelinux/iphonelinux/openiboot$ cd client; make; cd ..
  57. cc -DHAVE_GETEUID -c oibc.c -o oibc.o
  58. sudo cc -DHAVE_GETEUID oibc.o -lusb -lpthread -lreadline -o oibc
  59. cc -DHAVE_GETEUID -c loadibec.c -o loadibec.o
  60. cc -DHAVE_GETEUID loadibec.o -lusb -lpthread -lreadline -o loadibec
  61. kevin@kevin-desktop:~/Desktop/iphonelinux/planetbeing_iphonelinux/iphonelinux/openiboot$ sudo client/loadibec openiboot.img3
  62. [sudo] password for kevin:
  63. Uploaded ended
  64. Upload confirmed
  65. Filesize set
  66. kevin@kevin-desktop:~/Desktop/iphonelinux/planetbeing_iphonelinux/iphonelinux/openiboot$ sudo client/oibc
  67. Client connected: !<filename>[@<address>] to send a file, ~<filename>[@<address>]:<len> to receive a file
  68. ---------------------------------------------------------------------------------------------------------
  69. USB state change: 0 -> 0
  70. EP 0: 2
  71. EP 1: 2
  72. EP 2: 2
  73. EP 3: 2
  74. EP 4: 2
  75. EP 5: 2
  76. USB state change: 0 -> 1
  77. syrah_quiesce()
  78. otf clock divisor: 5
  79. fps set to: 59.976
  80. SFN: 0x600, Addr: 0xfd00000, Size: 0x14001e0, hspan: 0x500, QLEN: 0x140
  81. usb: reset detected
  82. USB state change: 1 -> 1
  83. syrah_init() -- Hurray for displays
  84. usb: reset detected
  85. USB state change: 1 -> 1
  86. usb: reset detected
  87. USB state change: 1 -> 1
  88. USB state change: 1 -> 3
  89. USB state change: 3 -> 4
  90. enter register mode timeout 0
  91. Syrah Panel ID (0x000000):
  92. Build: UNKNOWN
  93. Type: UNKNOWN
  94. Project/Driver: M68/NSC-Merlot
  95. enter register mode timeout 0
  96. Trying to reading panel ID again...
  97. Syrah Panel ID (0x000000):
  98. Build: UNKNOWN
  99. Type: UNKNOWN
  100. Project/Driver: M68/NSC-Merlot
  101. Unknown panel, we are screwed.
  102. Writing LCD init registers...
  103. Do init for Merlot
  104. syrah_init success!
  105. No matching gamma table found
  106. NOR vendor=bf, device=273f
  107. Successfully loaded bank1 nvram
  108. Successfully loaded bank2 nvram
  109. menu: images loaded
Add Comment
Please, Sign In to add comment