Skip to content

Commit

Permalink
enable ROMFS on Here3+ and Here4
Browse files Browse the repository at this point in the history
  • Loading branch information
bugobliterator committed Jul 13, 2023
1 parent da3e562 commit c61a795
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Here3+/hwdef.dat
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,5 @@ PD11 GPS_TP1 OUTPUT LOW GPIO(5)
#PD7 GPS_PPS INPUT FLOATING GPIO(6)
#define CONFIGURE_PPS_PIN TRUE
#define HAL_GPIO_PPS 6

define AP_FILESYSTEM_ROMFS_ENABLED 1
2 changes: 2 additions & 0 deletions Here4/hwdef.dat
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,5 @@ PD12 GPS_SAFEBOOT_N INPUT FLOATING GPIO(11)
define GPIO_UBX_SAFEBOOT 11
PD13 GPS_RESET_N INPUT FLOATING GPIO(12)
define GPIO_UBX_RESET 12

define AP_FILESYSTEM_ROMFS_ENABLED 1

0 comments on commit c61a795

Please sign in to comment.