| Summary: | Cannot boot Jetson TK1 on FreeBSD 13.0-CURRENT | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Gerald Aryeetey <gndaryee> |
| Component: | arm | Assignee: | freebsd-arm (Nobody) <freebsd-arm> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | mmel |
| Priority: | --- | ||
| Version: | CURRENT | ||
| Hardware: | arm | ||
| OS: | Any | ||
| Attachments: | |||
|
Description
Gerald Aryeetey
2019-01-31 23:06:35 UTC
Created attachment 201569 [details]
Original error without printf statements
Created attachment 201570 [details]
Changes to the configuration of JETSON-TK1 (to enable NFS)
Created attachment 201571 [details]
Make arguments used to build & install JETSON-TK1 kernel
Created attachment 201572 [details]
Changes to sys/gnu/dts/arm/tegra124-jetson-tk1.dts to bypass the error
Created attachment 201573 [details]
Error log after changing sys/gnu/dts/arm/tegra124-jetson-tk1.dts to bypass error
A commit references this bug: Author: mmel Date: Wed Feb 6 06:03:44 UTC 2019 New revision: 343828 URL: https://svnweb.freebsd.org/changeset/base/343828 Log: Adapt FreeBSD specific DT stub for Jetson TK1 board to be consistent with update of devicetree to 4.19 in r340337. Our build system doesn't provide dependencies for included DTS files, so nobody noticed this issue for long time. PR: 235362 MFC after: 1 week Changes: head/sys/dts/arm/tegra124-jetson-tk1-fbsd.dts Fixed in r343828. Thanks for reporting. A commit references this bug: Author: ray Date: Fri Aug 16 19:27:06 UTC 2019 New revision: 351133 URL: https://svnweb.freebsd.org/changeset/base/351133 Log: Check paddr for overflow. Fix panic on initialize of "vm reserv" per-superpage lock in case when RAM ends at upper boundary of address space. Observed on ARM32 board BPI-R2 (2GB RAM 0x80000000-0xffffffff). PR: 235362 Reviewed by: kib, markj, alc MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D21272 Changes: head/sys/vm/vm_reserv.c |