Re: [RESEND v7 00/37] Device Tree support for SH7751 based board
Rob Landley <[email protected]>
| Newsgroups | gmane.linux.ports.sh.devel |
|---|---|
| Message-ID | <[email protected]> |
On 4/5/24 07:21, Geert Uytterhoeven wrote: > Hi Rob, > > On Fri, Apr 5, 2024 at 2:09 PM Rob Landley <[email protected]> wrote: >> On 4/4/24 00:14, Yoshinori Sato wrote: >> > This is an updated version of something I wrote about 7 years ago. >> > Minimum support for R2D-plus and LANDISK. >> > I think R2D-1 will work if you add AX88796 to dts. >> > And board-specific functions and SCI's SPI functions are not supported. >> > >> > You can get it working with qemu found here. >> > https://gitlab.com/yoshinori.sato/qemu/-/tree/landisk >> >> I was hoping to get a device tree kernel to boot with static device tree on the >> existing linux-sh qemu. (The main new features I want from an updated sh4 qemu >> are a working battery backed up clock and more physical memory...) >> >> Is there somewhere I can get the kernel patch list in git or something? I >> haven't got tooling set up to conveniently fish 37 patches out of an mbox file, >> and would like to test this. (I moved last month and my physical sh7751 hardware >> is in a storage container.) > > b4 am fe69e328ec617f91a09fa2d00506ba1a664085d8.1712207606.git.ysato@users.sourceforge.jp > git am ./v7_20240404_ysato_sh_passing_fdt_address_to_kernel_startup.mbx $ b4 bash: b4: command not found $ aptitude show b4 E: Unable to locate package b4 $ aptitude search b4 p b43-fwcutter - utility for extracting Broadcom 43xx firmw ... Let's see, google says it's a random python3 tool, probably wants a newer python3 version than I've got because everything that uses python3 does, it says "you can run it directly from the git repository"... $ ./b4.sh Traceback (most recent call last): File "/home/landley/b4/src/b4/command.py", line 10, in <module> import b4 File "/home/landley/b4/src/b4/__init__.py", line 37, in <module> from typing import Optional, Tuple, Set, List, BinaryIO, Union, Sequence, Literal, Iterator, Dict ImportError: cannot import name 'Literal' from 'typing' (/usr/lib/python3.7/typing.py) Oh well. Good luck with your patches, hope it works out. Rob