Jump to content

lnsider

Members
  • Posts

    20
  • Joined

  • Last visited

  1. Hi Igor, is there a possibility to compile HummingBoard image with libmmal.so, from Raspberry Pi?
  2. @zador, At the beginning it was just learning program for me. Now it's something bigger
  3. @Igor, Yes our images are working, but I need the Toshiba TC358743 Linux driver which is not implemented in you image. Sorry Do you know which is the highest temperature in °C for HummingBoard?
  4. Hi Igor and zador, I found now an official working image from SolidRun for HummingBoard. https://images.solid-build.xyz/IMX6/Debian/ Thank you for help, but mine tries are Miss-successful.
  5. @zador Sorry but at the moment, I have no unused sdcards. I will try to do it. @Igor Do you compiled the linux-fslc kernel from solid run?
  6. @zador I compiling kernel on my native PC on Ubuntu x64, so "creates enormous amount of small files" should not be the problem. Maybe I should just update the u-boot?
  7. @zador I'm using the original u-boot, what is included also in Igor´s debian system @Igor Is this too difficult? Is there a simple solution like, using the right configuration, using right kernel source and else?
  8. Yes boot/dtb$ ls *hummingboard* imx6dl-hummingboard2.dts imx6dl-hummingboard.dtb imx6dl-hummingboard.dts imx6qdl-hummingboard2.dtsi imx6qdl-hummingboard.dtsi imx6q-hummingboard2.dts imx6q-hummingboard.dtb imx6q-hummingboard.dts Good question....
  9. Copy-pasted your code and now hummingboard show me this: File imx6dl-hummingboard.dtb is included. U-Boot SPL 2013.10-rc4-sun7i (Oct 11 2015 - 20:45:45) Boot Device: SD1 spl: error reading image u-boot.img, err - -1 Load image from RAW... U-Boot 2013.10-rc4-sun7i (Oct 11 2015 - 20:45:45) CPU: Freescale i.MX6SOLO rev1.1 at 792 MHz Reset cause: POR Board: MX6-HummingBoard DRAM: 512 MiB MMC: FSL_SDHC: 0 *** Warning - bad CRC, using default environment In: serial Out: serial Err: serial Net: FEC [PRIME] (Re)start USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... 1 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found scanning usb for ethernet devices... 0 Ethernet Device(s) found Hit any key to stop autoboot: 0 mmc0 is current device ** File not found /boot.scr ** ** File not found /uEnv.txt ** ** File not found /zImage ** ** File not found /uImage ** 412 bytes read in 141 ms (2 KiB/s) Running bootscript from mmc ... ## Executing script at 10800000 invalid extent block ext4fs_devread read outside partition 4294967120 ** File not found /boot/dtb/imx6dl-hummingboard.dtb ** 6310896 bytes read in 470 ms (12.8 MiB/s) Kernel image @ 0x12000000 [ 0x000000 - 0x604bf0 ] ERROR: Did not find a cmdline Flattened Device Tree Could not find a valid device tree Booting from net ... FEC Waiting for PHY auto negotiation to complete......... TIMEOUT ! Could not initialize PHY FEC FEC Waiting for PHY auto negotiation to complete......... TIMEOUT ! Could not initialize PHY FEC Booting uImage ## Booting kernel from Legacy Image at 10800000 ... Image Name: Image Type: ARM Linux Script (uncompressed) Data Size: 348 Bytes = 348 Bytes Load Address: 00000000 Entry Point: 00000000 Contents: Image 0: 340 Bytes = 340 Bytes Verifying Checksum ... OK Wrong Image Type for bootm command ERROR: can't get kernel image! HummingBoard U-Boot >
  10. Your compiled linux build is working on single core HummingBoard
  11. setenv bootargs root=/dev/mmcblk0p1 rootfstype=ext4 rootwait console=console=ttymxc0,115200 loglevel=7 video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24,bpp=32 rd.dm=0 rd.luks=0 rd.lvm=0 raid=noautodetect pci=nomsi ahci_imx.hotplug=1 con$ ext2load mmc 0 0x18000000 /boot/dtb//boot/dtb/${fdt_file} ext2load mmc 0 0x12000000 /boot/zImage bootz 0x12000000 - 0x18000000 defined, but the message is the same
  12. Hi Igor, new message: U-Boot 2013.10-rc4-sun7i (Oct 11 2015 - 20:45:45) CPU: Freescale i.MX6SOLO rev1.1 at 792 MHz Reset cause: POR Board: MX6-HummingBoard DRAM: 512 MiB MMC: FSL_SDHC: 0 *** Warning - bad CRC, using default environment In: serial Out: serial Err: serial Net: FEC [PRIME] (Re)start USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... 2 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found scanning usb for ethernet devices... 0 Ethernet Device(s) found Hit any key to stop autoboot: 0 mmc0 is current device 64 bytes read in 111 ms (0 Bytes/s) Running bootscript from mmc ... ## Executing script at 10800000 Wrong image format for "source" command 466 bytes read in 139 ms (2.9 KiB/s) Running bootscript from mmc ... ## Executing script at 10800000 setenv - set environment variables Usage: setenv [-f] name value ... - [forcibly] set environment variable 'name' to 'value ...' setenv [-f] name - [forcibly] delete environment variable 'name' ** File not found /boot/dtb/ ** 6310896 bytes read in 469 ms (12.8 MiB/s) Kernel image @ 0x12000000 [ 0x000000 - 0x604bf0 ] ## Flattened Device Tree blob at 18000000 Booting using the fdt blob at 0x18000000 reserving fdt memory region: addr=18000000 size=9000 Using Device Tree in place at 18000000, end 1800bfff Starting kernel ... Uncompressing Linux... done, booting the kernel. I think the problem is ** File not found /boot/dtb/ ** but why, I´ve copied all dtb´s to SD card Compiled on Ubuntu x64
  13. Hi Igor, I made everything as you told, but further "Uncompressing Linux... done, booting the kernel" hummingboard will not load. U-Boot SPL 2013.10-rc4-sun7i (Oct 11 2015 - 20:45:45) Boot Device: SD1 spl: error reading image u-boot.img, err - -1 Load image from RAW... U-Boot 2013.10-rc4-sun7i (Oct 11 2015 - 20:45:45) CPU: Freescale i.MX6SOLO rev1.1 at 792 MHz Reset cause: POR Board: MX6-HummingBoard DRAM: 512 MiB MMC: FSL_SDHC: 0 *** Warning - bad CRC, using default environment In: serial Out: serial Err: serial Net: FEC [PRIME] Hit any key to stop autoboot: 0 mmc0 is current device ** File not found /boot.scr ** ** File not found /uEnv.txt ** ** File not found /zImage ** ** File not found /uImage ** 437 bytes read in 136 ms (2.9 KiB/s) Running bootscript from mmc ... ## Executing script at 10800000 33295 bytes read in 332 ms (97.7 KiB/s) 6310896 bytes read in 469 ms (12.8 MiB/s) Kernel image @ 0x12000000 [ 0x000000 - 0x604bf0 ] ## Flattened Device Tree blob at 18000000 Booting using the fdt blob at 0x18000000 Using Device Tree in place at 18000000, end 1800b20e Starting kernel ... Uncompressing Linux... done, booting the kernel.
  14. What are you meaning with "just a start"?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines