Skip to content

Commit

Permalink
Merge pull request #203 from dillon-min/art_pi_kboot
Browse files Browse the repository at this point in the history
Art pi kboot for u-boot & linux
  • Loading branch information
Guozhanxin authored May 25, 2021
2 parents b288af5 + d93a193 commit f3a8a4c
Show file tree
Hide file tree
Showing 71 changed files with 9,383 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
- {RTT_BSP: "lrs007_lora_radio"}
- {RTT_BSP: "lrs007_lorawan_end_device"}
- {RTT_BSP: "art_pi_qboot"}
- {RTT_BSP: "art_pi_kboot"}
- {RTT_BSP: "art_pi_nes"}
- {RTT_BSP: "art_pi_ble_mesh_gateway"}
steps:
Expand Down
6 changes: 3 additions & 3 deletions libraries/drivers/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ if GetDepend(['RT_USING_CAN']):
if GetDepend(['RT_USING_PWM']):
src += ['drv_pwm.c']

if GetDepend(['BSP_USING_SPI_FLASH']):
src += ['drv_spi_flash.c']

if GetDepend(['BSP_USING_QSPI_FLASH']):
src += ['drv_qspi_flash.c']
src += ['drv_qspi.c']

if GetDepend(['BSP_USING_SPI_FLASH']):
src += ['drv_spi_flash.c']

path = [cwd]
path += [cwd + '/include']
path += [cwd + '/include/config']
Expand Down
1 change: 1 addition & 0 deletions projects/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ ART-Pi 开源项目如下表所示:
| [art_pi_ble_mesh_gateway](./art_pi_ble_mesh_gateway) | 实现蓝牙 mesh web 网关功能。 |
| [art_pi_nes](./art_pi_nes) | 实现 NES 模拟器及游戏试玩 |
| [uf2_boot]((./uf2_boot)) | 实现 USB 的 bootloader 的功能,使用的文件格式为 uf2 |
| [art_pi_kboot](./art_pi_kboot) | 实现烧录kernel/uboot/rootfs到qspi/spi flash,并跳转到qspi `0x90000000` 地址,运行uboot |
Loading

0 comments on commit f3a8a4c

Please sign in to comment.