wenli Posted October 21, 2020 Posted October 21, 2020 error log: Found mainline kernel configuration 31792 bytes read in 15 ms (2 MiB/s) libfdt fdt_check_header(): FDT_ERR_BADMAGIC No FDT memory address configured. Please configure the FDT address via "fdt addr <address>" command. Aborting! SCRIPT FAILED: continuing... Device 0: unknown device ethernet@1c30000 Waiting for PHY auto negotiation to complete. done BOOTP broadcast 1 DHCP client bound to address 192.168.1.103 (4 ms) *** ERROR: `serverip' not set Cannot autoload with TFTPGET missing environment variable: pxeuuid missing environment variable: bootfile Retrieving file: pxelinux.cfg/01-02-81-79-d2-f8-6c *** ERROR: `serverip' not set missing environment variable: bootfile Retrieving file: pxelinux.cfg/C0A80167 *** ERROR: `serverip' not set missing environment variable: bootfile Retrieving file: pxelinux.cfg/C0A8016 *** ERROR: `serverip' not set missing environment variable: bootfile Retrieving file: pxelinux.cfg/C0A801 *** ERROR: `serverip' not set missing environment variable: bootfile Retrieving file: pxelinux.cfg/C0A80 *** ERROR: `serverip' not set missing environment variable: bootfile Retrieving file: pxelinux.cfg/C0A8 *** ERROR: `serverip' not set missing environment variable: bootfile Retrieving file: pxelinux.cfg/C0A *** ERROR: `serverip' not set missing environment variable: bootfile Retrieving file: pxelinux.cfg/C0 *** ERROR: `serverip' not set missing environment variable: bootfile Retrieving file: pxelinux.cfg/C *** ERROR: `serverip' not set missing environment variable: bootfile Retrieving file: pxelinux.cfg/default-arm-sunxi-sunxi *** ERROR: `serverip' not set missing environment variable: bootfile Retrieving file: pxelinux.cfg/default-arm-sunxi *** ERROR: `serverip' not set missing environment variable: bootfile Retrieving file: pxelinux.cfg/default-arm *** ERROR: `serverip' not set missing environment variable: bootfile Retrieving file: pxelinux.cfg/default *** ERROR: `serverip' not set Config file not found BOOTP broadcast 1 DHCP client bound to address 192.168.1.103 (3 ms) *** ERROR: `serverip' not set Cannot autoload with TFTPGET BOOTP broadcast 1 DHCP client bound to address 192.168.1.103 (4 ms) *** ERROR: `serverip' not set Cannot autoload with TFTPGET Board: Orangepi Zero+ 2 H3
wenli Posted October 23, 2020 Author Posted October 23, 2020 Only tritium-h3 Armbian focal system has this issue. I use Armbian buster system solve this problem.
Werner Posted October 23, 2020 Posted October 23, 2020 It usually does not make any difference if you use either Focal or Buster for any board because both share the very same U-Boot and kernel image...
TonyMac32 Posted October 23, 2020 Posted October 23, 2020 burning an image for test [Edit] H3 boots fine H2+ as well As an aside, is it an H5 board? that will require a different image than the H3 (The Tritium came in H2+, H3 and H5 variants)
wenli Posted October 24, 2020 Author Posted October 24, 2020 I has tested. Burn an image from focal on H3, then via dd command to make a new image from focal system of tf card. then burn new tf card from I make new image, this new tf card cannot start system. (Occur FDT_ERR_BADMAGIC error). But, make a new image from buster system, all operations are same as the focal system. The new tf card burn from buster system image, it can normal start and use system. Why??
Werner Posted October 24, 2020 Posted October 24, 2020 Quote dd Writing images via dd to sd cards is unsupported. Try a proven-to-work image writing tool instead:https://docs.armbian.com/User-Guide_Getting-Started/
Recommended Posts