<DC-IRC> [Discord] <learnopenhd> output directory like this .
<DC-IRC> [Discord] <learnopenhd> I used Armbian to fully compile the firmware for the Cherryba-M1 board.
<DC-IRC> [Discord] <learnopenhd> "However, I would like to know how to compile the kernel for the Cherryba-M1 board separately, as this would be faster and more convenient for debugging."
<DC-IRC> [Discord] <learnopenhd> But when I try this command to compile the kernel separately:
<DC-IRC> [Discord] <learnopenhd> raspberrypi@raspberrypi-Vostro-3020-SFF:~/build$ ./compile.sh kernel BOARD=cherryba-m1 BRANCH=current
<DC-IRC> [Discord] <learnopenhd> It seems like nothing happens.
<DC-IRC> [Discord] <learnopenhd> There is new output in the ~/build/output/packages-hashed directory.
<DC-IRC> [Discord] <learnopenhd> Is the new output some Debian .deb files?
<DC-IRC> [Discord] <learnopenhd> Do I only need to install the .deb packages on the development board to upgrade the kernel?
<DC-IRC> [Discord] <Werner> When I use the command `./compile.sh kernel BOARD=cherryba-m1 BRANCH=current ` I get a set of Debian packages in `outputs/debs` which can simply be installed via `dpkg -i`
<DC-IRC> [Discord] <Werner> If you want to change kernel config you may want to read this: https://zuckerbude.org/armbian-using-kernel-config/
<DC-IRC> [Discord] <j_profits_> 𝗜 𝘄𝗶𝗹𝗹 𝗵𝗲𝗹𝗽 𝗮𝗻𝘆𝗼𝗻𝗲 𝗶𝗻𝘁𝗲𝗿𝗲𝘀𝘁𝗲𝗱 𝘁𝗼 𝗲𝗮𝗿𝗻 $𝟭𝟬𝟬𝗸 𝗳𝗿𝗼𝗺 𝘁𝗵𝗲 𝗱𝗶𝗴𝗶𝘁𝗮𝗹 𝗺𝗮𝗿𝗸𝗲𝘁 𝗯𝘂𝘁 𝘆𝗼𝘂 𝘄𝗶𝗹𝗹 𝗽𝗮𝘆 𝗺𝗲 𝟭𝟱% 𝗼𝗳 𝘆𝗼𝘂𝗿 𝗽𝗿𝗼𝗳𝗶𝘁 𝘄𝗵𝗲𝗻 𝘆 <clipped message>
<DC-IRC> [Discord] <j_profits_> 𝗼𝘂 𝗿𝗲𝗰𝗲𝗶𝘃𝗲 𝗶𝘁 . 𝗡𝗢𝗧𝗘 𝗼𝗻𝗹𝘆 𝗶𝗻𝘁𝗲𝗿𝗲𝘀𝘁𝗲𝗱 𝗽𝗲𝗼𝗽𝗹𝗲 𝘀𝗵𝗼𝘂𝗹𝗱 𝗮𝗽𝗽𝗹𝘆,𝗱𝗿𝗼𝗽 𝗮 𝗺𝗲𝘀𝘀𝗮𝗴𝗲 𝗹𝗲𝘁’𝘀 𝗴𝗲𝘁 𝘀𝘁𝗮𝗿𝘁𝗲𝗱 𝗯𝘆 𝗮𝘀𝗸𝗶𝗻𝗴 (𝗛𝗢𝗪)
<DC-IRC> [Discord] <learnopenhd> Yes, a series of deb packages were generated here. After uploading these packages to the cherryba-m1 board, can I update the kernel on the cherryba-m1 by installing them using dpkg -i?
<DC-IRC> [Discord] <Werner> When the kernel is from the same branch it should be updated, yes.
<DC-IRC> [Discord] <learnopenhd> Thank you very much! I will try to install the packages from outputs/debs on the cherryba-m1 board to upgrade its kernel.
<DC-IRC> [Discord] <learnopenhd> Should the packages in outputs/debs be installed on the Cherryba-M1 development board or on the personal computer?
<DC-IRC> [Discord] <Werner> These packages are made for your board