From owner-freebsd-arm@freebsd.org Thu Aug 16 13:46:40 2018 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9558106686B for ; Thu, 16 Aug 2018 13:46:40 +0000 (UTC) (envelope-from s199p.wa1k9r@gmail.com) Received: from mail-lj1-x22c.google.com (mail-lj1-x22c.google.com [IPv6:2a00:1450:4864:20::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 35BFE83396 for ; Thu, 16 Aug 2018 13:46:40 +0000 (UTC) (envelope-from s199p.wa1k9r@gmail.com) Received: by mail-lj1-x22c.google.com with SMTP id u7-v6so3711988lji.3 for ; Thu, 16 Aug 2018 06:46:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=d9qhVD8P9OxoUEQmItRnVEQVS7XQTQn6EjxhN4nEaVk=; b=Ws+KfoGlf6XI7PyMJox5gvxZhJf6kYUxYNxiR8LUkikonh9/Yj4irpOFJe0ENNPM2c VRud8bYjn/6jvkQBhwc5qwdwxyCye1eKGZxW6xOt6Q9qNVwH+/cHd4BU8lFwZRISMHcF WPpryGsPzF8xyQeW0W/D88gS7uLodL9rsLCU8hBBoEuUfxF/DQzJZzK7mImNDUbq8plg PKmEm74DHmww8ioJtZBi24LaFDQwL1MN7bC495WA8J3MmgW86EFSY1hGZpto5GbKfmh/ 4yD35wAeIAS4zS1/pVruYmAeW/rkB1TIHKsai2mN7FOrukMbJletFJj6jc7+F/Ln/cES MlsA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=d9qhVD8P9OxoUEQmItRnVEQVS7XQTQn6EjxhN4nEaVk=; b=pCs5gpSOJKpYiUwxACPN5qf9SsDpGr3YEQyWbi9I8Xt4xF8E0/6HapmBgPoagOgnq3 yaPACQu7ctLlMOAr/kqvAOp9s6xHvehWFUwXDD6JQDtYlRPR/t2bwyQnEm3A0QOr5+vN RJRG0jT/3xEb9l4lXmUE0h0FTVZpqRHANZMru+grtH8gwNEWdBb1v7IaHnmPpwuJ1Rb/ ZbgUWcTa6AYMECVcmfYNd6mvHOawrDp3IJHrKepNUIrI8TSlWYr6rQ2OyB05wyl7C1ag /dcvzADVsSXADqm+snstZ3hEJNUFgggE2XT2vDYbQXE9Z/ASlL2D+lJSf2LJ/YzjWluI YB/Q== X-Gm-Message-State: AOUpUlGi3oiu2xbcGjEHSFsgFX4J2H/la0gXCAJc0ZHe5NRn19rZ52q9 YTki2K/tyNkAs117ZeVLPeHbdL2jCqpyo8SweyIgWAaM X-Google-Smtp-Source: AA+uWPwYZymQr4cRJ1eNkvIaGp5oh7ZRDGv7O0xBh8mAc1gQZw0jaQOc+JO2janWPdpmpRMt8P3/Kvl6kx2SsTRZf+o= X-Received: by 2002:a2e:52c3:: with SMTP id n64-v6mr22457362lje.90.1534427198326; Thu, 16 Aug 2018 06:46:38 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a2e:8599:0:0:0:0:0 with HTTP; Thu, 16 Aug 2018 06:46:37 -0700 (PDT) From: Sleep Walker Date: Thu, 16 Aug 2018 16:46:37 +0300 Message-ID: Subject: FreeBSD 12.0-CURRENT for OrangePi PC2 To: freebsd-arm@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2018 13:46:41 -0000 ------------------------------ Hi! I'm trying to make a bootloader for NanoPi K1 Plus. I use as a sample a bootload from OrangePi PC2 Coming from https://wiki.freebsd.org/FreeBSD/arm/Allwinner/booting u-boot-sunxi-with-spl.bin should not exceed 557056 but it is more root at ast :/usr/local/share/u-boot # ls -lsa */*.bin 608 -rw-r--r-- 1 root wheel 568604 Aug 11 22:07 u-boot-nanopi-k1-plus/u-boot-sunxi-with-spl.bin 640 -rw-r--r-- 1 root wheel 619804 Aug 16 15:11 u-boot-orangepi-pc2/u-boot-sunxi-with-spl.bin This is normal?