mantouboji Posted May 10, 2016 Posted May 10, 2016 I use your toolchain to build a Armbian_5.11_Orangepih3_Ubuntu_xenial_4.6.0.raw image, and then dd to SD card. Both OPi One and OPi PC can't boot it correctly. In the 1st time booting, the LED flashed for a while, and then re-boot automaticlly, and then in the 2nd boot and then, the serial port console only see this: U-Boot SPL 2016.05-rc1-armbian (May 09 2016 - 21:49:38) DRAM: 512 MiB Failed to set core voltage! Can't set CPU frequency Trying to boot from MMC1 U-Boot 2016.05-rc1-armbian (May 09 2016 - 21:49:38 +0800) Allwinner Technology CPU: Allwinner H3 (SUN8I 1680) Model: Xunlong Orange Pi PC I2C: ready DRAM: 512 MiB MMC: SUNXI SD/MMC: 0 *** Warning - bad CRC, using default environment In: serial Out: serial Err: serial Net: No ethernet found. starting USB... USB0: USB EHCI 1.00 USB1: USB OHCI 1.0 USB2: USB EHCI 1.00 USB3: USB OHCI 1.0 USB4: USB EHCI 1.00 USB5: USB OHCI 1.0 scanning bus 0 for devices... 1 USB Device(s) found scanning bus 2 for devices... 1 USB Device(s) found scanning bus 4 for devices... 1 USB Device(s) found scanning bus 1 for devices... 2 USB Device(s) found scanning bus 3 for devices... 1 USB Device(s) found scanning bus 5 for devices... 1 USB Device(s) found Hit any key to stop autoboot: 2 1 0 switch to partitions #0, OK mmc0 is current device Scanning mmc 0:1... Found U-Boot script /boot/boot.scr 2444 bytes read in 212 ms (10.7 KiB/s) ## Executing script at 43100000 gpio: pin PL10 (gpio 298) value is 1 gpio: pin PG11 (gpio 203) value is 1 199 bytes read in 158 ms (1000 Bytes/s) 0 bytes read in 161 ms (0 Bytes/s) 15746 bytes read in 1260 ms (11.7 KiB/s) 3755318 bytes read in 483 ms (7.4 MiB/s) 5718440 bytes read in 710 ms (7.7 MiB/s) Kernel image @ 0x46000000 [ 0x000000 - 0x5741a8 ] ## Loading init Ramdisk from Legacy Image at 42000000 ... Image Name: uInitrd Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 3755254 Bytes = 3.6 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 49000000 Booting using the fdt blob at 0x49000000 Loading Ramdisk to 49c6b000, end 49fffcf6 ... OK Loading Device Tree to 49c64000, end 49c6ad81 ... OK Using machid 0x1029 from environment Starting kernel ... Uncompressing Linux... done, booting the kernel.
aegrotatio Posted May 10, 2016 Posted May 10, 2016 Are you using a HDMI to DVI converter or cable? If so, the console will not appear on your display and you'll have to log in and run the "h3disp -m 5 -d" command and reboot. It may be possible that the system switches from the serial port console to the video console at the "Uncompressing Linux..." message. Then it is up and running with a blank screen on the video display. See what IP address it got from your network's DHCP server and try logging into it remotely and tell us what you find.
mantouboji Posted May 10, 2016 Author Posted May 10, 2016 I connect it to my TV directly by HDMI, no any text displayed. Yes, I find a new IP address after the One boot, but it has only one service, port 80, and use browser to access it, get a blank page "not found". No ssh service.
mantouboji Posted May 10, 2016 Author Posted May 10, 2016 OK, I add a console=ttyS0,115200 to boot.cmd, and rebuild boot.scr, now serial console is working. I can login . but Ethernet is not working, no any IP 从我的 iPad å‘é€ï¼Œä½¿ç”¨ Tapatalk
Igor Posted May 10, 2016 Posted May 10, 2016 There is a reason why we don't provide image with mainline kernel for H3 boards. Ethernet should work to be usable for headless operation. Things are still WIP / not ready yet AFAIK. 1
Recommended Posts