From owner-freebsd-arm@freebsd.org Sat Aug 11 12:09:51 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 ECA7F106A309 for ; Sat, 11 Aug 2018 12:09:50 +0000 (UTC) (envelope-from ganbold@gmail.com) Received: from mail-qt0-x235.google.com (mail-qt0-x235.google.com [IPv6:2607:f8b0:400d:c0d::235]) (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 8426D79E66 for ; Sat, 11 Aug 2018 12:09:50 +0000 (UTC) (envelope-from ganbold@gmail.com) Received: by mail-qt0-x235.google.com with SMTP id t5-v6so13060070qtn.3 for ; Sat, 11 Aug 2018 05:09:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Ar6NFiwb+wSUgq45ZsjXdWTPSmjPRlB3xQ22YBu64GY=; b=XTkSERSJGbW7RxhKPPzHrMgSwKtOGybaHvFjL5ruFbYhs+z1ifvO0tXnEujTn0x0hT rmmCgGXjlzNJ4kUliaKS19TdkqzjbHsElgne56DFkX0cpR3EPEPsftacV/oTmQaSlp1e kIhBB2QoWN6PC8emzo5QqhAI/JOErnGojSR+pTY8LrmPPB4BXOGG7bWkg0jiwUSUhYzz zOtZXJYIRENROXxiE5SsB+09szOOMEFPTvLnG73Zm1nhclJxnlPrKqtyE8eQtLrqZ2AK xXqAL4E8tQ1wZVnNCoVmLcrEOaWGRZasCjMTfezGNUAXvV8MBa2BmJUKvw/z+Nx+Gt3m mG3Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Ar6NFiwb+wSUgq45ZsjXdWTPSmjPRlB3xQ22YBu64GY=; b=UuXm5xH2yItSk60/OTKgRO3MSrGGhJX9poxngwEyRJaB/EcZJQ753VZToHNNNEthEV 92v/BHSM/Ztfmzqi/s+vfqN2LvhmqmXcH/xCmjwX2I+Ouc6neu3nqeSCIcJKrcxlWm/n U6dfMFH6VbyAwU5Hd2oRfT2jy2at8yom/R3F5o5cGGUUCn+LNlKKk2yoJnOtgzlzVgEm NvkIZbjF7KIP4FwQUnFV1u3n4on3ZrIRxJzu+WleTn8xL0cXMYuYbjEIVJnWH/QCZ2lw XCMqmIfeRL5ua0yZjYEpkHbyR+teYwHyxXUFiqOzk8qHgaLPqz2XAaIBZRKXoYMHyv38 3iLA== X-Gm-Message-State: AOUpUlFuXv3Q8MtlZdyJWpZgzl9k9P71RxLweuppf79oCh5HqYosOXFI AFCxf264Awvwr/MzMnB0ucj6S7kVbU3lXtKvFJHDuC25 X-Google-Smtp-Source: AA+uWPxtWOY1tGDKFepIOOYcpiOVYarGl1qomaTh3VSuAinWW/MLm9Jjb318mb6JOyA8Tc1T6pWgapQ4JieM7N/Ecbc= X-Received: by 2002:aed:24e7:: with SMTP id u36-v6mr10044471qtc.58.1533989390127; Sat, 11 Aug 2018 05:09:50 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:aed:29c3:0:0:0:0:0 with HTTP; Sat, 11 Aug 2018 05:09:49 -0700 (PDT) In-Reply-To: <1533577708.4175.0@hraggstad.unrelenting.technology> References: <1533577708.4175.0@hraggstad.unrelenting.technology> From: Ganbold Tsagaankhuu Date: Sat, 11 Aug 2018 20:09:49 +0800 Message-ID: Subject: Re: Rockchip RK3399 (ROCKPro64) boots to multiuser To: Greg V Cc: freebsd-arm Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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: Sat, 11 Aug 2018 12:09:51 -0000 On Tue, Aug 7, 2018 at 1:48 AM, Greg V wrote: > Hi, > > I managed to boot FreeBSD on the Rockchip RK3399 SoC (Pine64 ROCKPro64 > board): > > https://gist.github.com/myfreeweb/5f5b9e56f9a0fd1d63a46c34886f5ad1 > > Very nice. I have NanoPC-T4 board and will test your patch. Did you try to load kernel via tftp at u-boot prompt? like: tftpboot 0x02000000 kernel.bin, go 0x02000000 Does it work for you that way? thanks, Ganbold > As with the ROCK64, boot is over the network. To boot, dd ayufan's ubuntu > image onto an sdcard and Ctrl-C the linux boot on the kernel selection > screen. U-Boot on SPI flash is not available yet. > > Unfortunately, performance is very disappointing =E2=80=94 I think the bi= g > cluster's default frequency is very low. > (Everything runs faster if cpuset to the LITTLE cores.) > > Looks like we'll need a driver for the "rockchip,rk808" PMIC to make > cpufreq_dt work=E2=80=A6 > Also my attempt at the clock driver is very incomplete ;) > > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" >