Changes
Page history
Update RTEMS on BeagleV Fire
authored
Feb 23, 2025
by
Pavel Pisa
Hide whitespace changes
Inline
Side-by-side
RTEMS-on-BeagleV-Fire.md
View page @
217d05bb
...
...
@@ -177,8 +177,16 @@ Next steps has been used to achieve the goal:
The load and build of M-mode U-boot. The Microchip development repository has been used
```
git clone https://github.com/linux4microchip/u-boot-mchp.git
git clone https://github.com/linux4microchip/u-boot-mchp.git u-boot-beaglev-fire
```
The branch
`u-boot-2023.07-mchp`
has been used
```
( cd u-boot-beaglev-fire && git checkout u-boot-2023.07-mchp)
```
The directory for build has been created
```
mkdir -b build/beaglev-fire-mmode
cd build/beaglev-fire-mmode
```
The redirection
`GNUmakefle`
can be created there
...
...
...
...