Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #170 from fbelavenuto/debug
Browse files Browse the repository at this point in the history
Adding resources to facilitate debug by author
  • Loading branch information
fbelavenuto authored Sep 15, 2022
2 parents c5ec8f7 + 8cc750a commit 19ec462
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions files/board/arpl/make-img.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ sudo cp "${BINARIES_DIR}/rootfs.cpio.xz" "${BINARIES_DIR}/p3/initrd-arpl"
sudo cp -R "${BOARD_PATH}/p1/"* "${BINARIES_DIR}/p1"
sudo cp -R "${BOARD_PATH}/p3/"* "${BINARIES_DIR}/p3"
sync
cp "${BINARIES_DIR}/bzImage" ~/bzImage-arpl
cp "${BINARIES_DIR}/rootfs.cpio.xz" ~/initrd-arpl

echo "Unmount image file"
sudo umount "${BINARIES_DIR}/p1"
Expand Down
4 changes: 4 additions & 0 deletions files/board/arpl/overlayfs/opt/arpl/menu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -925,6 +925,10 @@ function updateMenu() {
###############################################################################
###############################################################################

if [ "x$1" = "xb" -a -n "${MODEL}" -a -n "${BUILD}" -a loaderIsConfigured ]; then
make
boot
fi
# Main loop
NEXT="m"
while true; do
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ synoinfo: &synoinfo
support_disk_compatibility: "no"
support_memory_compatibility: "no"
supportraidgroup: "no"
supportssdcache: "no"
esataportcfg: "0x00"
support_bde_internal_10g: "no"
support_oob_ctl: "no"
Expand Down
Binary file modified files/board/arpl/p3/addons/dbgutils/all.tgz
Binary file not shown.
Binary file modified files/board/arpl/p3/addons/dtbpatch/all.tgz
Binary file not shown.
Binary file modified files/board/arpl/p3/addons/eudev/all.tgz
Binary file not shown.
Binary file modified files/board/arpl/p3/modules/denverton-4.4.180.tgz
Binary file not shown.

0 comments on commit 19ec462

Please sign in to comment.