Advertisement
Guest User

Firmware details

a guest
Oct 19th, 2015
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. WORKSTATION: ubuntu 12.04.5 64bits with arm-linux-gnueabihf-gcc version 4.6
  2. Uboot:
  3. source: git://git.isee.biz/pub/scm/u-boot-arm.git
  4. branch: u-boot-2014.01.y-omap5
  5. compiled as: make omap5_igep0050_config CROSS_COMPILE=arm-linux-gnueabihf-
  6. make CROSS_COMPILE=arm-linux-gnueabihf-
  7. Kernel:
  8. source: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
  9. branch: master
  10. compiled as: make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- omap2plus_defconfig
  11. make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- zImage modules dtbs -j 4
  12.  
  13. Rootfs: binaries from http://downloads.isee.biz/pub/igepv5_ce/releases/ubuntu-core-12.04.4-isee-20140314-armhf.tar.bz2
  14.  
  15. Serial Log hangs:
  16. U-Boot SPL 2014.01-0-omap5-g44efc5c (Oct 19 2015 - 09:39:26)
  17. OMAP5432 ES2.0
  18. eeprom not found, using defaults
  19. SATA link 0 timeout.
  20. AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
  21. flags: 64bit ncq stag pm led clo only pmp pio slum part ccc apst
  22. scanning bus for devices...
  23. Found 0 device(s).
  24. SPL: Please implement spl_start_uboot() for your board
  25. SPL: Direct Linux boot not active!
  26. reading u-boot.img
  27. reading u-boot.img
  28.  
  29.  
  30. U-Boot 2014.01-0-omap5-g44efc5c (Oct 19 2015 - 09:39:26)
  31.  
  32. CPU : OMAP5432 ES2.0
  33. Board: IGEPv5
  34. I2C: ready
  35. DRAM: 1008 MiB
  36. eeprom not found, using defaults
  37. Board Name: IGEPv5 (IGEP0050-FULL-NI-RB0-1GiB) Rev: Engineering Sample - Serial: 0 Manufacturing date: 10:38 10/11/2014
  38. Manufacturer: (c) ISEE (www.isee.biz)
  39. MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
  40. Card did not respond to voltage select!
  41. MMC init failed
  42. Using default environment
  43.  
  44. SATA link 0 timeout.
  45. AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
  46. flags: 64bit ncq stag pm led clo only pmp pio slum part ccc apst
  47. scanning bus for devices...
  48. Found 0 device(s).
  49. Net: No ethernet found.
  50. Hit any key to stop autoboot: 0
  51. mmc0 is current device
  52. SD/MMC found on device 0
  53. reading uEnv.txt
  54. ** Unable to read file uEnv.txt **
  55. 5593392 bytes read in 303 ms (17.6 MiB/s)
  56. 52894 bytes read in 25 ms (2 MiB/s)
  57. Booting from mmc0 ...
  58. Kernel image @ 0x80200000 [ 0x000000 - 0x555930 ]
  59. ## Flattened Device Tree blob at 80f80000
  60. Booting using the fdt blob at 0x80f80000
  61. Using Device Tree in place at 80f80000, end 80f8fe9d
  62.  
  63. Starting kernel ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement