You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: board/microchip/som1-soc/README
+18-10Lines changed: 18 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,8 @@
1
-
After that in the directory "/home/promwad/microchip_buildroot/buildroot-external-microchip/board/microchip/polarberry" you can find script for board flashing.
2
-
3
1
There are 4 scipts:
4
-
1) Program_HSS_to_eNVM.sh
5
-
2) Program_UBOOT_to_eMMC.sh
6
-
3) Program_LINUX_to_eNVM.sh
7
-
4) Program_ALL_to_Polarberry.sh
2
+
1) program_hss.sh
3
+
2) Program_uboot.sh
4
+
3) Program_linux.sh
5
+
4) Program_all.sh
8
6
9
7
and settings file: FLASH_CONFIG.CONF
10
8
@@ -37,11 +35,21 @@ IMAGE_NAME - here you need to set file name with LINUX image that is placed on
37
35
(default value is "fitimage_polarberry.itb", and this file is built by buildroot and placed in "output/images" directory)
38
36
39
37
40
-
To start building images via buildroot you need to run this command in buildrood sources:
0 commit comments