Search the Community
Showing results for tags 'station-m2'.
-
Test version of the Armbian+EDK2 system (UEFI\grub) is available. The system startup control is performed as on a regular PC - through the menu on the monitor screen, therefore, to fully use all the features of selective startup, you need to have a connected monitor and keyboard To use this option. Download the EDK2 image. https://users.armbian.com/balbes150/edk2/ https://disk.yandex.ru/d/kK6KIqHShRHLyw Unpack and burn to SD card. Download the Armbian image (kernel 6.1.0-rc7), For Station M2 https://disk.yandex.ru/d/C4Ql9v0BvhKPjQ For Station P2 https://disk.yandex.ru/d/5XuGz9WgF7FGCg unpack and burn it to a USB drive (8-16GB flash drives are recommended, I haven't checked other options). Connect the SD card and USB drive. Turn on the power. If the system does not start immediately, go to settings and select the device to start. On the EDK2 boot screen, select "Maintaining Manager boot" in the menu item and configure the device used for startup in it (change "none" to "UEFI ...."). Select Reset. If you did everything correctly, after restarting EDK2, you will receive a GRUB menu with a choice of system\kernel. If you do not select anything, the default system will be started in 5 seconds, and in 10-20 seconds (depending on the type of USB flash drive) there will be a standard Armbian customizer for the first launch. If desired, you can place the entire system on an SD card, but additional steps will be required at startup. At startup, the kernel switches the UART console to the correct value for RK (1500000) and you can monitor the kernel startup process and control the system through the UART console. That is, the parameters 115200 can only be useful for viewing the primary output from EDK2 itself, but this is only necessary for developers, for ordinary users, kernel output and system management are more useful, so I recommend using the standard value for Rockchip of 150000. https://github.com/150balbes/edk2_uefi
- 8 replies
-
- Station M2
- Station P2
-
(and 1 more)
Tagged with:
-
Recently when I run apt update I receive a message that an update is available. When I run an apt list --upgradable it shows the following: mark@station-m2:~$ sudo apt list -a --upgradable Listing... Done armbian-bsp-cli-station-m2-current/bullseye 24.5.1 arm64 [upgradable from: 23.8.1] armbian-bsp-cli-station-m2-current/bullseye 24.2.1 arm64 armbian-bsp-cli-station-m2-current/now 23.8.1 arm64 [installed,upgradable to: 24.5.1] When I run apt upgrade I get the following output: mark@station-m2:~$ sudo apt upgrade Reading package lists... Done Building dependency tree... Done Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. mark@station-m2:~$ I am not sure why it does not do the upgrade of arm64. What am I doing wrong?
-
Hi guys. I've been working with the 4.19 kernel before on M2. I upgraded to the kernel version 5.18 today. I found that I can't find the registered udc device anymore. This is auto-registered on the 4.19 kernel and you can find it under /sys/class/udc. root@station-m2:/boot# ls /sys/class/udc fcc00000.dwc3 I would like to ask how to enable the udc device on the 5.18 kernel. Thank you.