User Tools

Site Tools



en:bpi-r2pro:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:bpi-r2pro:start [2023/04/17 20:52] – [Uboot] franken:bpi-r2pro:start [2024/04/27 20:21] (current) – [Linux] frank
Line 101: Line 101:
  
 So i'm adding fit booting and builtin env like for r64 and r3 for 2023.07+ So i'm adding fit booting and builtin env like for r64 and r3 for 2023.07+
 +
 +  BPI-R2PRO> ls $device $partition
 +  BPI-R2PRO> setenv fit bpi-r2pro-netnext.itb
 +  BPI-R2PRO> run buildargs
 +  BPI-R2PRO> fatload $device $partition $loadaddr $fit
 +  10845897 bytes read in 937 ms (11 MiB/s)
 +  BPI-R2PRO> bootm $loadaddr
 +
 +R2pro will be supprted as own board in uboot 2024.01.
 +
 +Pcie is usable too,but needs manual enabling regulators
 +
 +https://www.mail-archive.com/u-boot@lists.denx.de/msg488399.html
 +
 +
 +=== tftp ===
 +
 +  run buildargs
 +  tftp $loadaddr 192.168.0.10:6.6-main-bpi-r2pro.itb
 +  bootm $loadaddr
 ==== barebox ==== ==== barebox ====
 alternative to uboot as bootloader, supports ethernet/tftp-boot (wan-port only due to missing switch driver) alternative to uboot as bootloader, supports ethernet/tftp-boot (wan-port only due to missing switch driver)
Line 139: Line 159:
  
 Started my own work here: https://github.com/frank-w/BPI-R2-4.14/tree/5.16-next2 Started my own work here: https://github.com/frank-w/BPI-R2-4.14/tree/5.16-next2
 +
 +openwrt (currently only pull request):
 +https://github.com/openwrt/openwrt/pull/15137
 +
 +=== thermal ===
 +
 +  root@bpi-r2pro:~# cat /sys/class/thermal/thermal_zone0/temp                                                                               
 +  37222                                                                                                                                     
 +  root@bpi-r2pro:~# cat /sys/class/thermal/thermal_zone1/temp                                                                               
 +  35000 
  
 === Network === === Network ===
Line 179: Line 209:
   # mount -t debugfs none /sys/kernel/debug/   # mount -t debugfs none /sys/kernel/debug/
   # cat /sys/kernel/debug/gpio   # cat /sys/kernel/debug/gpio
-  # cat /sys/kernel/debug/pinctrl+  # cat /sys/kernel/debug/pinctrl/pinctrl-handles
   # cat /sys/kernel/debug/regulator/regulator_summary   # cat /sys/kernel/debug/regulator/regulator_summary
 +  # cat /sys/kernel/debug/clk/clk_summary
  
 === other === === other ===
en/bpi-r2pro/start.1681757541.txt.gz · Last modified: 2023/06/08 17:06 (external edit)