Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: earmv6hf: can't boot with 202005130530Z to 202005211100Z changes



Hi Ebihara-san,

On Tue, May 26, 2020 at 11:37:44AM +0900, Jun Ebihara wrote:
> RPI/earmv6hf can't boot after 202005130530Z to 202005211100Z changes:
> 
> boot well:
> NetBSD-9.99.61-evbarm-earmv6hf-202005130530Z.iso
> NetBSD 9.99.61 (RPI2) #0: Tue May 12 23:18:52 UTC 2020
>         mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/evbarm/compile/RPI2
> 
> boot failed: stopped with rainbow screen:
> NetBSD-9.99.63-evbarm-earmv6hf-202005211100Z.iso
> NetBSD-9.99.63-evbarm-earmv6hf-202005230600Z.iso
> NetBSD-9.99.64-evbarm-earmv6hf-202005250620Z.iso

Two things need fixing:

1) earmv6hf does not install the .dtb files to the FAT partition
   anymore: download sets/dtb.tgz from earmv7hf, unpack it and copy
   the "dtb" directory over to the root directory on the FAT partition
   of your microSD card (so the .dtb files are installed as
   /dtb/blabla.dtb )
2) edit /config.txt on the FAT partition to boot /kernel.img on Pi 0
   and Pi 1 and /kernel7.img on the rest:

[pi0w]
kernel=/kernel.img
[pi0]
kernel=/kernel.img
[pi1]
kernel=/kernel.img
[all]
kernel=/kernel7.img

Jared just fixed this, so the next successful build should work again.


  Harold


Home | Main Index | Thread Index | Old Index